diff --git a/v1.25/kubeasz/PRODUCT.yaml b/v1.25/kubeasz/PRODUCT.yaml new file mode 100644 index 0000000000..5ceac27cd5 --- /dev/null +++ b/v1.25/kubeasz/PRODUCT.yaml @@ -0,0 +1,9 @@ +vendor: kubeasz +name: kubeasz +version: 3.4.0 +website_url: https://github.com/easzlab/kubeasz +repo_url: https://github.com/easzlab/kubeasz +documentation_url: https://github.com/easzlab/kubeasz/tree/master/docs +product_logo_url: https://gitee.com/easzlab/kubeasz/raw/master/pics/kubeasz.svg +type: installer +description: 'Deploy a Production Ready Kubernetes Cluster with ansible playbooks' diff --git a/v1.25/kubeasz/README.md b/v1.25/kubeasz/README.md new file mode 100644 index 0000000000..1c550bcbd9 --- /dev/null +++ b/v1.25/kubeasz/README.md @@ -0,0 +1,90 @@ +# Conformance tests for kubeasz kubernetes cluster + +## Node Provisioning + +Provision 3 nodes for your cluster (OS: Ubuntu 20.04) + +1 master node (4c16g) + +2 worker node (4c16g) + +for a High-Availability Kubernetes Cluster, read [more](https://github.com/easzlab/kubeasz/blob/master/docs/setup/00-planning_and_overall_intro.md) + +## Install the cluster + +(1) Download 'kubeasz' code, the binaries and offline images + +``` +export release=3.4.0 +curl -C- -fLO --retry 3 https://github.com/easzlab/kubeasz/releases/download/${release}/ezdown +chmod +x ./ezdown +./ezdown -D -m standard +``` + +(2) install an all-in-one cluster + +``` +./ezdown -S +docker exec -it kubeasz ezctl start-aio +``` + +(3) Add two worker nodes + +``` +ssh-copy-id ${worker1_ip} +ssh ${worker1_ip} ln -s /usr/bin/python3 /usr/bin/python +docker exec -it kubeasz ezctl add-node default ${worker1_ip} +ssh-copy-id ${worker2_ip} +ssh ${worker2_ip} ln -s /usr/bin/python3 /usr/bin/python +docker exec -it kubeasz ezctl add-node default ${worker2_ip} +``` + +## Run Conformance Test + +The standard tool for running these tests is +[Sonobuoy](https://github.com/heptio/sonobuoy). Sonobuoy is +regularly built and kept up to date to execute against all +currently supported versions of kubernetes. + +Download a [binary release](https://github.com/heptio/sonobuoy/releases) of the CLI + +Deploy a Sonobuoy pod to your cluster with: + +``` +$ sonobuoy run --mode=certified-conformance +``` + +**NOTE:** You can run the command synchronously by adding the flag `--wait` but be aware that running the Conformance tests can take an hour or more. + +View actively running pods: + +``` +$ sonobuoy status +``` + +To inspect the logs: + +``` +$ sonobuoy logs +``` + +Once `sonobuoy status` shows the run as `completed`, copy the output directory from the main Sonobuoy pod to a local directory: + +``` +$ outfile=$(sonobuoy retrieve) +``` + +This copies a single `.tar.gz` snapshot from the Sonobuoy pod into your local +`.` directory. Extract the contents into `./results` with: + +``` +mkdir ./results; tar xzf $outfile -C ./results +``` + +**NOTE:** The two files required for submission are located in the tarball under **plugins/e2e/results/{e2e.log,junit.xml}**. + +To clean up Kubernetes objects created by Sonobuoy, run: + +``` +sonobuoy delete +``` diff --git a/v1.25/kubeasz/e2e.log b/v1.25/kubeasz/e2e.log new file mode 100644 index 0000000000..3b5990ad61 --- /dev/null +++ b/v1.25/kubeasz/e2e.log @@ -0,0 +1,31910 @@ +I0917 03:59:35.266364 20 e2e.go:116] Starting e2e run "4545ff97-e782-4749-852e-beec21b8e52e" on Ginkgo node 1 +Sep 17 03:59:35.277: INFO: Enabling in-tree volume drivers +Running Suite: Kubernetes e2e suite - /usr/local/bin +==================================================== +Random Seed: 1663387175 - will randomize all specs + +Will run 362 of 7067 specs +------------------------------ +[SynchronizedBeforeSuite] +test/e2e/e2e.go:76 +[SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 +{"msg":"Test Suite starting","completed":0,"skipped":0,"failed":0} +Sep 17 03:59:35.351: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 03:59:35.352: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable +E0917 03:59:35.354724 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 +E0917 03:59:35.354724 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 +Sep 17 03:59:35.363: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready +Sep 17 03:59:35.373: INFO: 11 / 11 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) +Sep 17 03:59:35.373: INFO: expected 5 pod replicas in namespace 'kube-system', 5 are Running and Ready. +Sep 17 03:59:35.373: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start +Sep 17 03:59:35.375: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'calico-node' (0 seconds elapsed) +Sep 17 03:59:35.375: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'node-local-dns' (0 seconds elapsed) +Sep 17 03:59:35.375: INFO: e2e test version: v1.25.1 +Sep 17 03:59:35.375: INFO: kube-apiserver version: v1.25.1 +[SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 +Sep 17 03:59:35.376: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 03:59:35.377: INFO: Cluster IP family: ipv4 +------------------------------ +[SynchronizedBeforeSuite] PASSED [0.028 seconds] +[SynchronizedBeforeSuite] +test/e2e/e2e.go:76 + + Begin Captured GinkgoWriter Output >> + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 + Sep 17 03:59:35.351: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 03:59:35.352: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable + E0917 03:59:35.354724 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 + Sep 17 03:59:35.363: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready + Sep 17 03:59:35.373: INFO: 11 / 11 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) + Sep 17 03:59:35.373: INFO: expected 5 pod replicas in namespace 'kube-system', 5 are Running and Ready. + Sep 17 03:59:35.373: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start + Sep 17 03:59:35.375: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'calico-node' (0 seconds elapsed) + Sep 17 03:59:35.375: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'node-local-dns' (0 seconds elapsed) + Sep 17 03:59:35.375: INFO: e2e test version: v1.25.1 + Sep 17 03:59:35.375: INFO: kube-apiserver version: v1.25.1 + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:76 + Sep 17 03:59:35.376: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 03:59:35.377: INFO: Cluster IP family: ipv4 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:234 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 03:59:35.391 +Sep 17 03:59:35.391: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 03:59:35.391 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 03:59:35.401 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 03:59:35.403 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:234 +STEP: Creating a pod to test downward API volume plugin 09/17/22 03:59:35.404 +Sep 17 03:59:35.420: INFO: Waiting up to 5m0s for pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05" in namespace "projected-2417" to be "Succeeded or Failed" +Sep 17 03:59:35.422: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 2.03907ms +Sep 17 03:59:37.424: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004256524s +Sep 17 03:59:39.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 4.004476935s +Sep 17 03:59:41.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 6.004701517s +Sep 17 03:59:43.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Running", Reason="", readiness=true. Elapsed: 8.004587277s +Sep 17 03:59:45.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Running", Reason="", readiness=false. Elapsed: 10.004339516s +Sep 17 03:59:47.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Succeeded", Reason="", readiness=false. Elapsed: 12.004658154s +STEP: Saw pod success 09/17/22 03:59:47.425 +Sep 17 03:59:47.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05" satisfied condition "Succeeded or Failed" +Sep 17 03:59:47.426: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05 container client-container: +STEP: delete the pod 09/17/22 03:59:47.434 +Sep 17 03:59:47.439: INFO: Waiting for pod downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05 to disappear +Sep 17 03:59:47.446: INFO: Pod downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 03:59:47.446: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2417" for this suite. 09/17/22 03:59:47.448 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance]","completed":1,"skipped":28,"failed":0} +------------------------------ +• [SLOW TEST] [12.060 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:234 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 03:59:35.391 + Sep 17 03:59:35.391: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 03:59:35.391 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 03:59:35.401 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 03:59:35.403 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:234 + STEP: Creating a pod to test downward API volume plugin 09/17/22 03:59:35.404 + Sep 17 03:59:35.420: INFO: Waiting up to 5m0s for pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05" in namespace "projected-2417" to be "Succeeded or Failed" + Sep 17 03:59:35.422: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 2.03907ms + Sep 17 03:59:37.424: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004256524s + Sep 17 03:59:39.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 4.004476935s + Sep 17 03:59:41.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Pending", Reason="", readiness=false. Elapsed: 6.004701517s + Sep 17 03:59:43.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Running", Reason="", readiness=true. Elapsed: 8.004587277s + Sep 17 03:59:45.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Running", Reason="", readiness=false. Elapsed: 10.004339516s + Sep 17 03:59:47.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05": Phase="Succeeded", Reason="", readiness=false. Elapsed: 12.004658154s + STEP: Saw pod success 09/17/22 03:59:47.425 + Sep 17 03:59:47.425: INFO: Pod "downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05" satisfied condition "Succeeded or Failed" + Sep 17 03:59:47.426: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05 container client-container: + STEP: delete the pod 09/17/22 03:59:47.434 + Sep 17 03:59:47.439: INFO: Waiting for pod downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05 to disappear + Sep 17 03:59:47.446: INFO: Pod downwardapi-volume-89759715-5aff-422a-a671-8dfa79688e05 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 03:59:47.446: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2417" for this suite. 09/17/22 03:59:47.448 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:617 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 03:59:47.451 +Sep 17 03:59:47.451: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 03:59:47.452 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 03:59:47.465 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 03:59:47.466 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:617 +Sep 17 03:59:47.467: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: creating the pod 09/17/22 03:59:47.468 +STEP: submitting the pod to kubernetes 09/17/22 03:59:47.468 +Sep 17 03:59:47.471: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477" in namespace "pods-3880" to be "running and ready" +Sep 17 03:59:47.473: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477": Phase="Pending", Reason="", readiness=false. Elapsed: 1.902872ms +Sep 17 03:59:47.473: INFO: The phase of Pod pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 03:59:49.475: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003665817s +Sep 17 03:59:49.475: INFO: The phase of Pod pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 03:59:51.475: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477": Phase="Running", Reason="", readiness=true. Elapsed: 4.003858728s +Sep 17 03:59:51.475: INFO: The phase of Pod pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477 is Running (Ready = true) +Sep 17 03:59:51.475: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 03:59:51.481: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-3880" for this suite. 09/17/22 03:59:51.483 +{"msg":"PASSED [sig-node] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance]","completed":2,"skipped":40,"failed":0} +------------------------------ +• [4.034 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:617 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 03:59:47.451 + Sep 17 03:59:47.451: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 03:59:47.452 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 03:59:47.465 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 03:59:47.466 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:617 + Sep 17 03:59:47.467: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: creating the pod 09/17/22 03:59:47.468 + STEP: submitting the pod to kubernetes 09/17/22 03:59:47.468 + Sep 17 03:59:47.471: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477" in namespace "pods-3880" to be "running and ready" + Sep 17 03:59:47.473: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477": Phase="Pending", Reason="", readiness=false. Elapsed: 1.902872ms + Sep 17 03:59:47.473: INFO: The phase of Pod pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 03:59:49.475: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003665817s + Sep 17 03:59:49.475: INFO: The phase of Pod pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 03:59:51.475: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477": Phase="Running", Reason="", readiness=true. Elapsed: 4.003858728s + Sep 17 03:59:51.475: INFO: The phase of Pod pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477 is Running (Ready = true) + Sep 17 03:59:51.475: INFO: Pod "pod-logs-websocket-f27bae7a-a474-457b-96a2-47ccd69b3477" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 03:59:51.481: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-3880" for this suite. 09/17/22 03:59:51.483 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1523 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 03:59:51.49 +Sep 17 03:59:51.490: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 03:59:51.49 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 03:59:51.497 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 03:59:51.501 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1523 +STEP: creating a service nodeport-service with the type=NodePort in namespace services-3187 09/17/22 03:59:51.502 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/17/22 03:59:51.513 +STEP: creating service externalsvc in namespace services-3187 09/17/22 03:59:51.514 +STEP: creating replication controller externalsvc in namespace services-3187 09/17/22 03:59:51.519 +I0917 03:59:51.525151 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-3187, replica count: 2 +I0917 03:59:54.575469 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0917 03:59:57.576506 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0917 04:00:00.576620 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 09/17/22 04:00:00.578 +Sep 17 04:00:00.585: INFO: Creating new exec pod +Sep 17 04:00:00.591: INFO: Waiting up to 5m0s for pod "execpodj5lg4" in namespace "services-3187" to be "running" +Sep 17 04:00:00.601: INFO: Pod "execpodj5lg4": Phase="Pending", Reason="", readiness=false. Elapsed: 9.875496ms +Sep 17 04:00:02.603: INFO: Pod "execpodj5lg4": Phase="Running", Reason="", readiness=true. Elapsed: 2.012007476s +Sep 17 04:00:02.603: INFO: Pod "execpodj5lg4" satisfied condition "running" +Sep 17 04:00:02.603: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3187 exec execpodj5lg4 -- /bin/sh -x -c nslookup nodeport-service.services-3187.svc.cluster.local' +Sep 17 04:00:02.718: INFO: stderr: "+ nslookup nodeport-service.services-3187.svc.cluster.local\n" +Sep 17 04:00:02.718: INFO: stdout: "Server:\t\t169.254.20.10\nAddress:\t169.254.20.10#53\n\nnodeport-service.services-3187.svc.cluster.local\tcanonical name = externalsvc.services-3187.svc.cluster.local.\nName:\texternalsvc.services-3187.svc.cluster.local\nAddress: 10.68.86.54\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-3187, will wait for the garbage collector to delete the pods 09/17/22 04:00:02.718 +Sep 17 04:00:02.772: INFO: Deleting ReplicationController externalsvc took: 2.504661ms +Sep 17 04:00:02.873: INFO: Terminating ReplicationController externalsvc pods took: 100.714528ms +Sep 17 04:00:04.982: INFO: Cleaning up the NodePort to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:00:04.991: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-3187" for this suite. 09/17/22 04:00:04.996 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from NodePort to ExternalName [Conformance]","completed":3,"skipped":117,"failed":0} +------------------------------ +• [SLOW TEST] [13.510 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:1523 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 03:59:51.49 + Sep 17 03:59:51.490: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 03:59:51.49 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 03:59:51.497 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 03:59:51.501 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1523 + STEP: creating a service nodeport-service with the type=NodePort in namespace services-3187 09/17/22 03:59:51.502 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/17/22 03:59:51.513 + STEP: creating service externalsvc in namespace services-3187 09/17/22 03:59:51.514 + STEP: creating replication controller externalsvc in namespace services-3187 09/17/22 03:59:51.519 + I0917 03:59:51.525151 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-3187, replica count: 2 + I0917 03:59:54.575469 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0917 03:59:57.576506 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0917 04:00:00.576620 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 09/17/22 04:00:00.578 + Sep 17 04:00:00.585: INFO: Creating new exec pod + Sep 17 04:00:00.591: INFO: Waiting up to 5m0s for pod "execpodj5lg4" in namespace "services-3187" to be "running" + Sep 17 04:00:00.601: INFO: Pod "execpodj5lg4": Phase="Pending", Reason="", readiness=false. Elapsed: 9.875496ms + Sep 17 04:00:02.603: INFO: Pod "execpodj5lg4": Phase="Running", Reason="", readiness=true. Elapsed: 2.012007476s + Sep 17 04:00:02.603: INFO: Pod "execpodj5lg4" satisfied condition "running" + Sep 17 04:00:02.603: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3187 exec execpodj5lg4 -- /bin/sh -x -c nslookup nodeport-service.services-3187.svc.cluster.local' + Sep 17 04:00:02.718: INFO: stderr: "+ nslookup nodeport-service.services-3187.svc.cluster.local\n" + Sep 17 04:00:02.718: INFO: stdout: "Server:\t\t169.254.20.10\nAddress:\t169.254.20.10#53\n\nnodeport-service.services-3187.svc.cluster.local\tcanonical name = externalsvc.services-3187.svc.cluster.local.\nName:\texternalsvc.services-3187.svc.cluster.local\nAddress: 10.68.86.54\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-3187, will wait for the garbage collector to delete the pods 09/17/22 04:00:02.718 + Sep 17 04:00:02.772: INFO: Deleting ReplicationController externalsvc took: 2.504661ms + Sep 17 04:00:02.873: INFO: Terminating ReplicationController externalsvc pods took: 100.714528ms + Sep 17 04:00:04.982: INFO: Cleaning up the NodePort to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:00:04.991: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-3187" for this suite. 09/17/22 04:00:04.996 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1481 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:05 +Sep 17 04:00:05.000: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:00:05.001 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:05.017 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:05.02 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1481 +STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-8398 09/17/22 04:00:05.022 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/17/22 04:00:05.026 +STEP: creating service externalsvc in namespace services-8398 09/17/22 04:00:05.026 +STEP: creating replication controller externalsvc in namespace services-8398 09/17/22 04:00:05.039 +I0917 04:00:05.042951 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-8398, replica count: 2 +I0917 04:00:08.093480 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 09/17/22 04:00:08.095 +Sep 17 04:00:08.101: INFO: Creating new exec pod +Sep 17 04:00:08.105: INFO: Waiting up to 5m0s for pod "execpodvpsx8" in namespace "services-8398" to be "running" +Sep 17 04:00:08.111: INFO: Pod "execpodvpsx8": Phase="Pending", Reason="", readiness=false. Elapsed: 6.035966ms +Sep 17 04:00:10.113: INFO: Pod "execpodvpsx8": Phase="Running", Reason="", readiness=true. Elapsed: 2.007893296s +Sep 17 04:00:10.113: INFO: Pod "execpodvpsx8" satisfied condition "running" +Sep 17 04:00:10.113: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8398 exec execpodvpsx8 -- /bin/sh -x -c nslookup clusterip-service.services-8398.svc.cluster.local' +Sep 17 04:00:10.222: INFO: stderr: "+ nslookup clusterip-service.services-8398.svc.cluster.local\n" +Sep 17 04:00:10.222: INFO: stdout: "Server:\t\t169.254.20.10\nAddress:\t169.254.20.10#53\n\nclusterip-service.services-8398.svc.cluster.local\tcanonical name = externalsvc.services-8398.svc.cluster.local.\nName:\texternalsvc.services-8398.svc.cluster.local\nAddress: 10.68.95.145\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-8398, will wait for the garbage collector to delete the pods 09/17/22 04:00:10.222 +Sep 17 04:00:10.278: INFO: Deleting ReplicationController externalsvc took: 2.666149ms +Sep 17 04:00:10.378: INFO: Terminating ReplicationController externalsvc pods took: 100.3337ms +Sep 17 04:00:11.986: INFO: Cleaning up the ClusterIP to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:00:11.996: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8398" for this suite. 09/17/22 04:00:11.999 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from ClusterIP to ExternalName [Conformance]","completed":4,"skipped":130,"failed":0} +------------------------------ +• [SLOW TEST] [7.003 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:1481 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:05 + Sep 17 04:00:05.000: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:00:05.001 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:05.017 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:05.02 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1481 + STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-8398 09/17/22 04:00:05.022 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 09/17/22 04:00:05.026 + STEP: creating service externalsvc in namespace services-8398 09/17/22 04:00:05.026 + STEP: creating replication controller externalsvc in namespace services-8398 09/17/22 04:00:05.039 + I0917 04:00:05.042951 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-8398, replica count: 2 + I0917 04:00:08.093480 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 09/17/22 04:00:08.095 + Sep 17 04:00:08.101: INFO: Creating new exec pod + Sep 17 04:00:08.105: INFO: Waiting up to 5m0s for pod "execpodvpsx8" in namespace "services-8398" to be "running" + Sep 17 04:00:08.111: INFO: Pod "execpodvpsx8": Phase="Pending", Reason="", readiness=false. Elapsed: 6.035966ms + Sep 17 04:00:10.113: INFO: Pod "execpodvpsx8": Phase="Running", Reason="", readiness=true. Elapsed: 2.007893296s + Sep 17 04:00:10.113: INFO: Pod "execpodvpsx8" satisfied condition "running" + Sep 17 04:00:10.113: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8398 exec execpodvpsx8 -- /bin/sh -x -c nslookup clusterip-service.services-8398.svc.cluster.local' + Sep 17 04:00:10.222: INFO: stderr: "+ nslookup clusterip-service.services-8398.svc.cluster.local\n" + Sep 17 04:00:10.222: INFO: stdout: "Server:\t\t169.254.20.10\nAddress:\t169.254.20.10#53\n\nclusterip-service.services-8398.svc.cluster.local\tcanonical name = externalsvc.services-8398.svc.cluster.local.\nName:\texternalsvc.services-8398.svc.cluster.local\nAddress: 10.68.95.145\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-8398, will wait for the garbage collector to delete the pods 09/17/22 04:00:10.222 + Sep 17 04:00:10.278: INFO: Deleting ReplicationController externalsvc took: 2.666149ms + Sep 17 04:00:10.378: INFO: Terminating ReplicationController externalsvc pods took: 100.3337ms + Sep 17 04:00:11.986: INFO: Cleaning up the ClusterIP to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:00:11.996: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8398" for this suite. 09/17/22 04:00:11.999 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:166 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:12.004 +Sep 17 04:00:12.004: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:00:12.004 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:12.017 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:12.019 +[It] should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:166 +STEP: Creating a pod to test emptydir 0644 on node default medium 09/17/22 04:00:12.024 +Sep 17 04:00:12.029: INFO: Waiting up to 5m0s for pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945" in namespace "emptydir-90" to be "Succeeded or Failed" +Sep 17 04:00:12.032: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945": Phase="Pending", Reason="", readiness=false. Elapsed: 3.003255ms +Sep 17 04:00:14.035: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00578989s +Sep 17 04:00:16.034: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004897578s +STEP: Saw pod success 09/17/22 04:00:16.034 +Sep 17 04:00:16.034: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945" satisfied condition "Succeeded or Failed" +Sep 17 04:00:16.035: INFO: Trying to get logs from node 10.254.0.17 pod pod-b86241d3-0682-4bb6-9150-2fa12838f945 container test-container: +STEP: delete the pod 09/17/22 04:00:16.037 +Sep 17 04:00:16.044: INFO: Waiting for pod pod-b86241d3-0682-4bb6-9150-2fa12838f945 to disappear +Sep 17 04:00:16.046: INFO: Pod pod-b86241d3-0682-4bb6-9150-2fa12838f945 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:00:16.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-90" for this suite. 09/17/22 04:00:16.049 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":5,"skipped":166,"failed":0} +------------------------------ +• [4.050 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:166 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:12.004 + Sep 17 04:00:12.004: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:00:12.004 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:12.017 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:12.019 + [It] should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:166 + STEP: Creating a pod to test emptydir 0644 on node default medium 09/17/22 04:00:12.024 + Sep 17 04:00:12.029: INFO: Waiting up to 5m0s for pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945" in namespace "emptydir-90" to be "Succeeded or Failed" + Sep 17 04:00:12.032: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945": Phase="Pending", Reason="", readiness=false. Elapsed: 3.003255ms + Sep 17 04:00:14.035: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00578989s + Sep 17 04:00:16.034: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004897578s + STEP: Saw pod success 09/17/22 04:00:16.034 + Sep 17 04:00:16.034: INFO: Pod "pod-b86241d3-0682-4bb6-9150-2fa12838f945" satisfied condition "Succeeded or Failed" + Sep 17 04:00:16.035: INFO: Trying to get logs from node 10.254.0.17 pod pod-b86241d3-0682-4bb6-9150-2fa12838f945 container test-container: + STEP: delete the pod 09/17/22 04:00:16.037 + Sep 17 04:00:16.044: INFO: Waiting for pod pod-b86241d3-0682-4bb6-9150-2fa12838f945 to disappear + Sep 17 04:00:16.046: INFO: Pod pod-b86241d3-0682-4bb6-9150-2fa12838f945 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:00:16.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-90" for this suite. 09/17/22 04:00:16.049 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Proxy server + should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:16.054 +Sep 17 04:00:16.054: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:00:16.055 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:16.069 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:16.072 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 +STEP: Starting the proxy 09/17/22 04:00:16.075 +Sep 17 04:00:16.075: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5808 proxy --unix-socket=/tmp/kubectl-proxy-unix2257313399/test' +STEP: retrieving proxy /api/ output 09/17/22 04:00:16.106 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:00:16.107: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-5808" for this suite. 09/17/22 04:00:16.109 +{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support --unix-socket=/path [Conformance]","completed":6,"skipped":179,"failed":0} +------------------------------ +• [0.056 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Proxy server + test/e2e/kubectl/kubectl.go:1778 + should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:16.054 + Sep 17 04:00:16.054: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:00:16.055 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:16.069 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:16.072 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1810 + STEP: Starting the proxy 09/17/22 04:00:16.075 + Sep 17 04:00:16.075: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5808 proxy --unix-socket=/tmp/kubectl-proxy-unix2257313399/test' + STEP: retrieving proxy /api/ output 09/17/22 04:00:16.106 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:00:16.107: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-5808" for this suite. 09/17/22 04:00:16.109 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:55 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:16.111 +Sep 17 04:00:16.111: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:00:16.112 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:16.121 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:16.124 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:55 +STEP: Creating projection with secret that has name projected-secret-test-bc659ab2-62e3-44a0-a9ff-7eb1124838c8 09/17/22 04:00:16.125 +STEP: Creating a pod to test consume secrets 09/17/22 04:00:16.126 +Sep 17 04:00:16.129: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043" in namespace "projected-1042" to be "Succeeded or Failed" +Sep 17 04:00:16.131: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043": Phase="Pending", Reason="", readiness=false. Elapsed: 1.432737ms +Sep 17 04:00:18.133: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043": Phase="Running", Reason="", readiness=false. Elapsed: 2.003302305s +Sep 17 04:00:20.134: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00451978s +STEP: Saw pod success 09/17/22 04:00:20.134 +Sep 17 04:00:20.134: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043" satisfied condition "Succeeded or Failed" +Sep 17 04:00:20.135: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043 container projected-secret-volume-test: +STEP: delete the pod 09/17/22 04:00:20.138 +Sep 17 04:00:20.144: INFO: Waiting for pod pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043 to disappear +Sep 17 04:00:20.154: INFO: Pod pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 17 04:00:20.154: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1042" for this suite. 09/17/22 04:00:20.156 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":7,"skipped":185,"failed":0} +------------------------------ +• [4.047 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:55 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:16.111 + Sep 17 04:00:16.111: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:00:16.112 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:16.121 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:16.124 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:55 + STEP: Creating projection with secret that has name projected-secret-test-bc659ab2-62e3-44a0-a9ff-7eb1124838c8 09/17/22 04:00:16.125 + STEP: Creating a pod to test consume secrets 09/17/22 04:00:16.126 + Sep 17 04:00:16.129: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043" in namespace "projected-1042" to be "Succeeded or Failed" + Sep 17 04:00:16.131: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043": Phase="Pending", Reason="", readiness=false. Elapsed: 1.432737ms + Sep 17 04:00:18.133: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043": Phase="Running", Reason="", readiness=false. Elapsed: 2.003302305s + Sep 17 04:00:20.134: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00451978s + STEP: Saw pod success 09/17/22 04:00:20.134 + Sep 17 04:00:20.134: INFO: Pod "pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043" satisfied condition "Succeeded or Failed" + Sep 17 04:00:20.135: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043 container projected-secret-volume-test: + STEP: delete the pod 09/17/22 04:00:20.138 + Sep 17 04:00:20.144: INFO: Waiting for pod pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043 to disappear + Sep 17 04:00:20.154: INFO: Pod pod-projected-secrets-8ee1ec88-1e22-46f3-b35f-8a894aed1043 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 17 04:00:20.154: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1042" for this suite. 09/17/22 04:00:20.156 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1268 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:20.16 +Sep 17 04:00:20.160: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:00:20.16 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:20.167 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:20.17 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1268 +STEP: creating service nodeport-test with type=NodePort in namespace services-3000 09/17/22 04:00:20.171 +STEP: creating replication controller nodeport-test in namespace services-3000 09/17/22 04:00:20.179 +I0917 04:00:20.186370 20 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-3000, replica count: 2 +I0917 04:00:23.237958 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 +Sep 17 04:00:23.237: INFO: Creating new exec pod +Sep 17 04:00:23.240: INFO: Waiting up to 5m0s for pod "execpodvrbxt" in namespace "services-3000" to be "running" +Sep 17 04:00:23.243: INFO: Pod "execpodvrbxt": Phase="Pending", Reason="", readiness=false. Elapsed: 2.59933ms +Sep 17 04:00:25.245: INFO: Pod "execpodvrbxt": Phase="Running", Reason="", readiness=true. Elapsed: 2.005293929s +Sep 17 04:00:25.245: INFO: Pod "execpodvrbxt" satisfied condition "running" +Sep 17 04:00:26.249: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' +Sep 17 04:00:26.335: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Sep 17 04:00:26.335: INFO: stdout: "nodeport-test-t7v28" +Sep 17 04:00:26.335: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.134.119 80' +Sep 17 04:00:26.417: INFO: stderr: "+ nc -v -t -w 2 10.68.134.119 80\n+ echo hostName\nConnection to 10.68.134.119 80 port [tcp/http] succeeded!\n" +Sep 17 04:00:26.417: INFO: stdout: "" +Sep 17 04:00:27.417: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.134.119 80' +Sep 17 04:00:27.507: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.134.119 80\nConnection to 10.68.134.119 80 port [tcp/http] succeeded!\n" +Sep 17 04:00:27.507: INFO: stdout: "nodeport-test-t7v28" +Sep 17 04:00:27.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.18 32264' +Sep 17 04:00:27.587: INFO: stderr: "+ nc -v -t -w 2 10.254.0.18 32264\nConnection to 10.254.0.18 32264 port [tcp/*] succeeded!\n+ echo hostName\n" +Sep 17 04:00:27.587: INFO: stdout: "nodeport-test-t7v28" +Sep 17 04:00:27.587: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 32264' +Sep 17 04:00:27.670: INFO: stderr: "+ + ncecho -v hostName -t\n -w 2 10.254.0.17 32264\nConnection to 10.254.0.17 32264 port [tcp/*] succeeded!\n" +Sep 17 04:00:27.670: INFO: stdout: "nodeport-test-t7v28" +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:00:27.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-3000" for this suite. 09/17/22 04:00:27.672 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to create a functioning NodePort service [Conformance]","completed":8,"skipped":224,"failed":0} +------------------------------ +• [SLOW TEST] [7.515 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:1268 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:20.16 + Sep 17 04:00:20.160: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:00:20.16 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:20.167 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:20.17 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1268 + STEP: creating service nodeport-test with type=NodePort in namespace services-3000 09/17/22 04:00:20.171 + STEP: creating replication controller nodeport-test in namespace services-3000 09/17/22 04:00:20.179 + I0917 04:00:20.186370 20 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-3000, replica count: 2 + I0917 04:00:23.237958 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 + Sep 17 04:00:23.237: INFO: Creating new exec pod + Sep 17 04:00:23.240: INFO: Waiting up to 5m0s for pod "execpodvrbxt" in namespace "services-3000" to be "running" + Sep 17 04:00:23.243: INFO: Pod "execpodvrbxt": Phase="Pending", Reason="", readiness=false. Elapsed: 2.59933ms + Sep 17 04:00:25.245: INFO: Pod "execpodvrbxt": Phase="Running", Reason="", readiness=true. Elapsed: 2.005293929s + Sep 17 04:00:25.245: INFO: Pod "execpodvrbxt" satisfied condition "running" + Sep 17 04:00:26.249: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 nodeport-test 80' + Sep 17 04:00:26.335: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Sep 17 04:00:26.335: INFO: stdout: "nodeport-test-t7v28" + Sep 17 04:00:26.335: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.134.119 80' + Sep 17 04:00:26.417: INFO: stderr: "+ nc -v -t -w 2 10.68.134.119 80\n+ echo hostName\nConnection to 10.68.134.119 80 port [tcp/http] succeeded!\n" + Sep 17 04:00:26.417: INFO: stdout: "" + Sep 17 04:00:27.417: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.134.119 80' + Sep 17 04:00:27.507: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.134.119 80\nConnection to 10.68.134.119 80 port [tcp/http] succeeded!\n" + Sep 17 04:00:27.507: INFO: stdout: "nodeport-test-t7v28" + Sep 17 04:00:27.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.18 32264' + Sep 17 04:00:27.587: INFO: stderr: "+ nc -v -t -w 2 10.254.0.18 32264\nConnection to 10.254.0.18 32264 port [tcp/*] succeeded!\n+ echo hostName\n" + Sep 17 04:00:27.587: INFO: stdout: "nodeport-test-t7v28" + Sep 17 04:00:27.587: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-3000 exec execpodvrbxt -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 32264' + Sep 17 04:00:27.670: INFO: stderr: "+ + ncecho -v hostName -t\n -w 2 10.254.0.17 32264\nConnection to 10.254.0.17 32264 port [tcp/*] succeeded!\n" + Sep 17 04:00:27.670: INFO: stdout: "nodeport-test-t7v28" + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:00:27.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-3000" for this suite. 09/17/22 04:00:27.672 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:27.675 +Sep 17 04:00:27.675: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:00:27.676 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:27.684 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:27.686 +[It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 +STEP: Creating Pod 09/17/22 04:00:27.688 +Sep 17 04:00:27.692: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f" in namespace "emptydir-6238" to be "running" +Sep 17 04:00:27.694: INFO: Pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.174468ms +Sep 17 04:00:29.697: INFO: Pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f": Phase="Running", Reason="", readiness=false. Elapsed: 2.004867929s +Sep 17 04:00:29.697: INFO: Pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f" satisfied condition "running" +STEP: Reading file content from the nginx-container 09/17/22 04:00:29.697 +Sep 17 04:00:29.697: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-6238 PodName:pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:00:29.697: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:00:29.700: INFO: ExecWithOptions: Clientset creation +Sep 17 04:00:29.700: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/emptydir-6238/pods/pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f/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) +Sep 17 04:00:29.742: INFO: Exec stderr: "" +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:00:29.743: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-6238" for this suite. 09/17/22 04:00:29.744 +{"msg":"PASSED [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance]","completed":9,"skipped":240,"failed":0} +------------------------------ +• [2.072 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:226 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:27.675 + Sep 17 04:00:27.675: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:00:27.676 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:27.684 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:27.686 + [It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:226 + STEP: Creating Pod 09/17/22 04:00:27.688 + Sep 17 04:00:27.692: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f" in namespace "emptydir-6238" to be "running" + Sep 17 04:00:27.694: INFO: Pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.174468ms + Sep 17 04:00:29.697: INFO: Pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f": Phase="Running", Reason="", readiness=false. Elapsed: 2.004867929s + Sep 17 04:00:29.697: INFO: Pod "pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f" satisfied condition "running" + STEP: Reading file content from the nginx-container 09/17/22 04:00:29.697 + Sep 17 04:00:29.697: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-6238 PodName:pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:00:29.697: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:00:29.700: INFO: ExecWithOptions: Clientset creation + Sep 17 04:00:29.700: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/emptydir-6238/pods/pod-sharedvolume-4dda058a-31a3-406f-85a7-5200cdc23f4f/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) + Sep 17 04:00:29.742: INFO: Exec stderr: "" + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:00:29.743: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-6238" for this suite. 09/17/22 04:00:29.744 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[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:98 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:29.748 +Sep 17 04:00:29.748: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 04:00:29.748 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:29.756 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:29.758 +[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:98 +STEP: Creating secret with name secret-test-664503c6-5419-4474-8413-4ac8bcf094f1 09/17/22 04:00:29.771 +STEP: Creating a pod to test consume secrets 09/17/22 04:00:29.775 +Sep 17 04:00:29.779: INFO: Waiting up to 5m0s for pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606" in namespace "secrets-373" to be "Succeeded or Failed" +Sep 17 04:00:29.781: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606": Phase="Pending", Reason="", readiness=false. Elapsed: 2.230582ms +Sep 17 04:00:31.783: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004226487s +Sep 17 04:00:33.786: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007597695s +STEP: Saw pod success 09/17/22 04:00:33.786 +Sep 17 04:00:33.787: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606" satisfied condition "Succeeded or Failed" +Sep 17 04:00:33.788: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606 container secret-volume-test: +STEP: delete the pod 09/17/22 04:00:33.792 +Sep 17 04:00:33.799: INFO: Waiting for pod pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606 to disappear +Sep 17 04:00:33.806: INFO: Pod pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 04:00:33.806: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-373" for this suite. 09/17/22 04:00:33.808 +STEP: Destroying namespace "secret-namespace-5774" for this suite. 09/17/22 04:00:33.811 +{"msg":"PASSED [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]","completed":10,"skipped":241,"failed":0} +------------------------------ +• [4.065 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:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:29.748 + Sep 17 04:00:29.748: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 04:00:29.748 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:29.756 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:29.758 + [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:98 + STEP: Creating secret with name secret-test-664503c6-5419-4474-8413-4ac8bcf094f1 09/17/22 04:00:29.771 + STEP: Creating a pod to test consume secrets 09/17/22 04:00:29.775 + Sep 17 04:00:29.779: INFO: Waiting up to 5m0s for pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606" in namespace "secrets-373" to be "Succeeded or Failed" + Sep 17 04:00:29.781: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606": Phase="Pending", Reason="", readiness=false. Elapsed: 2.230582ms + Sep 17 04:00:31.783: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004226487s + Sep 17 04:00:33.786: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007597695s + STEP: Saw pod success 09/17/22 04:00:33.786 + Sep 17 04:00:33.787: INFO: Pod "pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606" satisfied condition "Succeeded or Failed" + Sep 17 04:00:33.788: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606 container secret-volume-test: + STEP: delete the pod 09/17/22 04:00:33.792 + Sep 17 04:00:33.799: INFO: Waiting for pod pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606 to disappear + Sep 17 04:00:33.806: INFO: Pod pod-secrets-bb74a5a1-7afd-45f7-9fe2-bc79f294d606 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 04:00:33.806: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-373" for this suite. 09/17/22 04:00:33.808 + STEP: Destroying namespace "secret-namespace-5774" for this suite. 09/17/22 04:00:33.811 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:98 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:33.814 +Sep 17 04:00:33.814: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:00:33.815 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:33.823 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:33.826 +[It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:98 +STEP: Creating configMap with name projected-configmap-test-volume-map-b54f7dda-708c-45aa-8e7d-adc6e6e312bf 09/17/22 04:00:33.827 +STEP: Creating a pod to test consume configMaps 09/17/22 04:00:33.829 +Sep 17 04:00:33.832: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c" in namespace "projected-4444" to be "Succeeded or Failed" +Sep 17 04:00:33.834: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.953994ms +Sep 17 04:00:35.836: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003738879s +Sep 17 04:00:37.836: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004396323s +STEP: Saw pod success 09/17/22 04:00:37.836 +Sep 17 04:00:37.837: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c" satisfied condition "Succeeded or Failed" +Sep 17 04:00:37.838: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c container agnhost-container: +STEP: delete the pod 09/17/22 04:00:37.846 +Sep 17 04:00:37.850: INFO: Waiting for pod pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c to disappear +Sep 17 04:00:37.852: INFO: Pod pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 04:00:37.852: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4444" for this suite. 09/17/22 04:00:37.853 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":11,"skipped":264,"failed":0} +------------------------------ +• [4.041 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:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:33.814 + Sep 17 04:00:33.814: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:00:33.815 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:33.823 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:33.826 + [It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:98 + STEP: Creating configMap with name projected-configmap-test-volume-map-b54f7dda-708c-45aa-8e7d-adc6e6e312bf 09/17/22 04:00:33.827 + STEP: Creating a pod to test consume configMaps 09/17/22 04:00:33.829 + Sep 17 04:00:33.832: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c" in namespace "projected-4444" to be "Succeeded or Failed" + Sep 17 04:00:33.834: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.953994ms + Sep 17 04:00:35.836: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003738879s + Sep 17 04:00:37.836: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004396323s + STEP: Saw pod success 09/17/22 04:00:37.836 + Sep 17 04:00:37.837: INFO: Pod "pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c" satisfied condition "Succeeded or Failed" + Sep 17 04:00:37.838: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c container agnhost-container: + STEP: delete the pod 09/17/22 04:00:37.846 + Sep 17 04:00:37.850: INFO: Waiting for pod pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c to disappear + Sep 17 04:00:37.852: INFO: Pod pod-projected-configmaps-79e8169a-6103-43f3-8b01-99c1ae1af75c no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 04:00:37.852: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4444" for this suite. 09/17/22 04:00:37.853 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-apps] ReplicationController + should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:37.856 +Sep 17 04:00:37.856: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replication-controller 09/17/22 04:00:37.856 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:37.864 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:37.867 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 +STEP: Given a ReplicationController is created 09/17/22 04:00:37.868 +STEP: When the matched label of one of its pods change 09/17/22 04:00:37.87 +Sep 17 04:00:37.872: INFO: Pod name pod-release: Found 0 pods out of 1 +Sep 17 04:00:42.876: INFO: Pod name pod-release: Found 1 pods out of 1 +STEP: Then the pod is released 09/17/22 04:00:42.882 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 17 04:00:43.886: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-9800" for this suite. 09/17/22 04:00:43.888 +{"msg":"PASSED [sig-apps] ReplicationController should release no longer matching pods [Conformance]","completed":12,"skipped":265,"failed":0} +------------------------------ +• [SLOW TEST] [6.040 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:37.856 + Sep 17 04:00:37.856: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replication-controller 09/17/22 04:00:37.856 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:37.864 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:37.867 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:100 + STEP: Given a ReplicationController is created 09/17/22 04:00:37.868 + STEP: When the matched label of one of its pods change 09/17/22 04:00:37.87 + Sep 17 04:00:37.872: INFO: Pod name pod-release: Found 0 pods out of 1 + Sep 17 04:00:42.876: INFO: Pod name pod-release: Found 1 pods out of 1 + STEP: Then the pod is released 09/17/22 04:00:42.882 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 17 04:00:43.886: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-9800" for this suite. 09/17/22 04:00:43.888 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:00:43.896 +Sep 17 04:00:43.896: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pod-network-test 09/17/22 04:00:43.896 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:43.905 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:43.908 +[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-6452 09/17/22 04:00:43.909 +STEP: creating a selector 09/17/22 04:00:43.909 +STEP: Creating the service pods in kubernetes 09/17/22 04:00:43.909 +Sep 17 04:00:43.909: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 17 04:00:43.932: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6452" to be "running and ready" +Sep 17 04:00:43.945: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 13.012021ms +Sep 17 04:00:43.945: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:00:45.947: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015168792s +Sep 17 04:00:45.947: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:00:47.947: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 4.015023356s +Sep 17 04:00:47.947: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:00:49.949: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.017093719s +Sep 17 04:00:49.949: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:00:51.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.014972141s +Sep 17 04:00:51.947: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:00:53.948: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.015693377s +Sep 17 04:00:53.948: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:00:55.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.014933926s +Sep 17 04:00:55.947: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:00:57.949: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.016667088s +Sep 17 04:00:57.949: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:00:59.948: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.015986245s +Sep 17 04:00:59.948: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:01:01.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.015021157s +Sep 17 04:01:01.947: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:01:03.949: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.016790877s +Sep 17 04:01:03.949: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:01:05.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.014985991s +Sep 17 04:01:05.947: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 17 04:01:05.947: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 17 04:01:05.948: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6452" to be "running and ready" +Sep 17 04:01:05.949: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.06971ms +Sep 17 04:01:05.949: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 17 04:01:05.949: INFO: Pod "netserver-1" satisfied condition "running and ready" +Sep 17 04:01:05.950: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-6452" to be "running and ready" +Sep 17 04:01:05.951: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 953.394µs +Sep 17 04:01:05.951: INFO: The phase of Pod netserver-2 is Running (Ready = true) +Sep 17 04:01:05.951: INFO: Pod "netserver-2" satisfied condition "running and ready" +STEP: Creating test pods 09/17/22 04:01:05.952 +Sep 17 04:01:05.961: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6452" to be "running" +Sep 17 04:01:05.966: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.004943ms +Sep 17 04:01:07.969: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007657982s +Sep 17 04:01:07.969: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 17 04:01:07.970: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-6452" to be "running" +Sep 17 04:01:07.971: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.058307ms +Sep 17 04:01:07.971: INFO: Pod "host-test-container-pod" satisfied condition "running" +Sep 17 04:01:07.972: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 +Sep 17 04:01:07.972: INFO: Going to poll 172.20.188.197 on port 8081 at least 0 times, with a maximum of 39 tries before failing +Sep 17 04:01:07.973: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.20.188.197 8081 | grep -v '^\s*$'] Namespace:pod-network-test-6452 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:01:07.973: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:01:07.973: INFO: ExecWithOptions: Clientset creation +Sep 17 04:01:07.973: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6452/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.20.188.197+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 17 04:01:09.016: INFO: Found all 1 expected endpoints: [netserver-0] +Sep 17 04:01:09.016: INFO: Going to poll 172.20.110.141 on port 8081 at least 0 times, with a maximum of 39 tries before failing +Sep 17 04:01:09.018: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.20.110.141 8081 | grep -v '^\s*$'] Namespace:pod-network-test-6452 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:01:09.018: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:01:09.018: INFO: ExecWithOptions: Clientset creation +Sep 17 04:01:09.018: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6452/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.20.110.141+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 17 04:01:10.059: INFO: Found all 1 expected endpoints: [netserver-1] +Sep 17 04:01:10.060: INFO: Going to poll 172.20.209.9 on port 8081 at least 0 times, with a maximum of 39 tries before failing +Sep 17 04:01:10.061: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.20.209.9 8081 | grep -v '^\s*$'] Namespace:pod-network-test-6452 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:01:10.061: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:01:10.062: INFO: ExecWithOptions: Clientset creation +Sep 17 04:01:10.062: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6452/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.20.209.9+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 17 04:01:11.101: INFO: Found all 1 expected endpoints: [netserver-2] +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 17 04:01:11.101: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-6452" for this suite. 09/17/22 04:01:11.103 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]","completed":13,"skipped":288,"failed":0} +------------------------------ +• [SLOW TEST] [27.209 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:00:43.896 + Sep 17 04:00:43.896: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pod-network-test 09/17/22 04:00:43.896 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:00:43.905 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:00:43.908 + [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-6452 09/17/22 04:00:43.909 + STEP: creating a selector 09/17/22 04:00:43.909 + STEP: Creating the service pods in kubernetes 09/17/22 04:00:43.909 + Sep 17 04:00:43.909: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 17 04:00:43.932: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6452" to be "running and ready" + Sep 17 04:00:43.945: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 13.012021ms + Sep 17 04:00:43.945: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:00:45.947: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015168792s + Sep 17 04:00:45.947: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:00:47.947: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 4.015023356s + Sep 17 04:00:47.947: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:00:49.949: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.017093719s + Sep 17 04:00:49.949: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:00:51.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.014972141s + Sep 17 04:00:51.947: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:00:53.948: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.015693377s + Sep 17 04:00:53.948: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:00:55.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.014933926s + Sep 17 04:00:55.947: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:00:57.949: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.016667088s + Sep 17 04:00:57.949: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:00:59.948: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.015986245s + Sep 17 04:00:59.948: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:01:01.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.015021157s + Sep 17 04:01:01.947: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:01:03.949: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.016790877s + Sep 17 04:01:03.949: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:01:05.947: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.014985991s + Sep 17 04:01:05.947: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 17 04:01:05.947: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 17 04:01:05.948: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6452" to be "running and ready" + Sep 17 04:01:05.949: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.06971ms + Sep 17 04:01:05.949: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 17 04:01:05.949: INFO: Pod "netserver-1" satisfied condition "running and ready" + Sep 17 04:01:05.950: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-6452" to be "running and ready" + Sep 17 04:01:05.951: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 953.394µs + Sep 17 04:01:05.951: INFO: The phase of Pod netserver-2 is Running (Ready = true) + Sep 17 04:01:05.951: INFO: Pod "netserver-2" satisfied condition "running and ready" + STEP: Creating test pods 09/17/22 04:01:05.952 + Sep 17 04:01:05.961: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6452" to be "running" + Sep 17 04:01:05.966: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.004943ms + Sep 17 04:01:07.969: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007657982s + Sep 17 04:01:07.969: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 17 04:01:07.970: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-6452" to be "running" + Sep 17 04:01:07.971: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.058307ms + Sep 17 04:01:07.971: INFO: Pod "host-test-container-pod" satisfied condition "running" + Sep 17 04:01:07.972: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 + Sep 17 04:01:07.972: INFO: Going to poll 172.20.188.197 on port 8081 at least 0 times, with a maximum of 39 tries before failing + Sep 17 04:01:07.973: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.20.188.197 8081 | grep -v '^\s*$'] Namespace:pod-network-test-6452 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:01:07.973: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:01:07.973: INFO: ExecWithOptions: Clientset creation + Sep 17 04:01:07.973: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6452/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.20.188.197+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 17 04:01:09.016: INFO: Found all 1 expected endpoints: [netserver-0] + Sep 17 04:01:09.016: INFO: Going to poll 172.20.110.141 on port 8081 at least 0 times, with a maximum of 39 tries before failing + Sep 17 04:01:09.018: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.20.110.141 8081 | grep -v '^\s*$'] Namespace:pod-network-test-6452 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:01:09.018: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:01:09.018: INFO: ExecWithOptions: Clientset creation + Sep 17 04:01:09.018: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6452/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.20.110.141+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 17 04:01:10.059: INFO: Found all 1 expected endpoints: [netserver-1] + Sep 17 04:01:10.060: INFO: Going to poll 172.20.209.9 on port 8081 at least 0 times, with a maximum of 39 tries before failing + Sep 17 04:01:10.061: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 172.20.209.9 8081 | grep -v '^\s*$'] Namespace:pod-network-test-6452 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:01:10.061: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:01:10.062: INFO: ExecWithOptions: Clientset creation + Sep 17 04:01:10.062: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6452/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+172.20.209.9+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 17 04:01:11.101: INFO: Found all 1 expected endpoints: [netserver-2] + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 17 04:01:11.101: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-6452" for this suite. 09/17/22 04:01:11.103 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:01:11.106 +Sep 17 04:01:11.106: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 04:01:11.107 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:11.115 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:11.119 +[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 + 09/17/22 04:01:11.12 +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 + 09/17/22 04:01:11.12 +STEP: creating a pod to probe DNS 09/17/22 04:01:11.12 +STEP: submitting the pod to kubernetes 09/17/22 04:01:11.12 +Sep 17 04:01:11.124: INFO: Waiting up to 15m0s for pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37" in namespace "dns-1035" to be "running" +Sep 17 04:01:11.126: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 1.629301ms +Sep 17 04:01:13.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003678689s +Sep 17 04:01:15.129: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 4.004937348s +Sep 17 04:01:17.131: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007272764s +Sep 17 04:01:19.129: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 8.004726032s +Sep 17 04:01:21.133: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009010946s +Sep 17 04:01:23.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 12.00354072s +Sep 17 04:01:25.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Running", Reason="", readiness=true. Elapsed: 14.004503384s +Sep 17 04:01:25.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37" satisfied condition "running" +STEP: retrieving the pod 09/17/22 04:01:25.129 +STEP: looking for the results for each expected name from probers 09/17/22 04:01:25.13 +Sep 17 04:01:25.138: INFO: DNS probes using dns-1035/dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37 succeeded + +STEP: deleting the pod 09/17/22 04:01:25.138 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 04:01:25.144: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-1035" for this suite. 09/17/22 04:01:25.146 +{"msg":"PASSED [sig-network] DNS should provide DNS for the cluster [Conformance]","completed":14,"skipped":319,"failed":0} +------------------------------ +• [SLOW TEST] [14.041 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:01:11.106 + Sep 17 04:01:11.106: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 04:01:11.107 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:11.115 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:11.119 + [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 + 09/17/22 04:01:11.12 + 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 + 09/17/22 04:01:11.12 + STEP: creating a pod to probe DNS 09/17/22 04:01:11.12 + STEP: submitting the pod to kubernetes 09/17/22 04:01:11.12 + Sep 17 04:01:11.124: INFO: Waiting up to 15m0s for pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37" in namespace "dns-1035" to be "running" + Sep 17 04:01:11.126: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 1.629301ms + Sep 17 04:01:13.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003678689s + Sep 17 04:01:15.129: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 4.004937348s + Sep 17 04:01:17.131: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007272764s + Sep 17 04:01:19.129: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 8.004726032s + Sep 17 04:01:21.133: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009010946s + Sep 17 04:01:23.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Pending", Reason="", readiness=false. Elapsed: 12.00354072s + Sep 17 04:01:25.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37": Phase="Running", Reason="", readiness=true. Elapsed: 14.004503384s + Sep 17 04:01:25.128: INFO: Pod "dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37" satisfied condition "running" + STEP: retrieving the pod 09/17/22 04:01:25.129 + STEP: looking for the results for each expected name from probers 09/17/22 04:01:25.13 + Sep 17 04:01:25.138: INFO: DNS probes using dns-1035/dns-test-13a6983d-6cef-44ad-9e4c-d4d996fdee37 succeeded + + STEP: deleting the pod 09/17/22 04:01:25.138 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 04:01:25.144: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-1035" for this suite. 09/17/22 04:01:25.146 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-apps] Job + should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:01:25.148 +Sep 17 04:01:25.148: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename job 09/17/22 04:01:25.149 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:25.157 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:25.159 +[It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 +STEP: Creating a suspended job 09/17/22 04:01:25.161 +STEP: Patching the Job 09/17/22 04:01:25.164 +STEP: Watching for Job to be patched 09/17/22 04:01:25.171 +Sep 17 04:01:25.176: INFO: Event ADDED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc] and annotations: map[batch.kubernetes.io/job-tracking:] +Sep 17 04:01:25.176: INFO: Event MODIFIED found for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking:] +STEP: Updating the job 09/17/22 04:01:25.176 +STEP: Watching for Job to be updated 09/17/22 04:01:25.203 +Sep 17 04:01:25.205: INFO: Event MODIFIED found for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:25.205: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} +STEP: Listing all Jobs with LabelSelector 09/17/22 04:01:25.205 +Sep 17 04:01:25.208: INFO: Job: e2e-lmjvc as labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] +STEP: Waiting for job to complete 09/17/22 04:01:25.208 +STEP: Delete a job collection with a labelselector 09/17/22 04:01:35.211 +STEP: Watching for Job to be deleted 09/17/22 04:01:35.214 +Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Sep 17 04:01:35.215: INFO: Event DELETED found for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +STEP: Relist jobs to confirm deletion 09/17/22 04:01:35.215 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 17 04:01:35.217: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-6069" for this suite. 09/17/22 04:01:35.225 +{"msg":"PASSED [sig-apps] Job should manage the lifecycle of a job [Conformance]","completed":15,"skipped":328,"failed":0} +------------------------------ +• [SLOW TEST] [10.080 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:01:25.148 + Sep 17 04:01:25.148: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename job 09/17/22 04:01:25.149 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:25.157 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:25.159 + [It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:531 + STEP: Creating a suspended job 09/17/22 04:01:25.161 + STEP: Patching the Job 09/17/22 04:01:25.164 + STEP: Watching for Job to be patched 09/17/22 04:01:25.171 + Sep 17 04:01:25.176: INFO: Event ADDED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc] and annotations: map[batch.kubernetes.io/job-tracking:] + Sep 17 04:01:25.176: INFO: Event MODIFIED found for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking:] + STEP: Updating the job 09/17/22 04:01:25.176 + STEP: Watching for Job to be updated 09/17/22 04:01:25.203 + Sep 17 04:01:25.205: INFO: Event MODIFIED found for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:25.205: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} + STEP: Listing all Jobs with LabelSelector 09/17/22 04:01:25.205 + Sep 17 04:01:25.208: INFO: Job: e2e-lmjvc as labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] + STEP: Waiting for job to complete 09/17/22 04:01:25.208 + STEP: Delete a job collection with a labelselector 09/17/22 04:01:35.211 + STEP: Watching for Job to be deleted 09/17/22 04:01:35.214 + Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:35.215: INFO: Event MODIFIED observed for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Sep 17 04:01:35.215: INFO: Event DELETED found for Job e2e-lmjvc in namespace job-6069 with labels: map[e2e-job-label:e2e-lmjvc e2e-lmjvc:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + STEP: Relist jobs to confirm deletion 09/17/22 04:01:35.215 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 17 04:01:35.217: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-6069" for this suite. 09/17/22 04:01:35.225 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:129 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:01:35.229 +Sep 17 04:01:35.229: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:01:35.23 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:35.296 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:35.299 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:129 +STEP: Creating the pod 09/17/22 04:01:35.301 +Sep 17 04:01:35.304: INFO: Waiting up to 5m0s for pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc" in namespace "projected-1249" to be "running and ready" +Sep 17 04:01:35.305: INFO: Pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc": Phase="Pending", Reason="", readiness=false. Elapsed: 1.382871ms +Sep 17 04:01:35.305: INFO: The phase of Pod labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:01:37.308: INFO: Pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc": Phase="Running", Reason="", readiness=true. Elapsed: 2.00415359s +Sep 17 04:01:37.308: INFO: The phase of Pod labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc is Running (Ready = true) +Sep 17 04:01:37.308: INFO: Pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc" satisfied condition "running and ready" +Sep 17 04:01:37.818: INFO: Successfully updated pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 04:01:41.830: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1249" for this suite. 09/17/22 04:01:41.832 +{"msg":"PASSED [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance]","completed":16,"skipped":338,"failed":0} +------------------------------ +• [SLOW TEST] [6.605 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:129 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:01:35.229 + Sep 17 04:01:35.229: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:01:35.23 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:35.296 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:35.299 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:129 + STEP: Creating the pod 09/17/22 04:01:35.301 + Sep 17 04:01:35.304: INFO: Waiting up to 5m0s for pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc" in namespace "projected-1249" to be "running and ready" + Sep 17 04:01:35.305: INFO: Pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc": Phase="Pending", Reason="", readiness=false. Elapsed: 1.382871ms + Sep 17 04:01:35.305: INFO: The phase of Pod labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:01:37.308: INFO: Pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc": Phase="Running", Reason="", readiness=true. Elapsed: 2.00415359s + Sep 17 04:01:37.308: INFO: The phase of Pod labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc is Running (Ready = true) + Sep 17 04:01:37.308: INFO: Pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc" satisfied condition "running and ready" + Sep 17 04:01:37.818: INFO: Successfully updated pod "labelsupdateed7188fa-3037-421f-bf0b-d91c31c479fc" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 04:01:41.830: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1249" for this suite. 09/17/22 04:01:41.832 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] ReplicationController + should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:01:41.835 +Sep 17 04:01:41.835: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replication-controller 09/17/22 04:01:41.835 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:41.845 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:41.846 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 +STEP: creating a ReplicationController 09/17/22 04:01:41.849 +STEP: waiting for RC to be added 09/17/22 04:01:41.851 +STEP: waiting for available Replicas 09/17/22 04:01:41.851 +STEP: patching ReplicationController 09/17/22 04:01:45.065 +STEP: waiting for RC to be modified 09/17/22 04:01:45.069 +STEP: patching ReplicationController status 09/17/22 04:01:45.069 +STEP: waiting for RC to be modified 09/17/22 04:01:45.071 +STEP: waiting for available Replicas 09/17/22 04:01:45.071 +STEP: fetching ReplicationController status 09/17/22 04:01:45.073 +STEP: patching ReplicationController scale 09/17/22 04:01:45.075 +STEP: waiting for RC to be modified 09/17/22 04:01:45.078 +STEP: waiting for ReplicationController's scale to be the max amount 09/17/22 04:01:45.078 +STEP: fetching ReplicationController; ensuring that it's patched 09/17/22 04:01:47.901 +STEP: updating ReplicationController status 09/17/22 04:01:47.903 +STEP: waiting for RC to be modified 09/17/22 04:01:47.905 +STEP: listing all ReplicationControllers 09/17/22 04:01:47.905 +STEP: checking that ReplicationController has expected values 09/17/22 04:01:47.907 +STEP: deleting ReplicationControllers by collection 09/17/22 04:01:47.907 +STEP: waiting for ReplicationController to have a DELETED watchEvent 09/17/22 04:01:47.91 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 17 04:01:47.954: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-1457" for this suite. 09/17/22 04:01:47.955 +{"msg":"PASSED [sig-apps] ReplicationController should test the lifecycle of a ReplicationController [Conformance]","completed":17,"skipped":346,"failed":0} +------------------------------ +• [SLOW TEST] [6.122 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:01:41.835 + Sep 17 04:01:41.835: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replication-controller 09/17/22 04:01:41.835 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:41.845 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:41.846 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:109 + STEP: creating a ReplicationController 09/17/22 04:01:41.849 + STEP: waiting for RC to be added 09/17/22 04:01:41.851 + STEP: waiting for available Replicas 09/17/22 04:01:41.851 + STEP: patching ReplicationController 09/17/22 04:01:45.065 + STEP: waiting for RC to be modified 09/17/22 04:01:45.069 + STEP: patching ReplicationController status 09/17/22 04:01:45.069 + STEP: waiting for RC to be modified 09/17/22 04:01:45.071 + STEP: waiting for available Replicas 09/17/22 04:01:45.071 + STEP: fetching ReplicationController status 09/17/22 04:01:45.073 + STEP: patching ReplicationController scale 09/17/22 04:01:45.075 + STEP: waiting for RC to be modified 09/17/22 04:01:45.078 + STEP: waiting for ReplicationController's scale to be the max amount 09/17/22 04:01:45.078 + STEP: fetching ReplicationController; ensuring that it's patched 09/17/22 04:01:47.901 + STEP: updating ReplicationController status 09/17/22 04:01:47.903 + STEP: waiting for RC to be modified 09/17/22 04:01:47.905 + STEP: listing all ReplicationControllers 09/17/22 04:01:47.905 + STEP: checking that ReplicationController has expected values 09/17/22 04:01:47.907 + STEP: deleting ReplicationControllers by collection 09/17/22 04:01:47.907 + STEP: waiting for ReplicationController to have a DELETED watchEvent 09/17/22 04:01:47.91 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 17 04:01:47.954: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-1457" for this suite. 09/17/22 04:01:47.955 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:234 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:01:47.957 +Sep 17 04:01:47.958: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:01:47.958 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:47.968 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:47.97 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:234 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:01:47.971 +Sep 17 04:01:47.974: INFO: Waiting up to 5m0s for pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b" in namespace "downward-api-8348" to be "Succeeded or Failed" +Sep 17 04:01:47.976: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.041437ms +Sep 17 04:01:49.979: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005188198s +Sep 17 04:01:51.978: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00438365s +STEP: Saw pod success 09/17/22 04:01:51.978 +Sep 17 04:01:51.978: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b" satisfied condition "Succeeded or Failed" +Sep 17 04:01:51.980: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b container client-container: +STEP: delete the pod 09/17/22 04:01:51.983 +Sep 17 04:01:51.988: INFO: Waiting for pod downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b to disappear +Sep 17 04:01:51.992: INFO: Pod downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:01:51.992: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-8348" for this suite. 09/17/22 04:01:51.994 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance]","completed":18,"skipped":369,"failed":0} +------------------------------ +• [4.040 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:234 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:01:47.957 + Sep 17 04:01:47.958: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:01:47.958 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:47.968 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:47.97 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:234 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:01:47.971 + Sep 17 04:01:47.974: INFO: Waiting up to 5m0s for pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b" in namespace "downward-api-8348" to be "Succeeded or Failed" + Sep 17 04:01:47.976: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.041437ms + Sep 17 04:01:49.979: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005188198s + Sep 17 04:01:51.978: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00438365s + STEP: Saw pod success 09/17/22 04:01:51.978 + Sep 17 04:01:51.978: INFO: Pod "downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b" satisfied condition "Succeeded or Failed" + Sep 17 04:01:51.980: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b container client-container: + STEP: delete the pod 09/17/22 04:01:51.983 + Sep 17 04:01:51.988: INFO: Waiting for pod downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b to disappear + Sep 17 04:01:51.992: INFO: Pod downwardapi-volume-63280d90-6e4b-4b62-bf27-5fbee0db1e5b no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:01:51.992: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-8348" for this suite. 09/17/22 04:01:51.994 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:176 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:01:51.998 +Sep 17 04:01:51.998: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:01:51.999 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:52.058 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:52.059 +[It] should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:176 +STEP: Creating a pod to test emptydir 0666 on node default medium 09/17/22 04:01:52.062 +Sep 17 04:01:52.065: INFO: Waiting up to 5m0s for pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9" in namespace "emptydir-1407" to be "Succeeded or Failed" +Sep 17 04:01:52.068: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.741905ms +Sep 17 04:01:54.070: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00500479s +Sep 17 04:01:56.070: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004779739s +STEP: Saw pod success 09/17/22 04:01:56.07 +Sep 17 04:01:56.070: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9" satisfied condition "Succeeded or Failed" +Sep 17 04:01:56.071: INFO: Trying to get logs from node 10.254.0.17 pod pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9 container test-container: +STEP: delete the pod 09/17/22 04:01:56.074 +Sep 17 04:01:56.078: INFO: Waiting for pod pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9 to disappear +Sep 17 04:01:56.079: INFO: Pod pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:01:56.079: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-1407" for this suite. 09/17/22 04:01:56.08 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":19,"skipped":380,"failed":0} +------------------------------ +• [4.084 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:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:01:51.998 + Sep 17 04:01:51.998: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:01:51.999 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:52.058 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:52.059 + [It] should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:176 + STEP: Creating a pod to test emptydir 0666 on node default medium 09/17/22 04:01:52.062 + Sep 17 04:01:52.065: INFO: Waiting up to 5m0s for pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9" in namespace "emptydir-1407" to be "Succeeded or Failed" + Sep 17 04:01:52.068: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.741905ms + Sep 17 04:01:54.070: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00500479s + Sep 17 04:01:56.070: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004779739s + STEP: Saw pod success 09/17/22 04:01:56.07 + Sep 17 04:01:56.070: INFO: Pod "pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9" satisfied condition "Succeeded or Failed" + Sep 17 04:01:56.071: INFO: Trying to get logs from node 10.254.0.17 pod pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9 container test-container: + STEP: delete the pod 09/17/22 04:01:56.074 + Sep 17 04:01:56.078: INFO: Waiting for pod pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9 to disappear + Sep 17 04:01:56.079: INFO: Pod pod-f2c50d48-9b31-4cc0-9966-6d14b1177fa9 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:01:56.079: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-1407" for this suite. 09/17/22 04:01:56.08 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:206 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:01:56.083 +Sep 17 04:01:56.084: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:01:56.084 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:56.097 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:56.098 +[It] should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:206 +STEP: Creating a pod to test emptydir 0666 on node default medium 09/17/22 04:01:56.101 +Sep 17 04:01:56.111: INFO: Waiting up to 5m0s for pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276" in namespace "emptydir-4707" to be "Succeeded or Failed" +Sep 17 04:01:56.113: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276": Phase="Pending", Reason="", readiness=false. Elapsed: 1.598545ms +Sep 17 04:01:58.115: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004002283s +Sep 17 04:02:00.115: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00397299s +STEP: Saw pod success 09/17/22 04:02:00.115 +Sep 17 04:02:00.115: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276" satisfied condition "Succeeded or Failed" +Sep 17 04:02:00.116: INFO: Trying to get logs from node 10.254.0.17 pod pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276 container test-container: +STEP: delete the pod 09/17/22 04:02:00.119 +Sep 17 04:02:00.123: INFO: Waiting for pod pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276 to disappear +Sep 17 04:02:00.135: INFO: Pod pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:02:00.135: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-4707" for this suite. 09/17/22 04:02:00.137 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":20,"skipped":411,"failed":0} +------------------------------ +• [4.055 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:206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:01:56.083 + Sep 17 04:01:56.084: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:01:56.084 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:01:56.097 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:01:56.098 + [It] should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:206 + STEP: Creating a pod to test emptydir 0666 on node default medium 09/17/22 04:01:56.101 + Sep 17 04:01:56.111: INFO: Waiting up to 5m0s for pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276" in namespace "emptydir-4707" to be "Succeeded or Failed" + Sep 17 04:01:56.113: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276": Phase="Pending", Reason="", readiness=false. Elapsed: 1.598545ms + Sep 17 04:01:58.115: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004002283s + Sep 17 04:02:00.115: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00397299s + STEP: Saw pod success 09/17/22 04:02:00.115 + Sep 17 04:02:00.115: INFO: Pod "pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276" satisfied condition "Succeeded or Failed" + Sep 17 04:02:00.116: INFO: Trying to get logs from node 10.254.0.17 pod pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276 container test-container: + STEP: delete the pod 09/17/22 04:02:00.119 + Sep 17 04:02:00.123: INFO: Waiting for pod pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276 to disappear + Sep 17 04:02:00.135: INFO: Pod pod-741e2a69-3a65-4ddf-8c07-9e1a50cda276 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:02:00.135: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-4707" for this suite. 09/17/22 04:02:00.137 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:02:00.14 +Sep 17 04:02:00.140: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename gc 09/17/22 04:02:00.141 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:02:00.149 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:02:00.154 +[It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 +STEP: create the rc 09/17/22 04:02:00.156 +STEP: delete the rc 09/17/22 04:02:05.181 +STEP: wait for the rc to be deleted 09/17/22 04:02:05.303 +STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 09/17/22 04:02:10.305 +STEP: Gathering metrics 09/17/22 04:02:40.313 +W0917 04:02:40.315908 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 17 04:02:40.315: 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: + +Sep 17 04:02:40.315: INFO: Deleting pod "simpletest.rc-2bcjv" in namespace "gc-1712" +Sep 17 04:02:40.321: INFO: Deleting pod "simpletest.rc-2s2l8" in namespace "gc-1712" +Sep 17 04:02:40.326: INFO: Deleting pod "simpletest.rc-2sdv6" in namespace "gc-1712" +Sep 17 04:02:40.340: INFO: Deleting pod "simpletest.rc-2t55h" in namespace "gc-1712" +Sep 17 04:02:40.358: INFO: Deleting pod "simpletest.rc-2tqjk" in namespace "gc-1712" +Sep 17 04:02:40.377: INFO: Deleting pod "simpletest.rc-484h9" in namespace "gc-1712" +Sep 17 04:02:40.388: INFO: Deleting pod "simpletest.rc-4gsgh" in namespace "gc-1712" +Sep 17 04:02:40.395: INFO: Deleting pod "simpletest.rc-4q49l" in namespace "gc-1712" +Sep 17 04:02:40.405: INFO: Deleting pod "simpletest.rc-54ncr" in namespace "gc-1712" +Sep 17 04:02:40.412: INFO: Deleting pod "simpletest.rc-5bt86" in namespace "gc-1712" +Sep 17 04:02:40.419: INFO: Deleting pod "simpletest.rc-5hw4p" in namespace "gc-1712" +Sep 17 04:02:40.445: INFO: Deleting pod "simpletest.rc-5kkb7" in namespace "gc-1712" +Sep 17 04:02:40.469: INFO: Deleting pod "simpletest.rc-5pd9n" in namespace "gc-1712" +Sep 17 04:02:40.475: INFO: Deleting pod "simpletest.rc-5vzrd" in namespace "gc-1712" +Sep 17 04:02:40.481: INFO: Deleting pod "simpletest.rc-6f8gz" in namespace "gc-1712" +Sep 17 04:02:40.502: INFO: Deleting pod "simpletest.rc-6qllb" in namespace "gc-1712" +Sep 17 04:02:40.514: INFO: Deleting pod "simpletest.rc-6qt6m" in namespace "gc-1712" +Sep 17 04:02:40.527: INFO: Deleting pod "simpletest.rc-78td9" in namespace "gc-1712" +Sep 17 04:02:40.544: INFO: Deleting pod "simpletest.rc-7sssx" in namespace "gc-1712" +Sep 17 04:02:40.550: INFO: Deleting pod "simpletest.rc-85qfc" in namespace "gc-1712" +Sep 17 04:02:40.573: INFO: Deleting pod "simpletest.rc-8hk6r" in namespace "gc-1712" +Sep 17 04:02:40.579: INFO: Deleting pod "simpletest.rc-9sths" in namespace "gc-1712" +Sep 17 04:02:40.599: INFO: Deleting pod "simpletest.rc-9zkpk" in namespace "gc-1712" +Sep 17 04:02:40.610: INFO: Deleting pod "simpletest.rc-bd86v" in namespace "gc-1712" +Sep 17 04:02:40.621: INFO: Deleting pod "simpletest.rc-cbsj2" in namespace "gc-1712" +Sep 17 04:02:40.639: INFO: Deleting pod "simpletest.rc-cjbc7" in namespace "gc-1712" +Sep 17 04:02:40.667: INFO: Deleting pod "simpletest.rc-ckw7q" in namespace "gc-1712" +Sep 17 04:02:40.684: INFO: Deleting pod "simpletest.rc-cz25d" in namespace "gc-1712" +Sep 17 04:02:40.712: INFO: Deleting pod "simpletest.rc-d2cll" in namespace "gc-1712" +Sep 17 04:02:40.732: INFO: Deleting pod "simpletest.rc-dnn87" in namespace "gc-1712" +Sep 17 04:02:40.739: INFO: Deleting pod "simpletest.rc-dqk4v" in namespace "gc-1712" +Sep 17 04:02:40.749: INFO: Deleting pod "simpletest.rc-dxzhs" in namespace "gc-1712" +Sep 17 04:02:40.771: INFO: Deleting pod "simpletest.rc-fx96p" in namespace "gc-1712" +Sep 17 04:02:40.785: INFO: Deleting pod "simpletest.rc-g8nsn" in namespace "gc-1712" +Sep 17 04:02:40.793: INFO: Deleting pod "simpletest.rc-glzfn" in namespace "gc-1712" +Sep 17 04:02:40.806: INFO: Deleting pod "simpletest.rc-gvfx7" in namespace "gc-1712" +Sep 17 04:02:40.843: INFO: Deleting pod "simpletest.rc-h4z9g" in namespace "gc-1712" +Sep 17 04:02:40.868: INFO: Deleting pod "simpletest.rc-hbcsm" in namespace "gc-1712" +Sep 17 04:02:40.886: INFO: Deleting pod "simpletest.rc-hsmtn" in namespace "gc-1712" +Sep 17 04:02:40.897: INFO: Deleting pod "simpletest.rc-hxbbf" in namespace "gc-1712" +Sep 17 04:02:40.906: INFO: Deleting pod "simpletest.rc-hzzcs" in namespace "gc-1712" +Sep 17 04:02:40.913: INFO: Deleting pod "simpletest.rc-jpfb8" in namespace "gc-1712" +Sep 17 04:02:40.928: INFO: Deleting pod "simpletest.rc-jzppp" in namespace "gc-1712" +Sep 17 04:02:40.937: INFO: Deleting pod "simpletest.rc-kb6mr" in namespace "gc-1712" +Sep 17 04:02:40.947: INFO: Deleting pod "simpletest.rc-kbhld" in namespace "gc-1712" +Sep 17 04:02:40.952: INFO: Deleting pod "simpletest.rc-kdqr9" in namespace "gc-1712" +Sep 17 04:02:40.965: INFO: Deleting pod "simpletest.rc-kkvs5" in namespace "gc-1712" +Sep 17 04:02:40.980: INFO: Deleting pod "simpletest.rc-kmpw4" in namespace "gc-1712" +Sep 17 04:02:40.994: INFO: Deleting pod "simpletest.rc-krz68" in namespace "gc-1712" +Sep 17 04:02:41.000: INFO: Deleting pod "simpletest.rc-ksdp4" in namespace "gc-1712" +Sep 17 04:02:41.031: INFO: Deleting pod "simpletest.rc-kxldp" in namespace "gc-1712" +Sep 17 04:02:41.043: INFO: Deleting pod "simpletest.rc-kzw7l" in namespace "gc-1712" +Sep 17 04:02:41.050: INFO: Deleting pod "simpletest.rc-l8g5k" in namespace "gc-1712" +Sep 17 04:02:41.066: INFO: Deleting pod "simpletest.rc-lzbgw" in namespace "gc-1712" +Sep 17 04:02:41.088: INFO: Deleting pod "simpletest.rc-mcnmp" in namespace "gc-1712" +Sep 17 04:02:41.137: INFO: Deleting pod "simpletest.rc-mnktb" in namespace "gc-1712" +Sep 17 04:02:41.149: INFO: Deleting pod "simpletest.rc-mpj96" in namespace "gc-1712" +Sep 17 04:02:41.159: INFO: Deleting pod "simpletest.rc-n422k" in namespace "gc-1712" +Sep 17 04:02:41.166: INFO: Deleting pod "simpletest.rc-n6q4q" in namespace "gc-1712" +Sep 17 04:02:41.175: INFO: Deleting pod "simpletest.rc-n86pp" in namespace "gc-1712" +Sep 17 04:02:41.189: INFO: Deleting pod "simpletest.rc-ncj6h" in namespace "gc-1712" +Sep 17 04:02:41.203: INFO: Deleting pod "simpletest.rc-nwxdj" in namespace "gc-1712" +Sep 17 04:02:41.212: INFO: Deleting pod "simpletest.rc-pthwx" in namespace "gc-1712" +Sep 17 04:02:41.220: INFO: Deleting pod "simpletest.rc-pvjxc" in namespace "gc-1712" +Sep 17 04:02:41.232: INFO: Deleting pod "simpletest.rc-pzldl" in namespace "gc-1712" +Sep 17 04:02:41.243: INFO: Deleting pod "simpletest.rc-qkhf8" in namespace "gc-1712" +Sep 17 04:02:41.267: INFO: Deleting pod "simpletest.rc-qljsb" in namespace "gc-1712" +Sep 17 04:02:41.276: INFO: Deleting pod "simpletest.rc-qt9rj" in namespace "gc-1712" +Sep 17 04:02:41.315: INFO: Deleting pod "simpletest.rc-r724h" in namespace "gc-1712" +Sep 17 04:02:41.370: INFO: Deleting pod "simpletest.rc-rrpwl" in namespace "gc-1712" +Sep 17 04:02:41.416: INFO: Deleting pod "simpletest.rc-rw8nm" in namespace "gc-1712" +Sep 17 04:02:41.485: INFO: Deleting pod "simpletest.rc-s5z2p" in namespace "gc-1712" +Sep 17 04:02:41.515: INFO: Deleting pod "simpletest.rc-sd5sh" in namespace "gc-1712" +Sep 17 04:02:41.572: INFO: Deleting pod "simpletest.rc-sd7wf" in namespace "gc-1712" +Sep 17 04:02:41.643: INFO: Deleting pod "simpletest.rc-t5g9m" in namespace "gc-1712" +Sep 17 04:02:41.680: INFO: Deleting pod "simpletest.rc-tfvvz" in namespace "gc-1712" +Sep 17 04:02:41.719: INFO: Deleting pod "simpletest.rc-tg8vc" in namespace "gc-1712" +Sep 17 04:02:41.795: INFO: Deleting pod "simpletest.rc-tqzk5" in namespace "gc-1712" +Sep 17 04:02:41.831: INFO: Deleting pod "simpletest.rc-tqzvz" in namespace "gc-1712" +Sep 17 04:02:41.863: INFO: Deleting pod "simpletest.rc-ttxgs" in namespace "gc-1712" +Sep 17 04:02:41.924: INFO: Deleting pod "simpletest.rc-twxlk" in namespace "gc-1712" +Sep 17 04:02:41.969: INFO: Deleting pod "simpletest.rc-txbl9" in namespace "gc-1712" +Sep 17 04:02:42.013: INFO: Deleting pod "simpletest.rc-txhsv" in namespace "gc-1712" +Sep 17 04:02:42.065: INFO: Deleting pod "simpletest.rc-v8fl9" in namespace "gc-1712" +Sep 17 04:02:42.118: INFO: Deleting pod "simpletest.rc-vd27p" in namespace "gc-1712" +Sep 17 04:02:42.166: INFO: Deleting pod "simpletest.rc-vk5b6" in namespace "gc-1712" +Sep 17 04:02:42.215: INFO: Deleting pod "simpletest.rc-vkbj9" in namespace "gc-1712" +Sep 17 04:02:42.264: INFO: Deleting pod "simpletest.rc-vlp4g" in namespace "gc-1712" +Sep 17 04:02:42.317: INFO: Deleting pod "simpletest.rc-vmwsl" in namespace "gc-1712" +Sep 17 04:02:42.367: INFO: Deleting pod "simpletest.rc-vx98h" in namespace "gc-1712" +Sep 17 04:02:42.416: INFO: Deleting pod "simpletest.rc-wbsr2" in namespace "gc-1712" +Sep 17 04:02:42.464: INFO: Deleting pod "simpletest.rc-wclp4" in namespace "gc-1712" +Sep 17 04:02:42.524: INFO: Deleting pod "simpletest.rc-x4nkc" in namespace "gc-1712" +Sep 17 04:02:42.564: INFO: Deleting pod "simpletest.rc-x7hph" in namespace "gc-1712" +Sep 17 04:02:42.633: INFO: Deleting pod "simpletest.rc-x9kt8" in namespace "gc-1712" +Sep 17 04:02:42.690: INFO: Deleting pod "simpletest.rc-xcmwn" in namespace "gc-1712" +Sep 17 04:02:42.714: INFO: Deleting pod "simpletest.rc-xr262" in namespace "gc-1712" +Sep 17 04:02:42.779: INFO: Deleting pod "simpletest.rc-z7p6x" in namespace "gc-1712" +Sep 17 04:02:42.820: INFO: Deleting pod "simpletest.rc-zj5vp" in namespace "gc-1712" +Sep 17 04:02:42.876: INFO: Deleting pod "simpletest.rc-zmh9j" in namespace "gc-1712" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Sep 17 04:02:43.006: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-1712" for this suite. 09/17/22 04:02:43.012 +{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan pods created by rc if delete options say so [Conformance]","completed":21,"skipped":440,"failed":0} +------------------------------ +• [SLOW TEST] [42.878 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:02:00.14 + Sep 17 04:02:00.140: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename gc 09/17/22 04:02:00.141 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:02:00.149 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:02:00.154 + [It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 + STEP: create the rc 09/17/22 04:02:00.156 + STEP: delete the rc 09/17/22 04:02:05.181 + STEP: wait for the rc to be deleted 09/17/22 04:02:05.303 + STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 09/17/22 04:02:10.305 + STEP: Gathering metrics 09/17/22 04:02:40.313 + W0917 04:02:40.315908 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 17 04:02:40.315: 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: + + Sep 17 04:02:40.315: INFO: Deleting pod "simpletest.rc-2bcjv" in namespace "gc-1712" + Sep 17 04:02:40.321: INFO: Deleting pod "simpletest.rc-2s2l8" in namespace "gc-1712" + Sep 17 04:02:40.326: INFO: Deleting pod "simpletest.rc-2sdv6" in namespace "gc-1712" + Sep 17 04:02:40.340: INFO: Deleting pod "simpletest.rc-2t55h" in namespace "gc-1712" + Sep 17 04:02:40.358: INFO: Deleting pod "simpletest.rc-2tqjk" in namespace "gc-1712" + Sep 17 04:02:40.377: INFO: Deleting pod "simpletest.rc-484h9" in namespace "gc-1712" + Sep 17 04:02:40.388: INFO: Deleting pod "simpletest.rc-4gsgh" in namespace "gc-1712" + Sep 17 04:02:40.395: INFO: Deleting pod "simpletest.rc-4q49l" in namespace "gc-1712" + Sep 17 04:02:40.405: INFO: Deleting pod "simpletest.rc-54ncr" in namespace "gc-1712" + Sep 17 04:02:40.412: INFO: Deleting pod "simpletest.rc-5bt86" in namespace "gc-1712" + Sep 17 04:02:40.419: INFO: Deleting pod "simpletest.rc-5hw4p" in namespace "gc-1712" + Sep 17 04:02:40.445: INFO: Deleting pod "simpletest.rc-5kkb7" in namespace "gc-1712" + Sep 17 04:02:40.469: INFO: Deleting pod "simpletest.rc-5pd9n" in namespace "gc-1712" + Sep 17 04:02:40.475: INFO: Deleting pod "simpletest.rc-5vzrd" in namespace "gc-1712" + Sep 17 04:02:40.481: INFO: Deleting pod "simpletest.rc-6f8gz" in namespace "gc-1712" + Sep 17 04:02:40.502: INFO: Deleting pod "simpletest.rc-6qllb" in namespace "gc-1712" + Sep 17 04:02:40.514: INFO: Deleting pod "simpletest.rc-6qt6m" in namespace "gc-1712" + Sep 17 04:02:40.527: INFO: Deleting pod "simpletest.rc-78td9" in namespace "gc-1712" + Sep 17 04:02:40.544: INFO: Deleting pod "simpletest.rc-7sssx" in namespace "gc-1712" + Sep 17 04:02:40.550: INFO: Deleting pod "simpletest.rc-85qfc" in namespace "gc-1712" + Sep 17 04:02:40.573: INFO: Deleting pod "simpletest.rc-8hk6r" in namespace "gc-1712" + Sep 17 04:02:40.579: INFO: Deleting pod "simpletest.rc-9sths" in namespace "gc-1712" + Sep 17 04:02:40.599: INFO: Deleting pod "simpletest.rc-9zkpk" in namespace "gc-1712" + Sep 17 04:02:40.610: INFO: Deleting pod "simpletest.rc-bd86v" in namespace "gc-1712" + Sep 17 04:02:40.621: INFO: Deleting pod "simpletest.rc-cbsj2" in namespace "gc-1712" + Sep 17 04:02:40.639: INFO: Deleting pod "simpletest.rc-cjbc7" in namespace "gc-1712" + Sep 17 04:02:40.667: INFO: Deleting pod "simpletest.rc-ckw7q" in namespace "gc-1712" + Sep 17 04:02:40.684: INFO: Deleting pod "simpletest.rc-cz25d" in namespace "gc-1712" + Sep 17 04:02:40.712: INFO: Deleting pod "simpletest.rc-d2cll" in namespace "gc-1712" + Sep 17 04:02:40.732: INFO: Deleting pod "simpletest.rc-dnn87" in namespace "gc-1712" + Sep 17 04:02:40.739: INFO: Deleting pod "simpletest.rc-dqk4v" in namespace "gc-1712" + Sep 17 04:02:40.749: INFO: Deleting pod "simpletest.rc-dxzhs" in namespace "gc-1712" + Sep 17 04:02:40.771: INFO: Deleting pod "simpletest.rc-fx96p" in namespace "gc-1712" + Sep 17 04:02:40.785: INFO: Deleting pod "simpletest.rc-g8nsn" in namespace "gc-1712" + Sep 17 04:02:40.793: INFO: Deleting pod "simpletest.rc-glzfn" in namespace "gc-1712" + Sep 17 04:02:40.806: INFO: Deleting pod "simpletest.rc-gvfx7" in namespace "gc-1712" + Sep 17 04:02:40.843: INFO: Deleting pod "simpletest.rc-h4z9g" in namespace "gc-1712" + Sep 17 04:02:40.868: INFO: Deleting pod "simpletest.rc-hbcsm" in namespace "gc-1712" + Sep 17 04:02:40.886: INFO: Deleting pod "simpletest.rc-hsmtn" in namespace "gc-1712" + Sep 17 04:02:40.897: INFO: Deleting pod "simpletest.rc-hxbbf" in namespace "gc-1712" + Sep 17 04:02:40.906: INFO: Deleting pod "simpletest.rc-hzzcs" in namespace "gc-1712" + Sep 17 04:02:40.913: INFO: Deleting pod "simpletest.rc-jpfb8" in namespace "gc-1712" + Sep 17 04:02:40.928: INFO: Deleting pod "simpletest.rc-jzppp" in namespace "gc-1712" + Sep 17 04:02:40.937: INFO: Deleting pod "simpletest.rc-kb6mr" in namespace "gc-1712" + Sep 17 04:02:40.947: INFO: Deleting pod "simpletest.rc-kbhld" in namespace "gc-1712" + Sep 17 04:02:40.952: INFO: Deleting pod "simpletest.rc-kdqr9" in namespace "gc-1712" + Sep 17 04:02:40.965: INFO: Deleting pod "simpletest.rc-kkvs5" in namespace "gc-1712" + Sep 17 04:02:40.980: INFO: Deleting pod "simpletest.rc-kmpw4" in namespace "gc-1712" + Sep 17 04:02:40.994: INFO: Deleting pod "simpletest.rc-krz68" in namespace "gc-1712" + Sep 17 04:02:41.000: INFO: Deleting pod "simpletest.rc-ksdp4" in namespace "gc-1712" + Sep 17 04:02:41.031: INFO: Deleting pod "simpletest.rc-kxldp" in namespace "gc-1712" + Sep 17 04:02:41.043: INFO: Deleting pod "simpletest.rc-kzw7l" in namespace "gc-1712" + Sep 17 04:02:41.050: INFO: Deleting pod "simpletest.rc-l8g5k" in namespace "gc-1712" + Sep 17 04:02:41.066: INFO: Deleting pod "simpletest.rc-lzbgw" in namespace "gc-1712" + Sep 17 04:02:41.088: INFO: Deleting pod "simpletest.rc-mcnmp" in namespace "gc-1712" + Sep 17 04:02:41.137: INFO: Deleting pod "simpletest.rc-mnktb" in namespace "gc-1712" + Sep 17 04:02:41.149: INFO: Deleting pod "simpletest.rc-mpj96" in namespace "gc-1712" + Sep 17 04:02:41.159: INFO: Deleting pod "simpletest.rc-n422k" in namespace "gc-1712" + Sep 17 04:02:41.166: INFO: Deleting pod "simpletest.rc-n6q4q" in namespace "gc-1712" + Sep 17 04:02:41.175: INFO: Deleting pod "simpletest.rc-n86pp" in namespace "gc-1712" + Sep 17 04:02:41.189: INFO: Deleting pod "simpletest.rc-ncj6h" in namespace "gc-1712" + Sep 17 04:02:41.203: INFO: Deleting pod "simpletest.rc-nwxdj" in namespace "gc-1712" + Sep 17 04:02:41.212: INFO: Deleting pod "simpletest.rc-pthwx" in namespace "gc-1712" + Sep 17 04:02:41.220: INFO: Deleting pod "simpletest.rc-pvjxc" in namespace "gc-1712" + Sep 17 04:02:41.232: INFO: Deleting pod "simpletest.rc-pzldl" in namespace "gc-1712" + Sep 17 04:02:41.243: INFO: Deleting pod "simpletest.rc-qkhf8" in namespace "gc-1712" + Sep 17 04:02:41.267: INFO: Deleting pod "simpletest.rc-qljsb" in namespace "gc-1712" + Sep 17 04:02:41.276: INFO: Deleting pod "simpletest.rc-qt9rj" in namespace "gc-1712" + Sep 17 04:02:41.315: INFO: Deleting pod "simpletest.rc-r724h" in namespace "gc-1712" + Sep 17 04:02:41.370: INFO: Deleting pod "simpletest.rc-rrpwl" in namespace "gc-1712" + Sep 17 04:02:41.416: INFO: Deleting pod "simpletest.rc-rw8nm" in namespace "gc-1712" + Sep 17 04:02:41.485: INFO: Deleting pod "simpletest.rc-s5z2p" in namespace "gc-1712" + Sep 17 04:02:41.515: INFO: Deleting pod "simpletest.rc-sd5sh" in namespace "gc-1712" + Sep 17 04:02:41.572: INFO: Deleting pod "simpletest.rc-sd7wf" in namespace "gc-1712" + Sep 17 04:02:41.643: INFO: Deleting pod "simpletest.rc-t5g9m" in namespace "gc-1712" + Sep 17 04:02:41.680: INFO: Deleting pod "simpletest.rc-tfvvz" in namespace "gc-1712" + Sep 17 04:02:41.719: INFO: Deleting pod "simpletest.rc-tg8vc" in namespace "gc-1712" + Sep 17 04:02:41.795: INFO: Deleting pod "simpletest.rc-tqzk5" in namespace "gc-1712" + Sep 17 04:02:41.831: INFO: Deleting pod "simpletest.rc-tqzvz" in namespace "gc-1712" + Sep 17 04:02:41.863: INFO: Deleting pod "simpletest.rc-ttxgs" in namespace "gc-1712" + Sep 17 04:02:41.924: INFO: Deleting pod "simpletest.rc-twxlk" in namespace "gc-1712" + Sep 17 04:02:41.969: INFO: Deleting pod "simpletest.rc-txbl9" in namespace "gc-1712" + Sep 17 04:02:42.013: INFO: Deleting pod "simpletest.rc-txhsv" in namespace "gc-1712" + Sep 17 04:02:42.065: INFO: Deleting pod "simpletest.rc-v8fl9" in namespace "gc-1712" + Sep 17 04:02:42.118: INFO: Deleting pod "simpletest.rc-vd27p" in namespace "gc-1712" + Sep 17 04:02:42.166: INFO: Deleting pod "simpletest.rc-vk5b6" in namespace "gc-1712" + Sep 17 04:02:42.215: INFO: Deleting pod "simpletest.rc-vkbj9" in namespace "gc-1712" + Sep 17 04:02:42.264: INFO: Deleting pod "simpletest.rc-vlp4g" in namespace "gc-1712" + Sep 17 04:02:42.317: INFO: Deleting pod "simpletest.rc-vmwsl" in namespace "gc-1712" + Sep 17 04:02:42.367: INFO: Deleting pod "simpletest.rc-vx98h" in namespace "gc-1712" + Sep 17 04:02:42.416: INFO: Deleting pod "simpletest.rc-wbsr2" in namespace "gc-1712" + Sep 17 04:02:42.464: INFO: Deleting pod "simpletest.rc-wclp4" in namespace "gc-1712" + Sep 17 04:02:42.524: INFO: Deleting pod "simpletest.rc-x4nkc" in namespace "gc-1712" + Sep 17 04:02:42.564: INFO: Deleting pod "simpletest.rc-x7hph" in namespace "gc-1712" + Sep 17 04:02:42.633: INFO: Deleting pod "simpletest.rc-x9kt8" in namespace "gc-1712" + Sep 17 04:02:42.690: INFO: Deleting pod "simpletest.rc-xcmwn" in namespace "gc-1712" + Sep 17 04:02:42.714: INFO: Deleting pod "simpletest.rc-xr262" in namespace "gc-1712" + Sep 17 04:02:42.779: INFO: Deleting pod "simpletest.rc-z7p6x" in namespace "gc-1712" + Sep 17 04:02:42.820: INFO: Deleting pod "simpletest.rc-zj5vp" in namespace "gc-1712" + Sep 17 04:02:42.876: INFO: Deleting pod "simpletest.rc-zmh9j" in namespace "gc-1712" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Sep 17 04:02:43.006: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-1712" for this suite. 09/17/22 04:02:43.012 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:02:43.019 +Sep 17 04:02:43.019: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 04:02:43.02 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:02:43.046 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:02:43.051 +[It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 +STEP: Counting existing ResourceQuota 09/17/22 04:02:43.055 +STEP: Creating a ResourceQuota 09/17/22 04:02:48.059 +STEP: Ensuring resource quota status is calculated 09/17/22 04:02:48.064 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 04:02:50.067: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-7362" for this suite. 09/17/22 04:02:50.069 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance]","completed":22,"skipped":442,"failed":0} +------------------------------ +• [SLOW TEST] [7.052 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:65 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:02:43.019 + Sep 17 04:02:43.019: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 04:02:43.02 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:02:43.046 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:02:43.051 + [It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:65 + STEP: Counting existing ResourceQuota 09/17/22 04:02:43.055 + STEP: Creating a ResourceQuota 09/17/22 04:02:48.059 + STEP: Ensuring resource quota status is calculated 09/17/22 04:02:48.064 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 04:02:50.067: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-7362" for this suite. 09/17/22 04:02:50.069 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Update Demo + should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:02:50.072 +Sep 17 04:02:50.072: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:02:50.073 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:02:50.086 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:02:50.087 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 +[It] should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 +STEP: creating a replication controller 09/17/22 04:02:50.089 +Sep 17 04:02:50.089: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 create -f -' +Sep 17 04:02:50.208: INFO: stderr: "" +Sep 17 04:02:50.208: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:02:50.208 +Sep 17 04:02:50.208: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:02:50.258: INFO: stderr: "" +Sep 17 04:02:50.258: INFO: stdout: "update-demo-nautilus-8vvj4 update-demo-nautilus-cjrv4 " +Sep 17 04:02:50.259: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:02:50.299: INFO: stderr: "" +Sep 17 04:02:50.299: INFO: stdout: "" +Sep 17 04:02:50.299: INFO: update-demo-nautilus-8vvj4 is created but not running +Sep 17 04:02:55.299: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:02:55.363: INFO: stderr: "" +Sep 17 04:02:55.363: INFO: stdout: "update-demo-nautilus-8vvj4 update-demo-nautilus-cjrv4 " +Sep 17 04:02:55.363: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:02:55.438: INFO: stderr: "" +Sep 17 04:02:55.438: INFO: stdout: "" +Sep 17 04:02:55.438: INFO: update-demo-nautilus-8vvj4 is created but not running +Sep 17 04:03:00.438: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:03:00.480: INFO: stderr: "" +Sep 17 04:03:00.480: INFO: stdout: "update-demo-nautilus-8vvj4 update-demo-nautilus-cjrv4 " +Sep 17 04:03:00.481: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:03:00.522: INFO: stderr: "" +Sep 17 04:03:00.522: INFO: stdout: "true" +Sep 17 04:03:00.522: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 17 04:03:00.562: INFO: stderr: "" +Sep 17 04:03:00.562: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 17 04:03:00.562: INFO: validating pod update-demo-nautilus-8vvj4 +Sep 17 04:03:00.566: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 17 04:03:00.566: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 17 04:03:00.566: INFO: update-demo-nautilus-8vvj4 is verified up and running +Sep 17 04:03:00.566: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-cjrv4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:03:00.607: INFO: stderr: "" +Sep 17 04:03:00.607: INFO: stdout: "true" +Sep 17 04:03:00.607: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-cjrv4 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 17 04:03:00.648: INFO: stderr: "" +Sep 17 04:03:00.648: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 17 04:03:00.648: INFO: validating pod update-demo-nautilus-cjrv4 +Sep 17 04:03:00.652: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 17 04:03:00.652: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 17 04:03:00.652: INFO: update-demo-nautilus-cjrv4 is verified up and running +STEP: using delete to clean up resources 09/17/22 04:03:00.652 +Sep 17 04:03:00.652: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 delete --grace-period=0 --force -f -' +Sep 17 04:03:00.696: 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" +Sep 17 04:03:00.696: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Sep 17 04:03:00.696: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get rc,svc -l name=update-demo --no-headers' +Sep 17 04:03:00.759: INFO: stderr: "No resources found in kubectl-9574 namespace.\n" +Sep 17 04:03:00.759: INFO: stdout: "" +Sep 17 04:03:00.759: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Sep 17 04:03:00.808: INFO: stderr: "" +Sep 17 04:03:00.808: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:03:00.808: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-9574" for this suite. 09/17/22 04:03:00.81 +{"msg":"PASSED [sig-cli] Kubectl client Update Demo should create and stop a replication controller [Conformance]","completed":23,"skipped":454,"failed":0} +------------------------------ +• [SLOW TEST] [10.740 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Update Demo + test/e2e/kubectl/kubectl.go:322 + should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:02:50.072 + Sep 17 04:02:50.072: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:02:50.073 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:02:50.086 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:02:50.087 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 + [It] should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:337 + STEP: creating a replication controller 09/17/22 04:02:50.089 + Sep 17 04:02:50.089: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 create -f -' + Sep 17 04:02:50.208: INFO: stderr: "" + Sep 17 04:02:50.208: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:02:50.208 + Sep 17 04:02:50.208: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:02:50.258: INFO: stderr: "" + Sep 17 04:02:50.258: INFO: stdout: "update-demo-nautilus-8vvj4 update-demo-nautilus-cjrv4 " + Sep 17 04:02:50.259: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:02:50.299: INFO: stderr: "" + Sep 17 04:02:50.299: INFO: stdout: "" + Sep 17 04:02:50.299: INFO: update-demo-nautilus-8vvj4 is created but not running + Sep 17 04:02:55.299: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:02:55.363: INFO: stderr: "" + Sep 17 04:02:55.363: INFO: stdout: "update-demo-nautilus-8vvj4 update-demo-nautilus-cjrv4 " + Sep 17 04:02:55.363: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:02:55.438: INFO: stderr: "" + Sep 17 04:02:55.438: INFO: stdout: "" + Sep 17 04:02:55.438: INFO: update-demo-nautilus-8vvj4 is created but not running + Sep 17 04:03:00.438: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:03:00.480: INFO: stderr: "" + Sep 17 04:03:00.480: INFO: stdout: "update-demo-nautilus-8vvj4 update-demo-nautilus-cjrv4 " + Sep 17 04:03:00.481: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:03:00.522: INFO: stderr: "" + Sep 17 04:03:00.522: INFO: stdout: "true" + Sep 17 04:03:00.522: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-8vvj4 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 17 04:03:00.562: INFO: stderr: "" + Sep 17 04:03:00.562: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 17 04:03:00.562: INFO: validating pod update-demo-nautilus-8vvj4 + Sep 17 04:03:00.566: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 17 04:03:00.566: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 17 04:03:00.566: INFO: update-demo-nautilus-8vvj4 is verified up and running + Sep 17 04:03:00.566: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-cjrv4 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:03:00.607: INFO: stderr: "" + Sep 17 04:03:00.607: INFO: stdout: "true" + Sep 17 04:03:00.607: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods update-demo-nautilus-cjrv4 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 17 04:03:00.648: INFO: stderr: "" + Sep 17 04:03:00.648: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 17 04:03:00.648: INFO: validating pod update-demo-nautilus-cjrv4 + Sep 17 04:03:00.652: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 17 04:03:00.652: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 17 04:03:00.652: INFO: update-demo-nautilus-cjrv4 is verified up and running + STEP: using delete to clean up resources 09/17/22 04:03:00.652 + Sep 17 04:03:00.652: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 delete --grace-period=0 --force -f -' + Sep 17 04:03:00.696: 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" + Sep 17 04:03:00.696: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Sep 17 04:03:00.696: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get rc,svc -l name=update-demo --no-headers' + Sep 17 04:03:00.759: INFO: stderr: "No resources found in kubectl-9574 namespace.\n" + Sep 17 04:03:00.759: INFO: stdout: "" + Sep 17 04:03:00.759: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9574 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Sep 17 04:03:00.808: INFO: stderr: "" + Sep 17 04:03:00.808: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:03:00.808: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-9574" for this suite. 09/17/22 04:03:00.81 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:250 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:00.813 +Sep 17 04:03:00.813: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename namespaces 09/17/22 04:03:00.814 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:00.872 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:00.875 +[It] should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:250 +STEP: Creating a test namespace 09/17/22 04:03:00.876 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:00.884 +STEP: Creating a service in the namespace 09/17/22 04:03:00.887 +STEP: Deleting the namespace 09/17/22 04:03:00.89 +STEP: Waiting for the namespace to be removed. 09/17/22 04:03:00.898 +STEP: Recreating the namespace 09/17/22 04:03:06.9 +STEP: Verifying there is no service in the namespace 09/17/22 04:03:06.907 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:03:06.910: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-3272" for this suite. 09/17/22 04:03:06.912 +STEP: Destroying namespace "nsdeletetest-6829" for this suite. 09/17/22 04:03:06.914 +Sep 17 04:03:06.915: INFO: Namespace nsdeletetest-6829 was already deleted +STEP: Destroying namespace "nsdeletetest-5340" for this suite. 09/17/22 04:03:06.915 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all services are removed when a namespace is deleted [Conformance]","completed":24,"skipped":477,"failed":0} +------------------------------ +• [SLOW TEST] [6.104 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:250 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:00.813 + Sep 17 04:03:00.813: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename namespaces 09/17/22 04:03:00.814 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:00.872 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:00.875 + [It] should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:250 + STEP: Creating a test namespace 09/17/22 04:03:00.876 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:00.884 + STEP: Creating a service in the namespace 09/17/22 04:03:00.887 + STEP: Deleting the namespace 09/17/22 04:03:00.89 + STEP: Waiting for the namespace to be removed. 09/17/22 04:03:00.898 + STEP: Recreating the namespace 09/17/22 04:03:06.9 + STEP: Verifying there is no service in the namespace 09/17/22 04:03:06.907 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:03:06.910: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-3272" for this suite. 09/17/22 04:03:06.912 + STEP: Destroying namespace "nsdeletetest-6829" for this suite. 09/17/22 04:03:06.914 + Sep 17 04:03:06.915: INFO: Namespace nsdeletetest-6829 was already deleted + STEP: Destroying namespace "nsdeletetest-5340" for this suite. 09/17/22 04:03:06.915 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Downward API + should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:89 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:06.918 +Sep 17 04:03:06.918: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:03:06.919 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:06.927 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:06.93 +[It] should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:89 +STEP: Creating a pod to test downward api env vars 09/17/22 04:03:06.931 +Sep 17 04:03:06.935: INFO: Waiting up to 5m0s for pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6" in namespace "downward-api-8788" to be "Succeeded or Failed" +Sep 17 04:03:06.938: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.70937ms +Sep 17 04:03:08.942: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006738789s +Sep 17 04:03:10.941: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006276772s +STEP: Saw pod success 09/17/22 04:03:10.941 +Sep 17 04:03:10.941: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6" satisfied condition "Succeeded or Failed" +Sep 17 04:03:10.943: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6 container dapi-container: +STEP: delete the pod 09/17/22 04:03:10.946 +Sep 17 04:03:10.951: INFO: Waiting for pod downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6 to disappear +Sep 17 04:03:10.961: INFO: Pod downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 17 04:03:10.961: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-8788" for this suite. 09/17/22 04:03:10.963 +{"msg":"PASSED [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance]","completed":25,"skipped":495,"failed":0} +------------------------------ +• [4.047 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:89 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:06.918 + Sep 17 04:03:06.918: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:03:06.919 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:06.927 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:06.93 + [It] should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:89 + STEP: Creating a pod to test downward api env vars 09/17/22 04:03:06.931 + Sep 17 04:03:06.935: INFO: Waiting up to 5m0s for pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6" in namespace "downward-api-8788" to be "Succeeded or Failed" + Sep 17 04:03:06.938: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.70937ms + Sep 17 04:03:08.942: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006738789s + Sep 17 04:03:10.941: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006276772s + STEP: Saw pod success 09/17/22 04:03:10.941 + Sep 17 04:03:10.941: INFO: Pod "downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6" satisfied condition "Succeeded or Failed" + Sep 17 04:03:10.943: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6 container dapi-container: + STEP: delete the pod 09/17/22 04:03:10.946 + Sep 17 04:03:10.951: INFO: Waiting for pod downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6 to disappear + Sep 17 04:03:10.961: INFO: Pod downward-api-eb769854-177c-4f62-9fa4-28c341f5e8f6 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 17 04:03:10.961: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-8788" for this suite. 09/17/22 04:03:10.963 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:373 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:10.966 +Sep 17 04:03:10.966: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename daemonsets 09/17/22 04:03:10.967 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:10.975 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:10.978 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:373 +Sep 17 04:03:10.986: INFO: Creating simple daemon set daemon-set +STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:03:10.989 +Sep 17 04:03:10.993: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:03:10.993: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:03:11.998: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 04:03:11.998: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:03:12.996: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:03:12.996: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:03:13.996: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:03:13.996: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:03:14.997: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:03:14.997: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:03:16.000: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:03:16.000: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:03:16.997: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:03:16.997: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +STEP: Update daemon pods image. 09/17/22 04:03:17.002 +STEP: Check that daemon pods images are updated. 09/17/22 04:03:17.006 +Sep 17 04:03:17.008: INFO: Wrong image for pod: daemon-set-gb2wf. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 17 04:03:17.008: INFO: Wrong image for pod: daemon-set-snx4h. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 17 04:03:17.008: INFO: Wrong image for pod: daemon-set-zc66b. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 17 04:03:18.015: INFO: Pod daemon-set-86z8r is not available +Sep 17 04:03:18.015: INFO: Wrong image for pod: daemon-set-snx4h. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 17 04:03:18.015: INFO: Wrong image for pod: daemon-set-zc66b. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 17 04:03:19.015: INFO: Pod daemon-set-mnmb8 is not available +Sep 17 04:03:19.015: INFO: Wrong image for pod: daemon-set-snx4h. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. +Sep 17 04:03:21.016: INFO: Pod daemon-set-jthvn is not available +STEP: Check that daemon pods are still running on every node of the cluster. 09/17/22 04:03:21.017 +Sep 17 04:03:21.023: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:03:21.023: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:03:22.026: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:03:22.026: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:03:22.033 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7567, will wait for the garbage collector to delete the pods 09/17/22 04:03:22.033 +Sep 17 04:03:22.090: INFO: Deleting DaemonSet.extensions daemon-set took: 2.558098ms +Sep 17 04:03:22.191: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.905857ms +Sep 17 04:03:25.102: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:03:25.102: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 17 04:03:25.104: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"6134"},"items":null} + +Sep 17 04:03:25.112: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"6134"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:03:25.118: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-7567" for this suite. 09/17/22 04:03:25.119 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should update pod when spec was updated and update strategy is RollingUpdate [Conformance]","completed":26,"skipped":505,"failed":0} +------------------------------ +• [SLOW TEST] [14.156 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:373 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:10.966 + Sep 17 04:03:10.966: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename daemonsets 09/17/22 04:03:10.967 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:10.975 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:10.978 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:373 + Sep 17 04:03:10.986: INFO: Creating simple daemon set daemon-set + STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:03:10.989 + Sep 17 04:03:10.993: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:03:10.993: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:03:11.998: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 04:03:11.998: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:03:12.996: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:03:12.996: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:03:13.996: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:03:13.996: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:03:14.997: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:03:14.997: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:03:16.000: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:03:16.000: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:03:16.997: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:03:16.997: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + STEP: Update daemon pods image. 09/17/22 04:03:17.002 + STEP: Check that daemon pods images are updated. 09/17/22 04:03:17.006 + Sep 17 04:03:17.008: INFO: Wrong image for pod: daemon-set-gb2wf. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 17 04:03:17.008: INFO: Wrong image for pod: daemon-set-snx4h. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 17 04:03:17.008: INFO: Wrong image for pod: daemon-set-zc66b. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 17 04:03:18.015: INFO: Pod daemon-set-86z8r is not available + Sep 17 04:03:18.015: INFO: Wrong image for pod: daemon-set-snx4h. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 17 04:03:18.015: INFO: Wrong image for pod: daemon-set-zc66b. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 17 04:03:19.015: INFO: Pod daemon-set-mnmb8 is not available + Sep 17 04:03:19.015: INFO: Wrong image for pod: daemon-set-snx4h. Expected: registry.k8s.io/e2e-test-images/agnhost:2.40, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-2. + Sep 17 04:03:21.016: INFO: Pod daemon-set-jthvn is not available + STEP: Check that daemon pods are still running on every node of the cluster. 09/17/22 04:03:21.017 + Sep 17 04:03:21.023: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:03:21.023: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:03:22.026: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:03:22.026: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:03:22.033 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7567, will wait for the garbage collector to delete the pods 09/17/22 04:03:22.033 + Sep 17 04:03:22.090: INFO: Deleting DaemonSet.extensions daemon-set took: 2.558098ms + Sep 17 04:03:22.191: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.905857ms + Sep 17 04:03:25.102: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:03:25.102: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 17 04:03:25.104: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"6134"},"items":null} + + Sep 17 04:03:25.112: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"6134"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:03:25.118: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-7567" for this suite. 09/17/22 04:03:25.119 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Containers + should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:86 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:25.123 +Sep 17 04:03:25.123: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename containers 09/17/22 04:03:25.123 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:25.13 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:25.132 +[It] should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:86 +STEP: Creating a pod to test override all 09/17/22 04:03:25.134 +Sep 17 04:03:25.138: INFO: Waiting up to 5m0s for pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855" in namespace "containers-9818" to be "Succeeded or Failed" +Sep 17 04:03:25.140: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855": Phase="Pending", Reason="", readiness=false. Elapsed: 2.159026ms +Sep 17 04:03:27.141: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003973102s +Sep 17 04:03:29.143: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005573239s +STEP: Saw pod success 09/17/22 04:03:29.143 +Sep 17 04:03:29.143: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855" satisfied condition "Succeeded or Failed" +Sep 17 04:03:29.144: INFO: Trying to get logs from node 10.254.0.17 pod client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855 container agnhost-container: +STEP: delete the pod 09/17/22 04:03:29.147 +Sep 17 04:03:29.151: INFO: Waiting for pod client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855 to disappear +Sep 17 04:03:29.152: INFO: Pod client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855 no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 17 04:03:29.152: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-9818" for this suite. 09/17/22 04:03:29.154 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance]","completed":27,"skipped":505,"failed":0} +------------------------------ +• [4.033 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:86 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:25.123 + Sep 17 04:03:25.123: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename containers 09/17/22 04:03:25.123 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:25.13 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:25.132 + [It] should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:86 + STEP: Creating a pod to test override all 09/17/22 04:03:25.134 + Sep 17 04:03:25.138: INFO: Waiting up to 5m0s for pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855" in namespace "containers-9818" to be "Succeeded or Failed" + Sep 17 04:03:25.140: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855": Phase="Pending", Reason="", readiness=false. Elapsed: 2.159026ms + Sep 17 04:03:27.141: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003973102s + Sep 17 04:03:29.143: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005573239s + STEP: Saw pod success 09/17/22 04:03:29.143 + Sep 17 04:03:29.143: INFO: Pod "client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855" satisfied condition "Succeeded or Failed" + Sep 17 04:03:29.144: INFO: Trying to get logs from node 10.254.0.17 pod client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855 container agnhost-container: + STEP: delete the pod 09/17/22 04:03:29.147 + Sep 17 04:03:29.151: INFO: Waiting for pod client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855 to disappear + Sep 17 04:03:29.152: INFO: Pod client-containers-04d4d2d5-37a3-4cd8-ac5b-5bc5285e1855 no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 17 04:03:29.152: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-9818" for this suite. 09/17/22 04:03:29.154 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:29.157 +Sep 17 04:03:29.157: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename gc 09/17/22 04:03:29.158 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:29.165 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:29.168 +[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 09/17/22 04:03:29.171 +STEP: delete the rc 09/17/22 04:03:34.211 +STEP: wait for the rc to be deleted 09/17/22 04:03:34.389 +Sep 17 04:03:35.438: INFO: 80 pods remaining +Sep 17 04:03:35.438: INFO: 80 pods has nil DeletionTimestamp +Sep 17 04:03:35.438: INFO: +Sep 17 04:03:36.452: INFO: 70 pods remaining +Sep 17 04:03:36.478: INFO: 69 pods has nil DeletionTimestamp +Sep 17 04:03:36.478: INFO: +Sep 17 04:03:37.410: INFO: 60 pods remaining +Sep 17 04:03:37.410: INFO: 60 pods has nil DeletionTimestamp +Sep 17 04:03:37.410: INFO: +Sep 17 04:03:38.396: INFO: 40 pods remaining +Sep 17 04:03:38.397: INFO: 40 pods has nil DeletionTimestamp +Sep 17 04:03:38.397: INFO: +Sep 17 04:03:39.490: INFO: 29 pods remaining +Sep 17 04:03:39.490: INFO: 28 pods has nil DeletionTimestamp +Sep 17 04:03:39.490: INFO: +Sep 17 04:03:40.404: INFO: 20 pods remaining +Sep 17 04:03:40.404: INFO: 20 pods has nil DeletionTimestamp +Sep 17 04:03:40.404: INFO: +STEP: Gathering metrics 09/17/22 04:03:41.46 +W0917 04:03:41.477654 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 17 04:03:41.477: 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/framework.go:187 +Sep 17 04:03:41.477: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-6851" for this suite. 09/17/22 04:03:41.496 +{"msg":"PASSED [sig-api-machinery] Garbage collector should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance]","completed":28,"skipped":529,"failed":0} +------------------------------ +• [SLOW TEST] [12.370 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:29.157 + Sep 17 04:03:29.157: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename gc 09/17/22 04:03:29.158 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:29.165 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:29.168 + [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 09/17/22 04:03:29.171 + STEP: delete the rc 09/17/22 04:03:34.211 + STEP: wait for the rc to be deleted 09/17/22 04:03:34.389 + Sep 17 04:03:35.438: INFO: 80 pods remaining + Sep 17 04:03:35.438: INFO: 80 pods has nil DeletionTimestamp + Sep 17 04:03:35.438: INFO: + Sep 17 04:03:36.452: INFO: 70 pods remaining + Sep 17 04:03:36.478: INFO: 69 pods has nil DeletionTimestamp + Sep 17 04:03:36.478: INFO: + Sep 17 04:03:37.410: INFO: 60 pods remaining + Sep 17 04:03:37.410: INFO: 60 pods has nil DeletionTimestamp + Sep 17 04:03:37.410: INFO: + Sep 17 04:03:38.396: INFO: 40 pods remaining + Sep 17 04:03:38.397: INFO: 40 pods has nil DeletionTimestamp + Sep 17 04:03:38.397: INFO: + Sep 17 04:03:39.490: INFO: 29 pods remaining + Sep 17 04:03:39.490: INFO: 28 pods has nil DeletionTimestamp + Sep 17 04:03:39.490: INFO: + Sep 17 04:03:40.404: INFO: 20 pods remaining + Sep 17 04:03:40.404: INFO: 20 pods has nil DeletionTimestamp + Sep 17 04:03:40.404: INFO: + STEP: Gathering metrics 09/17/22 04:03:41.46 + W0917 04:03:41.477654 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 17 04:03:41.477: 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/framework.go:187 + Sep 17 04:03:41.477: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-6851" for this suite. 09/17/22 04:03:41.496 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:41.527 +Sep 17 04:03:41.527: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename watch 09/17/22 04:03:41.528 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:41.573 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:41.575 +[It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 +STEP: getting a starting resourceVersion 09/17/22 04:03:41.577 +STEP: starting a background goroutine to produce watch events 09/17/22 04:03:41.594 +STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 09/17/22 04:03:41.594 +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:187 +Sep 17 04:03:44.287: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-5112" for this suite. 09/17/22 04:03:44.333 +{"msg":"PASSED [sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]","completed":29,"skipped":532,"failed":0} +------------------------------ +• [2.856 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:41.527 + Sep 17 04:03:41.527: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename watch 09/17/22 04:03:41.528 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:41.573 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:41.575 + [It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 + STEP: getting a starting resourceVersion 09/17/22 04:03:41.577 + STEP: starting a background goroutine to produce watch events 09/17/22 04:03:41.594 + STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 09/17/22 04:03:41.594 + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/framework.go:187 + Sep 17 04:03:44.287: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-5112" for this suite. 09/17/22 04:03:44.333 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:130 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:44.385 +Sep 17 04:03:44.385: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:03:44.385 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:44.406 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:44.417 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:03:44.424 +Sep 17 04:03:44.431: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-5041" to be "running and ready" +Sep 17 04:03:44.435: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.185477ms +Sep 17 04:03:44.435: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:03:46.439: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008112128s +Sep 17 04:03:46.439: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:03:48.439: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007790731s +Sep 17 04:03:48.439: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:03:50.437: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 6.006228241s +Sep 17 04:03:50.437: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 17 04:03:50.437: 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:130 +STEP: create the pod with lifecycle hook 09/17/22 04:03:50.439 +Sep 17 04:03:50.441: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-5041" to be "running and ready" +Sep 17 04:03:50.444: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.265783ms +Sep 17 04:03:50.444: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:03:52.446: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004942649s +Sep 17 04:03:52.446: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:03:54.446: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 4.004436433s +Sep 17 04:03:54.446: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) +Sep 17 04:03:54.446: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" +STEP: check poststart hook 09/17/22 04:03:54.447 +STEP: delete the pod with lifecycle hook 09/17/22 04:03:54.455 +Sep 17 04:03:54.457: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Sep 17 04:03:54.459: INFO: Pod pod-with-poststart-http-hook still exists +Sep 17 04:03:56.459: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Sep 17 04:03:56.461: INFO: Pod pod-with-poststart-http-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 17 04:03:56.461: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-5041" for this suite. 09/17/22 04:03:56.463 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance]","completed":30,"skipped":569,"failed":0} +------------------------------ +• [SLOW TEST] [12.080 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:130 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:44.385 + Sep 17 04:03:44.385: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:03:44.385 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:44.406 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:44.417 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:03:44.424 + Sep 17 04:03:44.431: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-5041" to be "running and ready" + Sep 17 04:03:44.435: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.185477ms + Sep 17 04:03:44.435: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:03:46.439: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008112128s + Sep 17 04:03:46.439: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:03:48.439: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007790731s + Sep 17 04:03:48.439: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:03:50.437: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 6.006228241s + Sep 17 04:03:50.437: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 17 04:03:50.437: 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:130 + STEP: create the pod with lifecycle hook 09/17/22 04:03:50.439 + Sep 17 04:03:50.441: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-5041" to be "running and ready" + Sep 17 04:03:50.444: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.265783ms + Sep 17 04:03:50.444: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:03:52.446: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004942649s + Sep 17 04:03:52.446: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:03:54.446: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 4.004436433s + Sep 17 04:03:54.446: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) + Sep 17 04:03:54.446: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" + STEP: check poststart hook 09/17/22 04:03:54.447 + STEP: delete the pod with lifecycle hook 09/17/22 04:03:54.455 + Sep 17 04:03:54.457: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Sep 17 04:03:54.459: INFO: Pod pod-with-poststart-http-hook still exists + Sep 17 04:03:56.459: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Sep 17 04:03:56.461: INFO: Pod pod-with-poststart-http-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 17 04:03:56.461: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-5041" for this suite. 09/17/22 04:03:56.463 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-network] Services + should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:56.465 +Sep 17 04:03:56.465: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:03:56.466 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:56.473 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:56.476 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 +STEP: creating an Endpoint 09/17/22 04:03:56.479 +STEP: waiting for available Endpoint 09/17/22 04:03:56.48 +STEP: listing all Endpoints 09/17/22 04:03:56.481 +STEP: updating the Endpoint 09/17/22 04:03:56.482 +STEP: fetching the Endpoint 09/17/22 04:03:56.485 +STEP: patching the Endpoint 09/17/22 04:03:56.486 +STEP: fetching the Endpoint 09/17/22 04:03:56.49 +STEP: deleting the Endpoint by Collection 09/17/22 04:03:56.491 +STEP: waiting for Endpoint deletion 09/17/22 04:03:56.493 +STEP: fetching the Endpoint 09/17/22 04:03:56.494 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:03:56.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-4508" for this suite. 09/17/22 04:03:56.496 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should test the lifecycle of an Endpoint [Conformance]","completed":31,"skipped":579,"failed":0} +------------------------------ +• [0.033 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:56.465 + Sep 17 04:03:56.465: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:03:56.466 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:56.473 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:56.476 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3231 + STEP: creating an Endpoint 09/17/22 04:03:56.479 + STEP: waiting for available Endpoint 09/17/22 04:03:56.48 + STEP: listing all Endpoints 09/17/22 04:03:56.481 + STEP: updating the Endpoint 09/17/22 04:03:56.482 + STEP: fetching the Endpoint 09/17/22 04:03:56.485 + STEP: patching the Endpoint 09/17/22 04:03:56.486 + STEP: fetching the Endpoint 09/17/22 04:03:56.49 + STEP: deleting the Endpoint by Collection 09/17/22 04:03:56.491 + STEP: waiting for Endpoint deletion 09/17/22 04:03:56.493 + STEP: fetching the Endpoint 09/17/22 04:03:56.494 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:03:56.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-4508" for this suite. 09/17/22 04:03:56.496 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:03:56.502 +Sep 17 04:03:56.502: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 04:03:56.502 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:56.509 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:56.515 +[It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 +STEP: Counting existing ResourceQuota 09/17/22 04:04:13.518 +STEP: Creating a ResourceQuota 09/17/22 04:04:18.52 +STEP: Ensuring resource quota status is calculated 09/17/22 04:04:18.523 +STEP: Creating a ConfigMap 09/17/22 04:04:20.525 +STEP: Ensuring resource quota status captures configMap creation 09/17/22 04:04:20.53 +STEP: Deleting a ConfigMap 09/17/22 04:04:22.531 +STEP: Ensuring resource quota status released usage 09/17/22 04:04:22.534 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 04:04:24.537: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-5031" for this suite. 09/17/22 04:04:24.538 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]","completed":32,"skipped":632,"failed":0} +------------------------------ +• [SLOW TEST] [28.039 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:316 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:03:56.502 + Sep 17 04:03:56.502: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 04:03:56.502 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:03:56.509 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:03:56.515 + [It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:316 + STEP: Counting existing ResourceQuota 09/17/22 04:04:13.518 + STEP: Creating a ResourceQuota 09/17/22 04:04:18.52 + STEP: Ensuring resource quota status is calculated 09/17/22 04:04:18.523 + STEP: Creating a ConfigMap 09/17/22 04:04:20.525 + STEP: Ensuring resource quota status captures configMap creation 09/17/22 04:04:20.53 + STEP: Deleting a ConfigMap 09/17/22 04:04:22.531 + STEP: Ensuring resource quota status released usage 09/17/22 04:04:22.534 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 04:04:24.537: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-5031" for this suite. 09/17/22 04:04:24.538 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:215 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:24.543 +Sep 17 04:04:24.543: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-runtime 09/17/22 04:04:24.544 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:24.554 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:24.556 +[It] should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:215 +STEP: create the container 09/17/22 04:04:24.558 +STEP: wait for the container to reach Failed 09/17/22 04:04:24.562 +STEP: get the container status 09/17/22 04:04:28.574 +STEP: the container should be terminated 09/17/22 04:04:28.575 +STEP: the termination message should be set 09/17/22 04:04:28.575 +Sep 17 04:04:28.575: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 09/17/22 04:04:28.575 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 17 04:04:28.581: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-2775" for this suite. 09/17/22 04:04:28.583 +{"msg":"PASSED [sig-node] Container Runtime blackbox test on terminated container should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]","completed":33,"skipped":668,"failed":0} +------------------------------ +• [4.042 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:215 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:24.543 + Sep 17 04:04:24.543: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-runtime 09/17/22 04:04:24.544 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:24.554 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:24.556 + [It] should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:215 + STEP: create the container 09/17/22 04:04:24.558 + STEP: wait for the container to reach Failed 09/17/22 04:04:24.562 + STEP: get the container status 09/17/22 04:04:28.574 + STEP: the container should be terminated 09/17/22 04:04:28.575 + STEP: the termination message should be set 09/17/22 04:04:28.575 + Sep 17 04:04:28.575: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 09/17/22 04:04:28.575 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 17 04:04:28.581: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-2775" for this suite. 09/17/22 04:04:28.583 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:28.585 +Sep 17 04:04:28.585: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-pred 09/17/22 04:04:28.586 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:28.594 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:28.597 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 17 04:04:28.598: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 17 04:04:28.601: INFO: Waiting for terminating namespaces to be deleted... +Sep 17 04:04:28.602: INFO: +Logging pods the apiserver thinks is on node 10.254.0.16 before test +Sep 17 04:04:28.605: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container calico-kube-controllers ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container calico-node ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container coredns ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container kubernetes-dashboard ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container metrics-server ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container node-cache ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:04:28.605: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 04:04:28.605: INFO: +Logging pods the apiserver thinks is on node 10.254.0.17 before test +Sep 17 04:04:28.607: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.607: INFO: Container calico-node ready: true, restart count 0 +Sep 17 04:04:28.607: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.607: INFO: Container node-cache ready: true, restart count 0 +Sep 17 04:04:28.607: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.607: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 17 04:04:28.607: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:04:28.607: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:04:28.607: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 04:04:28.607: INFO: +Logging pods the apiserver thinks is on node 10.254.0.18 before test +Sep 17 04:04:28.609: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.609: INFO: Container calico-node ready: true, restart count 0 +Sep 17 04:04:28.609: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 04:04:28.609: INFO: Container node-cache ready: true, restart count 0 +Sep 17 04:04:28.609: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:04:28.609: INFO: Container e2e ready: true, restart count 0 +Sep 17 04:04:28.609: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:04:28.609: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:04:28.609: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:04:28.609: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 +STEP: Trying to launch a pod without a label to get a node which can launch it. 09/17/22 04:04:28.609 +Sep 17 04:04:28.612: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-4012" to be "running" +Sep 17 04:04:28.614: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 1.70481ms +Sep 17 04:04:30.617: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004142732s +Sep 17 04:04:32.617: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 4.0041441s +Sep 17 04:04:32.617: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 09/17/22 04:04:32.618 +STEP: Trying to apply a random label on the found node. 09/17/22 04:04:32.623 +STEP: verifying the node has the label kubernetes.io/e2e-7a9b6444-fbcd-4778-90da-3c6006efe361 42 09/17/22 04:04:32.628 +STEP: Trying to relaunch the pod, now with labels. 09/17/22 04:04:32.632 +Sep 17 04:04:32.636: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-4012" to be "not pending" +Sep 17 04:04:32.638: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 1.784885ms +Sep 17 04:04:34.641: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.004406227s +Sep 17 04:04:34.641: INFO: Pod "with-labels" satisfied condition "not pending" +STEP: removing the label kubernetes.io/e2e-7a9b6444-fbcd-4778-90da-3c6006efe361 off the node 10.254.0.17 09/17/22 04:04:34.642 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-7a9b6444-fbcd-4778-90da-3c6006efe361 09/17/22 04:04:34.651 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:04:34.653: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-4012" for this suite. 09/17/22 04:04:34.655 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if matching [Conformance]","completed":34,"skipped":670,"failed":0} +------------------------------ +• [SLOW TEST] [6.074 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:28.585 + Sep 17 04:04:28.585: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-pred 09/17/22 04:04:28.586 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:28.594 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:28.597 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 17 04:04:28.598: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 17 04:04:28.601: INFO: Waiting for terminating namespaces to be deleted... + Sep 17 04:04:28.602: INFO: + Logging pods the apiserver thinks is on node 10.254.0.16 before test + Sep 17 04:04:28.605: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container calico-kube-controllers ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container calico-node ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container coredns ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container kubernetes-dashboard ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container metrics-server ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container node-cache ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:04:28.605: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 04:04:28.605: INFO: + Logging pods the apiserver thinks is on node 10.254.0.17 before test + Sep 17 04:04:28.607: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.607: INFO: Container calico-node ready: true, restart count 0 + Sep 17 04:04:28.607: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.607: INFO: Container node-cache ready: true, restart count 0 + Sep 17 04:04:28.607: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.607: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 17 04:04:28.607: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:04:28.607: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:04:28.607: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 04:04:28.607: INFO: + Logging pods the apiserver thinks is on node 10.254.0.18 before test + Sep 17 04:04:28.609: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.609: INFO: Container calico-node ready: true, restart count 0 + Sep 17 04:04:28.609: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 04:04:28.609: INFO: Container node-cache ready: true, restart count 0 + Sep 17 04:04:28.609: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:04:28.609: INFO: Container e2e ready: true, restart count 0 + Sep 17 04:04:28.609: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:04:28.609: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:04:28.609: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:04:28.609: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:461 + STEP: Trying to launch a pod without a label to get a node which can launch it. 09/17/22 04:04:28.609 + Sep 17 04:04:28.612: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-4012" to be "running" + Sep 17 04:04:28.614: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 1.70481ms + Sep 17 04:04:30.617: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004142732s + Sep 17 04:04:32.617: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 4.0041441s + Sep 17 04:04:32.617: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 09/17/22 04:04:32.618 + STEP: Trying to apply a random label on the found node. 09/17/22 04:04:32.623 + STEP: verifying the node has the label kubernetes.io/e2e-7a9b6444-fbcd-4778-90da-3c6006efe361 42 09/17/22 04:04:32.628 + STEP: Trying to relaunch the pod, now with labels. 09/17/22 04:04:32.632 + Sep 17 04:04:32.636: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-4012" to be "not pending" + Sep 17 04:04:32.638: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 1.784885ms + Sep 17 04:04:34.641: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.004406227s + Sep 17 04:04:34.641: INFO: Pod "with-labels" satisfied condition "not pending" + STEP: removing the label kubernetes.io/e2e-7a9b6444-fbcd-4778-90da-3c6006efe361 off the node 10.254.0.17 09/17/22 04:04:34.642 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-7a9b6444-fbcd-4778-90da-3c6006efe361 09/17/22 04:04:34.651 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:04:34.653: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-4012" for this suite. 09/17/22 04:04:34.655 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Job + should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:194 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:34.66 +Sep 17 04:04:34.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename job 09/17/22 04:04:34.66 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:34.669 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:34.671 +[It] should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:194 +STEP: Creating Indexed job 09/17/22 04:04:34.672 +STEP: Ensuring job reaches completions 09/17/22 04:04:34.674 +STEP: Ensuring pods with index for job exist 09/17/22 04:04:44.677 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 17 04:04:44.679: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-162" for this suite. 09/17/22 04:04:44.68 +{"msg":"PASSED [sig-apps] Job should create pods for an Indexed job with completion indexes and specified hostname [Conformance]","completed":35,"skipped":696,"failed":0} +------------------------------ +• [SLOW TEST] [10.022 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:194 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:34.66 + Sep 17 04:04:34.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename job 09/17/22 04:04:34.66 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:34.669 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:34.671 + [It] should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:194 + STEP: Creating Indexed job 09/17/22 04:04:34.672 + STEP: Ensuring job reaches completions 09/17/22 04:04:34.674 + STEP: Ensuring pods with index for job exist 09/17/22 04:04:44.677 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 17 04:04:44.679: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-162" for this suite. 09/17/22 04:04:44.68 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-auth] ServiceAccounts + should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:44.684 +Sep 17 04:04:44.684: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:04:44.684 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:44.692 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:44.695 +[It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 +Sep 17 04:04:44.705: INFO: created pod pod-service-account-defaultsa +Sep 17 04:04:44.705: INFO: pod pod-service-account-defaultsa service account token volume mount: true +Sep 17 04:04:44.708: INFO: created pod pod-service-account-mountsa +Sep 17 04:04:44.708: INFO: pod pod-service-account-mountsa service account token volume mount: true +Sep 17 04:04:44.712: INFO: created pod pod-service-account-nomountsa +Sep 17 04:04:44.712: INFO: pod pod-service-account-nomountsa service account token volume mount: false +Sep 17 04:04:44.720: INFO: created pod pod-service-account-defaultsa-mountspec +Sep 17 04:04:44.720: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true +Sep 17 04:04:44.728: INFO: created pod pod-service-account-mountsa-mountspec +Sep 17 04:04:44.728: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true +Sep 17 04:04:44.738: INFO: created pod pod-service-account-nomountsa-mountspec +Sep 17 04:04:44.738: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true +Sep 17 04:04:44.746: INFO: created pod pod-service-account-defaultsa-nomountspec +Sep 17 04:04:44.746: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false +Sep 17 04:04:44.750: INFO: created pod pod-service-account-mountsa-nomountspec +Sep 17 04:04:44.750: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false +Sep 17 04:04:44.756: INFO: created pod pod-service-account-nomountsa-nomountspec +Sep 17 04:04:44.756: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 17 04:04:44.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-7218" for this suite. 09/17/22 04:04:44.76 +{"msg":"PASSED [sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]","completed":36,"skipped":713,"failed":0} +------------------------------ +• [0.086 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:158 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:44.684 + Sep 17 04:04:44.684: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:04:44.684 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:44.692 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:44.695 + [It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:158 + Sep 17 04:04:44.705: INFO: created pod pod-service-account-defaultsa + Sep 17 04:04:44.705: INFO: pod pod-service-account-defaultsa service account token volume mount: true + Sep 17 04:04:44.708: INFO: created pod pod-service-account-mountsa + Sep 17 04:04:44.708: INFO: pod pod-service-account-mountsa service account token volume mount: true + Sep 17 04:04:44.712: INFO: created pod pod-service-account-nomountsa + Sep 17 04:04:44.712: INFO: pod pod-service-account-nomountsa service account token volume mount: false + Sep 17 04:04:44.720: INFO: created pod pod-service-account-defaultsa-mountspec + Sep 17 04:04:44.720: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true + Sep 17 04:04:44.728: INFO: created pod pod-service-account-mountsa-mountspec + Sep 17 04:04:44.728: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true + Sep 17 04:04:44.738: INFO: created pod pod-service-account-nomountsa-mountspec + Sep 17 04:04:44.738: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true + Sep 17 04:04:44.746: INFO: created pod pod-service-account-defaultsa-nomountspec + Sep 17 04:04:44.746: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false + Sep 17 04:04:44.750: INFO: created pod pod-service-account-mountsa-nomountspec + Sep 17 04:04:44.750: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false + Sep 17 04:04:44.756: INFO: created pod pod-service-account-nomountsa-nomountspec + Sep 17 04:04:44.756: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 17 04:04:44.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-7218" for this suite. 09/17/22 04:04:44.76 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:44.771 +Sep 17 04:04:44.771: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:04:44.772 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:44.789 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:44.791 +[It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 +Sep 17 04:04:44.794: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/17/22 04:04:46.578 +Sep 17 04:04:46.578: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 create -f -' +Sep 17 04:04:47.056: INFO: stderr: "" +Sep 17 04:04:47.056: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Sep 17 04:04:47.057: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 delete e2e-test-crd-publish-openapi-7824-crds test-cr' +Sep 17 04:04:47.100: INFO: stderr: "" +Sep 17 04:04:47.100: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +Sep 17 04:04:47.100: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 apply -f -' +Sep 17 04:04:47.230: INFO: stderr: "" +Sep 17 04:04:47.230: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Sep 17 04:04:47.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 delete e2e-test-crd-publish-openapi-7824-crds test-cr' +Sep 17 04:04:47.273: INFO: stderr: "" +Sep 17 04:04:47.273: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR without validation schema 09/17/22 04:04:47.273 +Sep 17 04:04:47.274: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 explain e2e-test-crd-publish-openapi-7824-crds' +Sep 17 04:04:47.389: INFO: stderr: "" +Sep 17 04:04:47.389: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7824-crd\nVERSION: crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n \n" +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:04:49.085: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-8254" for this suite. 09/17/22 04:04:49.089 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD without validation schema [Conformance]","completed":37,"skipped":720,"failed":0} +------------------------------ +• [4.321 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:152 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:44.771 + Sep 17 04:04:44.771: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:04:44.772 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:44.789 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:44.791 + [It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:152 + Sep 17 04:04:44.794: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/17/22 04:04:46.578 + Sep 17 04:04:46.578: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 create -f -' + Sep 17 04:04:47.056: INFO: stderr: "" + Sep 17 04:04:47.056: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Sep 17 04:04:47.057: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 delete e2e-test-crd-publish-openapi-7824-crds test-cr' + Sep 17 04:04:47.100: INFO: stderr: "" + Sep 17 04:04:47.100: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + Sep 17 04:04:47.100: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 apply -f -' + Sep 17 04:04:47.230: INFO: stderr: "" + Sep 17 04:04:47.230: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Sep 17 04:04:47.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 --namespace=crd-publish-openapi-8254 delete e2e-test-crd-publish-openapi-7824-crds test-cr' + Sep 17 04:04:47.273: INFO: stderr: "" + Sep 17 04:04:47.273: INFO: stdout: "e2e-test-crd-publish-openapi-7824-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR without validation schema 09/17/22 04:04:47.273 + Sep 17 04:04:47.274: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-8254 explain e2e-test-crd-publish-openapi-7824-crds' + Sep 17 04:04:47.389: INFO: stderr: "" + Sep 17 04:04:47.389: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-7824-crd\nVERSION: crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n \n" + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:04:49.085: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-8254" for this suite. 09/17/22 04:04:49.089 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:114 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:49.092 +Sep 17 04:04:49.092: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:04:49.093 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:49.15 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:49.154 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:04:49.157 +Sep 17 04:04:49.161: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-9126" to be "running and ready" +Sep 17 04:04:49.166: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.501327ms +Sep 17 04:04:49.166: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:04:51.169: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.007409144s +Sep 17 04:04:51.169: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 17 04:04:51.169: 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:114 +STEP: create the pod with lifecycle hook 09/17/22 04:04:51.17 +Sep 17 04:04:51.174: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-9126" to be "running and ready" +Sep 17 04:04:51.178: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.763266ms +Sep 17 04:04:51.178: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:04:53.181: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.006976128s +Sep 17 04:04:53.181: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) +Sep 17 04:04:53.181: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 09/17/22 04:04:53.183 +Sep 17 04:04:53.186: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Sep 17 04:04:53.189: INFO: Pod pod-with-prestop-exec-hook still exists +Sep 17 04:04:55.190: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Sep 17 04:04:55.193: INFO: Pod pod-with-prestop-exec-hook no longer exists +STEP: check prestop hook 09/17/22 04:04:55.193 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 17 04:04:55.196: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-9126" for this suite. 09/17/22 04:04:55.198 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance]","completed":38,"skipped":742,"failed":0} +------------------------------ +• [SLOW TEST] [6.108 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:114 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:49.092 + Sep 17 04:04:49.092: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:04:49.093 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:49.15 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:49.154 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:04:49.157 + Sep 17 04:04:49.161: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-9126" to be "running and ready" + Sep 17 04:04:49.166: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.501327ms + Sep 17 04:04:49.166: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:04:51.169: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.007409144s + Sep 17 04:04:51.169: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 17 04:04:51.169: 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:114 + STEP: create the pod with lifecycle hook 09/17/22 04:04:51.17 + Sep 17 04:04:51.174: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-9126" to be "running and ready" + Sep 17 04:04:51.178: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.763266ms + Sep 17 04:04:51.178: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:04:53.181: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.006976128s + Sep 17 04:04:53.181: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) + Sep 17 04:04:53.181: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 09/17/22 04:04:53.183 + Sep 17 04:04:53.186: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Sep 17 04:04:53.189: INFO: Pod pod-with-prestop-exec-hook still exists + Sep 17 04:04:55.190: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Sep 17 04:04:55.193: INFO: Pod pod-with-prestop-exec-hook no longer exists + STEP: check prestop hook 09/17/22 04:04:55.193 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 17 04:04:55.196: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-9126" for this suite. 09/17/22 04:04:55.198 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:136 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:55.201 +Sep 17 04:04:55.201: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:04:55.201 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:55.213 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:55.215 +[It] should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:136 +STEP: Creating a pod to test emptydir 0666 on tmpfs 09/17/22 04:04:55.217 +Sep 17 04:04:55.222: INFO: Waiting up to 5m0s for pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42" in namespace "emptydir-9182" to be "Succeeded or Failed" +Sep 17 04:04:55.224: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42": Phase="Pending", Reason="", readiness=false. Elapsed: 1.95364ms +Sep 17 04:04:57.226: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004105093s +Sep 17 04:04:59.226: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003803687s +STEP: Saw pod success 09/17/22 04:04:59.226 +Sep 17 04:04:59.226: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42" satisfied condition "Succeeded or Failed" +Sep 17 04:04:59.227: INFO: Trying to get logs from node 10.254.0.17 pod pod-8c747c45-47f9-4093-9c62-9dc1195c2d42 container test-container: +STEP: delete the pod 09/17/22 04:04:59.234 +Sep 17 04:04:59.239: INFO: Waiting for pod pod-8c747c45-47f9-4093-9c62-9dc1195c2d42 to disappear +Sep 17 04:04:59.245: INFO: Pod pod-8c747c45-47f9-4093-9c62-9dc1195c2d42 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:04:59.245: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-9182" for this suite. 09/17/22 04:04:59.247 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":39,"skipped":749,"failed":0} +------------------------------ +• [4.048 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:136 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:55.201 + Sep 17 04:04:55.201: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:04:55.201 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:55.213 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:55.215 + [It] should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:136 + STEP: Creating a pod to test emptydir 0666 on tmpfs 09/17/22 04:04:55.217 + Sep 17 04:04:55.222: INFO: Waiting up to 5m0s for pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42" in namespace "emptydir-9182" to be "Succeeded or Failed" + Sep 17 04:04:55.224: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42": Phase="Pending", Reason="", readiness=false. Elapsed: 1.95364ms + Sep 17 04:04:57.226: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004105093s + Sep 17 04:04:59.226: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003803687s + STEP: Saw pod success 09/17/22 04:04:59.226 + Sep 17 04:04:59.226: INFO: Pod "pod-8c747c45-47f9-4093-9c62-9dc1195c2d42" satisfied condition "Succeeded or Failed" + Sep 17 04:04:59.227: INFO: Trying to get logs from node 10.254.0.17 pod pod-8c747c45-47f9-4093-9c62-9dc1195c2d42 container test-container: + STEP: delete the pod 09/17/22 04:04:59.234 + Sep 17 04:04:59.239: INFO: Waiting for pod pod-8c747c45-47f9-4093-9c62-9dc1195c2d42 to disappear + Sep 17 04:04:59.245: INFO: Pod pod-8c747c45-47f9-4093-9c62-9dc1195c2d42 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:04:59.245: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-9182" for this suite. 09/17/22 04:04:59.247 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny custom resource creation, update and deletion [Conformance] + test/e2e/apimachinery/webhook.go:220 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:04:59.249 +Sep 17 04:04:59.249: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:04:59.25 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:59.257 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:59.26 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:04:59.269 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:04:59.595 +STEP: Deploying the webhook pod 09/17/22 04:04:59.598 +STEP: Wait for the deployment to be ready 09/17/22 04:04:59.602 +Sep 17 04:04:59.604: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/17/22 04:05:01.608 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:05:01.612 +Sep 17 04:05:02.613: 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:220 +Sep 17 04:05:02.615: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Registering the custom resource webhook via the AdmissionRegistration API 09/17/22 04:05:03.12 +STEP: Creating a custom resource that should be denied by the webhook 09/17/22 04:05:03.127 +STEP: Creating a custom resource whose deletion would be denied by the webhook 09/17/22 04:05:05.148 +STEP: Updating the custom resource with disallowed data should be denied 09/17/22 04:05:05.152 +STEP: Deleting the custom resource should be denied 09/17/22 04:05:05.155 +STEP: Remove the offending key and value from the custom resource data 09/17/22 04:05:05.157 +STEP: Deleting the updated custom resource should be successful 09/17/22 04:05:05.161 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:05:05.669: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-7906" for this suite. 09/17/22 04:05:05.671 +STEP: Destroying namespace "webhook-7906-markers" for this suite. 09/17/22 04:05:05.674 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]","completed":40,"skipped":766,"failed":0} +------------------------------ +• [SLOW TEST] [6.452 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:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:04:59.249 + Sep 17 04:04:59.249: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:04:59.25 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:04:59.257 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:04:59.26 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:04:59.269 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:04:59.595 + STEP: Deploying the webhook pod 09/17/22 04:04:59.598 + STEP: Wait for the deployment to be ready 09/17/22 04:04:59.602 + Sep 17 04:04:59.604: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/17/22 04:05:01.608 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:05:01.612 + Sep 17 04:05:02.613: 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:220 + Sep 17 04:05:02.615: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Registering the custom resource webhook via the AdmissionRegistration API 09/17/22 04:05:03.12 + STEP: Creating a custom resource that should be denied by the webhook 09/17/22 04:05:03.127 + STEP: Creating a custom resource whose deletion would be denied by the webhook 09/17/22 04:05:05.148 + STEP: Updating the custom resource with disallowed data should be denied 09/17/22 04:05:05.152 + STEP: Deleting the custom resource should be denied 09/17/22 04:05:05.155 + STEP: Remove the offending key and value from the custom resource data 09/17/22 04:05:05.157 + STEP: Deleting the updated custom resource should be successful 09/17/22 04:05:05.161 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:05:05.669: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-7906" for this suite. 09/17/22 04:05:05.671 + STEP: Destroying namespace "webhook-7906-markers" for this suite. 09/17/22 04:05:05.674 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[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:356 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:05.702 +Sep 17 04:05:05.702: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:05:05.703 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:05.733 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:05.735 +[It] works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:356 +STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation 09/17/22 04:05:05.737 +Sep 17 04:05:05.738: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:05:07.505: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:05:15.831: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-3017" for this suite. 09/17/22 04:05:15.836 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group and version but different kinds [Conformance]","completed":41,"skipped":767,"failed":0} +------------------------------ +• [SLOW TEST] [10.136 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:356 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:05.702 + Sep 17 04:05:05.702: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:05:05.703 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:05.733 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:05.735 + [It] works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:356 + STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation 09/17/22 04:05:05.737 + Sep 17 04:05:05.738: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:05:07.505: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:05:15.831: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-3017" for this suite. 09/17/22 04:05:15.836 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl server-side dry-run + should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:15.84 +Sep 17 04:05:15.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:05:15.841 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:15.898 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:15.9 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/17/22 04:05:15.902 +Sep 17 04:05:15.902: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1471 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Sep 17 04:05:15.945: INFO: stderr: "" +Sep 17 04:05:15.945: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: replace the image in the pod with server-side dry-run 09/17/22 04:05:15.945 +Sep 17 04:05:15.945: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1471 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "registry.k8s.io/e2e-test-images/busybox:1.29-2"}]}} --dry-run=server' +Sep 17 04:05:16.455: INFO: stderr: "" +Sep 17 04:05:16.455: 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-2 09/17/22 04:05:16.455 +Sep 17 04:05:16.457: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1471 delete pods e2e-test-httpd-pod' +Sep 17 04:05:19.122: INFO: stderr: "" +Sep 17 04:05:19.122: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:05:19.122: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-1471" for this suite. 09/17/22 04:05:19.124 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl server-side dry-run should check if kubectl can dry-run update Pods [Conformance]","completed":42,"skipped":793,"failed":0} +------------------------------ +• [3.285 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl server-side dry-run + test/e2e/kubectl/kubectl.go:954 + should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:15.84 + Sep 17 04:05:15.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:05:15.841 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:15.898 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:15.9 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:960 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/17/22 04:05:15.902 + Sep 17 04:05:15.902: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1471 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Sep 17 04:05:15.945: INFO: stderr: "" + Sep 17 04:05:15.945: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: replace the image in the pod with server-side dry-run 09/17/22 04:05:15.945 + Sep 17 04:05:15.945: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1471 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "registry.k8s.io/e2e-test-images/busybox:1.29-2"}]}} --dry-run=server' + Sep 17 04:05:16.455: INFO: stderr: "" + Sep 17 04:05:16.455: 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-2 09/17/22 04:05:16.455 + Sep 17 04:05:16.457: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1471 delete pods e2e-test-httpd-pod' + Sep 17 04:05:19.122: INFO: stderr: "" + Sep 17 04:05:19.122: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:05:19.122: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-1471" for this suite. 09/17/22 04:05:19.124 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:118 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:19.126 +Sep 17 04:05:19.126: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:05:19.127 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:19.135 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:19.138 +[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:118 +STEP: Creating secret with name projected-secret-test-c15bb243-fb5d-4291-a3d7-4cb4444aaaa6 09/17/22 04:05:19.139 +STEP: Creating a pod to test consume secrets 09/17/22 04:05:19.14 +Sep 17 04:05:19.143: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e" in namespace "projected-3797" to be "Succeeded or Failed" +Sep 17 04:05:19.145: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.133882ms +Sep 17 04:05:21.149: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005608189s +Sep 17 04:05:23.149: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005571123s +STEP: Saw pod success 09/17/22 04:05:23.149 +Sep 17 04:05:23.149: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e" satisfied condition "Succeeded or Failed" +Sep 17 04:05:23.150: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e container secret-volume-test: +STEP: delete the pod 09/17/22 04:05:23.157 +Sep 17 04:05:23.162: INFO: Waiting for pod pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e to disappear +Sep 17 04:05:23.170: INFO: Pod pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 17 04:05:23.170: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3797" for this suite. 09/17/22 04:05:23.172 +{"msg":"PASSED [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","completed":43,"skipped":810,"failed":0} +------------------------------ +• [4.048 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:118 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:19.126 + Sep 17 04:05:19.126: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:05:19.127 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:19.135 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:19.138 + [It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:118 + STEP: Creating secret with name projected-secret-test-c15bb243-fb5d-4291-a3d7-4cb4444aaaa6 09/17/22 04:05:19.139 + STEP: Creating a pod to test consume secrets 09/17/22 04:05:19.14 + Sep 17 04:05:19.143: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e" in namespace "projected-3797" to be "Succeeded or Failed" + Sep 17 04:05:19.145: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.133882ms + Sep 17 04:05:21.149: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005608189s + Sep 17 04:05:23.149: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005571123s + STEP: Saw pod success 09/17/22 04:05:23.149 + Sep 17 04:05:23.149: INFO: Pod "pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e" satisfied condition "Succeeded or Failed" + Sep 17 04:05:23.150: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e container secret-volume-test: + STEP: delete the pod 09/17/22 04:05:23.157 + Sep 17 04:05:23.162: INFO: Waiting for pod pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e to disappear + Sep 17 04:05:23.170: INFO: Pod pod-projected-secrets-2f33694c-80a2-4d3f-8a97-0f4b2f51d18e no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 17 04:05:23.170: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3797" for this suite. 09/17/22 04:05:23.172 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:46 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:23.176 +Sep 17 04:05:23.176: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:05:23.177 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:23.185 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:23.19 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:46 +STEP: Creating configMap with name configmap-test-volume-f2b55666-ca1e-490e-a112-1b815840b232 09/17/22 04:05:23.191 +STEP: Creating a pod to test consume configMaps 09/17/22 04:05:23.192 +Sep 17 04:05:23.195: INFO: Waiting up to 5m0s for pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f" in namespace "configmap-1268" to be "Succeeded or Failed" +Sep 17 04:05:23.197: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.179343ms +Sep 17 04:05:25.200: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004373438s +Sep 17 04:05:27.200: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005130705s +STEP: Saw pod success 09/17/22 04:05:27.2 +Sep 17 04:05:27.200: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f" satisfied condition "Succeeded or Failed" +Sep 17 04:05:27.202: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f container agnhost-container: +STEP: delete the pod 09/17/22 04:05:27.204 +Sep 17 04:05:27.209: INFO: Waiting for pod pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f to disappear +Sep 17 04:05:27.210: INFO: Pod pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:05:27.210: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-1268" for this suite. 09/17/22 04:05:27.212 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance]","completed":44,"skipped":853,"failed":0} +------------------------------ +• [4.037 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:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:23.176 + Sep 17 04:05:23.176: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:05:23.177 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:23.185 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:23.19 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:46 + STEP: Creating configMap with name configmap-test-volume-f2b55666-ca1e-490e-a112-1b815840b232 09/17/22 04:05:23.191 + STEP: Creating a pod to test consume configMaps 09/17/22 04:05:23.192 + Sep 17 04:05:23.195: INFO: Waiting up to 5m0s for pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f" in namespace "configmap-1268" to be "Succeeded or Failed" + Sep 17 04:05:23.197: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.179343ms + Sep 17 04:05:25.200: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004373438s + Sep 17 04:05:27.200: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005130705s + STEP: Saw pod success 09/17/22 04:05:27.2 + Sep 17 04:05:27.200: INFO: Pod "pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f" satisfied condition "Succeeded or Failed" + Sep 17 04:05:27.202: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f container agnhost-container: + STEP: delete the pod 09/17/22 04:05:27.204 + Sep 17 04:05:27.209: INFO: Waiting for pod pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f to disappear + Sep 17 04:05:27.210: INFO: Pod pod-configmaps-385af026-ed0b-46d9-b856-a6e1d2bbaf3f no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:05:27.210: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-1268" for this suite. 09/17/22 04:05:27.212 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:96 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:27.215 +Sep 17 04:05:27.215: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:05:27.215 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:27.224 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:27.226 +[It] should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:96 +STEP: Creating a pod to test emptydir 0644 on tmpfs 09/17/22 04:05:27.228 +Sep 17 04:05:27.232: INFO: Waiting up to 5m0s for pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71" in namespace "emptydir-5016" to be "Succeeded or Failed" +Sep 17 04:05:27.235: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71": Phase="Pending", Reason="", readiness=false. Elapsed: 2.339718ms +Sep 17 04:05:29.237: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004563231s +Sep 17 04:05:31.237: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005071627s +STEP: Saw pod success 09/17/22 04:05:31.237 +Sep 17 04:05:31.238: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71" satisfied condition "Succeeded or Failed" +Sep 17 04:05:31.239: INFO: Trying to get logs from node 10.254.0.18 pod pod-7c57fe47-43b2-40a7-98ea-e844535c6c71 container test-container: +STEP: delete the pod 09/17/22 04:05:31.241 +Sep 17 04:05:31.245: INFO: Waiting for pod pod-7c57fe47-43b2-40a7-98ea-e844535c6c71 to disappear +Sep 17 04:05:31.250: INFO: Pod pod-7c57fe47-43b2-40a7-98ea-e844535c6c71 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:05:31.250: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-5016" for this suite. 09/17/22 04:05:31.252 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":45,"skipped":867,"failed":0} +------------------------------ +• [4.039 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:96 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:27.215 + Sep 17 04:05:27.215: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:05:27.215 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:27.224 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:27.226 + [It] should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:96 + STEP: Creating a pod to test emptydir 0644 on tmpfs 09/17/22 04:05:27.228 + Sep 17 04:05:27.232: INFO: Waiting up to 5m0s for pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71" in namespace "emptydir-5016" to be "Succeeded or Failed" + Sep 17 04:05:27.235: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71": Phase="Pending", Reason="", readiness=false. Elapsed: 2.339718ms + Sep 17 04:05:29.237: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004563231s + Sep 17 04:05:31.237: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005071627s + STEP: Saw pod success 09/17/22 04:05:31.237 + Sep 17 04:05:31.238: INFO: Pod "pod-7c57fe47-43b2-40a7-98ea-e844535c6c71" satisfied condition "Succeeded or Failed" + Sep 17 04:05:31.239: INFO: Trying to get logs from node 10.254.0.18 pod pod-7c57fe47-43b2-40a7-98ea-e844535c6c71 container test-container: + STEP: delete the pod 09/17/22 04:05:31.241 + Sep 17 04:05:31.245: INFO: Waiting for pod pod-7c57fe47-43b2-40a7-98ea-e844535c6c71 to disappear + Sep 17 04:05:31.250: INFO: Pod pod-7c57fe47-43b2-40a7-98ea-e844535c6c71 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:05:31.250: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-5016" for this suite. 09/17/22 04:05:31.252 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:186 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:31.254 +Sep 17 04:05:31.254: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:05:31.255 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:31.262 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:31.265 +[It] should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:186 +STEP: Creating a pod to test emptydir 0777 on node default medium 09/17/22 04:05:31.267 +Sep 17 04:05:31.269: INFO: Waiting up to 5m0s for pod "pod-1b90f989-e446-4204-8abc-85ca3841360c" in namespace "emptydir-8920" to be "Succeeded or Failed" +Sep 17 04:05:31.271: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.848051ms +Sep 17 04:05:33.274: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004529934s +Sep 17 04:05:35.274: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004307623s +STEP: Saw pod success 09/17/22 04:05:35.274 +Sep 17 04:05:35.274: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c" satisfied condition "Succeeded or Failed" +Sep 17 04:05:35.275: INFO: Trying to get logs from node 10.254.0.17 pod pod-1b90f989-e446-4204-8abc-85ca3841360c container test-container: +STEP: delete the pod 09/17/22 04:05:35.277 +Sep 17 04:05:35.281: INFO: Waiting for pod pod-1b90f989-e446-4204-8abc-85ca3841360c to disappear +Sep 17 04:05:35.282: INFO: Pod pod-1b90f989-e446-4204-8abc-85ca3841360c no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:05:35.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-8920" for this suite. 09/17/22 04:05:35.284 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":46,"skipped":869,"failed":0} +------------------------------ +• [4.031 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:186 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:31.254 + Sep 17 04:05:31.254: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:05:31.255 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:31.262 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:31.265 + [It] should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:186 + STEP: Creating a pod to test emptydir 0777 on node default medium 09/17/22 04:05:31.267 + Sep 17 04:05:31.269: INFO: Waiting up to 5m0s for pod "pod-1b90f989-e446-4204-8abc-85ca3841360c" in namespace "emptydir-8920" to be "Succeeded or Failed" + Sep 17 04:05:31.271: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.848051ms + Sep 17 04:05:33.274: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004529934s + Sep 17 04:05:35.274: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004307623s + STEP: Saw pod success 09/17/22 04:05:35.274 + Sep 17 04:05:35.274: INFO: Pod "pod-1b90f989-e446-4204-8abc-85ca3841360c" satisfied condition "Succeeded or Failed" + Sep 17 04:05:35.275: INFO: Trying to get logs from node 10.254.0.17 pod pod-1b90f989-e446-4204-8abc-85ca3841360c container test-container: + STEP: delete the pod 09/17/22 04:05:35.277 + Sep 17 04:05:35.281: INFO: Waiting for pod pod-1b90f989-e446-4204-8abc-85ca3841360c to disappear + Sep 17 04:05:35.282: INFO: Pod pod-1b90f989-e446-4204-8abc-85ca3841360c no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:05:35.282: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-8920" for this suite. 09/17/22 04:05:35.284 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:161 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:35.288 +Sep 17 04:05:35.288: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:05:35.289 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:35.297 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:35.3 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:161 +STEP: Creating the pod 09/17/22 04:05:35.301 +Sep 17 04:05:35.305: INFO: Waiting up to 5m0s for pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c" in namespace "downward-api-3739" to be "running and ready" +Sep 17 04:05:35.306: INFO: Pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.265027ms +Sep 17 04:05:35.306: INFO: The phase of Pod annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:05:37.309: INFO: Pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c": Phase="Running", Reason="", readiness=true. Elapsed: 2.004029548s +Sep 17 04:05:37.309: INFO: The phase of Pod annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c is Running (Ready = true) +Sep 17 04:05:37.309: INFO: Pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c" satisfied condition "running and ready" +Sep 17 04:05:37.818: INFO: Successfully updated pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:05:41.830: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-3739" for this suite. 09/17/22 04:05:41.831 +{"msg":"PASSED [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance]","completed":47,"skipped":923,"failed":0} +------------------------------ +• [SLOW TEST] [6.545 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:161 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:35.288 + Sep 17 04:05:35.288: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:05:35.289 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:35.297 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:35.3 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:161 + STEP: Creating the pod 09/17/22 04:05:35.301 + Sep 17 04:05:35.305: INFO: Waiting up to 5m0s for pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c" in namespace "downward-api-3739" to be "running and ready" + Sep 17 04:05:35.306: INFO: Pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.265027ms + Sep 17 04:05:35.306: INFO: The phase of Pod annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:05:37.309: INFO: Pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c": Phase="Running", Reason="", readiness=true. Elapsed: 2.004029548s + Sep 17 04:05:37.309: INFO: The phase of Pod annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c is Running (Ready = true) + Sep 17 04:05:37.309: INFO: Pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c" satisfied condition "running and ready" + Sep 17 04:05:37.818: INFO: Successfully updated pod "annotationupdate7e88db83-9d95-4f1d-a738-a060b029ec2c" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:05:41.830: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-3739" for this suite. 09/17/22 04:05:41.831 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] NoExecuteTaintManager Single Pod [Serial] + removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:05:41.835 +Sep 17 04:05:41.836: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename taint-single-pod 09/17/22 04:05:41.836 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:41.844 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:41.847 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:166 +Sep 17 04:05:41.848: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 17 04:06:41.856: INFO: Waiting for terminating namespaces to be deleted... +[It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 +Sep 17 04:06:41.857: INFO: Starting informer... +STEP: Starting pod... 09/17/22 04:06:41.857 +Sep 17 04:06:42.064: INFO: Pod is running on 10.254.0.18. Tainting Node +STEP: Trying to apply a taint on the Node 09/17/22 04:06:42.064 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/17/22 04:06:42.069 +STEP: Waiting short time to make sure Pod is queued for deletion 09/17/22 04:06:42.074 +Sep 17 04:06:42.074: INFO: Pod wasn't evicted. Proceeding +Sep 17 04:06:42.074: INFO: Removing taint from Node +STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/17/22 04:06:42.083 +STEP: Waiting some time to make sure that toleration time passed. 09/17/22 04:06:42.085 +Sep 17 04:07:57.085: INFO: Pod wasn't evicted. Test successful +[AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:07:57.085: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "taint-single-pod-2522" for this suite. 09/17/22 04:07:57.088 +{"msg":"PASSED [sig-node] NoExecuteTaintManager Single Pod [Serial] removing taint cancels eviction [Disruptive] [Conformance]","completed":48,"skipped":988,"failed":0} +------------------------------ +• [SLOW TEST] [135.255 seconds] +[sig-node] NoExecuteTaintManager Single Pod [Serial] +test/e2e/node/framework.go:23 + removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:05:41.835 + Sep 17 04:05:41.836: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename taint-single-pod 09/17/22 04:05:41.836 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:05:41.844 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:05:41.847 + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:166 + Sep 17 04:05:41.848: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 17 04:06:41.856: INFO: Waiting for terminating namespaces to be deleted... + [It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:289 + Sep 17 04:06:41.857: INFO: Starting informer... + STEP: Starting pod... 09/17/22 04:06:41.857 + Sep 17 04:06:42.064: INFO: Pod is running on 10.254.0.18. Tainting Node + STEP: Trying to apply a taint on the Node 09/17/22 04:06:42.064 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/17/22 04:06:42.069 + STEP: Waiting short time to make sure Pod is queued for deletion 09/17/22 04:06:42.074 + Sep 17 04:06:42.074: INFO: Pod wasn't evicted. Proceeding + Sep 17 04:06:42.074: INFO: Removing taint from Node + STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/17/22 04:06:42.083 + STEP: Waiting some time to make sure that toleration time passed. 09/17/22 04:06:42.085 + Sep 17 04:07:57.085: INFO: Pod wasn't evicted. Test successful + [AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:07:57.085: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "taint-single-pod-2522" for this suite. 09/17/22 04:07:57.088 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:131 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:07:57.093 +Sep 17 04:07:57.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 04:07:57.093 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:07:57.102 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:07:57.104 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:131 +STEP: Creating pod busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 in namespace container-probe-8805 09/17/22 04:07:57.106 +Sep 17 04:07:57.109: INFO: Waiting up to 5m0s for pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4" in namespace "container-probe-8805" to be "not pending" +Sep 17 04:07:57.111: INFO: Pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.039997ms +Sep 17 04:07:59.113: INFO: Pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4": Phase="Running", Reason="", readiness=true. Elapsed: 2.004015899s +Sep 17 04:07:59.113: INFO: Pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4" satisfied condition "not pending" +Sep 17 04:07:59.113: INFO: Started pod busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 in namespace container-probe-8805 +STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:07:59.113 +Sep 17 04:07:59.114: INFO: Initial restart count of pod busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 is 0 +Sep 17 04:08:49.183: INFO: Restart count of pod container-probe-8805/busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 is now 1 (50.068540176s elapsed) +STEP: deleting the pod 09/17/22 04:08:49.183 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 04:08:49.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-8805" for this suite. 09/17/22 04:08:49.189 +{"msg":"PASSED [sig-node] Probing container should be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","completed":49,"skipped":1055,"failed":0} +------------------------------ +• [SLOW TEST] [52.098 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:131 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:07:57.093 + Sep 17 04:07:57.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 04:07:57.093 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:07:57.102 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:07:57.104 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:131 + STEP: Creating pod busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 in namespace container-probe-8805 09/17/22 04:07:57.106 + Sep 17 04:07:57.109: INFO: Waiting up to 5m0s for pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4" in namespace "container-probe-8805" to be "not pending" + Sep 17 04:07:57.111: INFO: Pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.039997ms + Sep 17 04:07:59.113: INFO: Pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4": Phase="Running", Reason="", readiness=true. Elapsed: 2.004015899s + Sep 17 04:07:59.113: INFO: Pod "busybox-1f104bf8-c280-479e-8410-c1671b76d3b4" satisfied condition "not pending" + Sep 17 04:07:59.113: INFO: Started pod busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 in namespace container-probe-8805 + STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:07:59.113 + Sep 17 04:07:59.114: INFO: Initial restart count of pod busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 is 0 + Sep 17 04:08:49.183: INFO: Restart count of pod container-probe-8805/busybox-1f104bf8-c280-479e-8410-c1671b76d3b4 is now 1 (50.068540176s elapsed) + STEP: deleting the pod 09/17/22 04:08:49.183 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 04:08:49.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-8805" for this suite. 09/17/22 04:08:49.189 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:08:49.191 +Sep 17 04:08:49.191: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pod-network-test 09/17/22 04:08:49.192 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:08:49.2 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:08:49.203 +[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-7154 09/17/22 04:08:49.204 +STEP: creating a selector 09/17/22 04:08:49.204 +STEP: Creating the service pods in kubernetes 09/17/22 04:08:49.204 +Sep 17 04:08:49.204: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 17 04:08:49.227: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-7154" to be "running and ready" +Sep 17 04:08:49.234: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 7.258289ms +Sep 17 04:08:49.234: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:08:51.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.009914922s +Sep 17 04:08:51.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:08:53.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.010533384s +Sep 17 04:08:53.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:08:55.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.010223215s +Sep 17 04:08:55.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:08:57.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.010109904s +Sep 17 04:08:57.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:08:59.236: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009125375s +Sep 17 04:08:59.236: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:09:01.236: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.009120414s +Sep 17 04:09:01.236: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 17 04:09:01.236: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 17 04:09:01.237: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-7154" to be "running and ready" +Sep 17 04:09:01.238: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.02543ms +Sep 17 04:09:01.238: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 17 04:09:01.238: INFO: Pod "netserver-1" satisfied condition "running and ready" +Sep 17 04:09:01.239: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-7154" to be "running and ready" +Sep 17 04:09:01.240: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 1.009351ms +Sep 17 04:09:01.240: INFO: The phase of Pod netserver-2 is Running (Ready = true) +Sep 17 04:09:01.240: INFO: Pod "netserver-2" satisfied condition "running and ready" +STEP: Creating test pods 09/17/22 04:09:01.241 +Sep 17 04:09:01.244: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-7154" to be "running" +Sep 17 04:09:01.247: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.555087ms +Sep 17 04:09:03.249: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004412196s +Sep 17 04:09:03.249: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 17 04:09:03.250: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 +Sep 17 04:09:03.250: INFO: Breadth first check of 172.20.188.230 on host 10.254.0.16... +Sep 17 04:09:03.251: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.156:9080/dial?request=hostname&protocol=http&host=172.20.188.230&port=8083&tries=1'] Namespace:pod-network-test-7154 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:09:03.251: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:09:03.251: INFO: ExecWithOptions: Clientset creation +Sep 17 04:09:03.251: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7154/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.156%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.20.188.230%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 17 04:09:03.294: INFO: Waiting for responses: map[] +Sep 17 04:09:03.294: INFO: reached 172.20.188.230 after 0/1 tries +Sep 17 04:09:03.294: INFO: Breadth first check of 172.20.110.168 on host 10.254.0.17... +Sep 17 04:09:03.296: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.156:9080/dial?request=hostname&protocol=http&host=172.20.110.168&port=8083&tries=1'] Namespace:pod-network-test-7154 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:09:03.296: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:09:03.297: INFO: ExecWithOptions: Clientset creation +Sep 17 04:09:03.297: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7154/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.156%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.20.110.168%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 17 04:09:03.321: INFO: Waiting for responses: map[] +Sep 17 04:09:03.321: INFO: reached 172.20.110.168 after 0/1 tries +Sep 17 04:09:03.321: INFO: Breadth first check of 172.20.209.33 on host 10.254.0.18... +Sep 17 04:09:03.323: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.156:9080/dial?request=hostname&protocol=http&host=172.20.209.33&port=8083&tries=1'] Namespace:pod-network-test-7154 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:09:03.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:09:03.323: INFO: ExecWithOptions: Clientset creation +Sep 17 04:09:03.323: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7154/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.156%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.20.209.33%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 17 04:09:03.365: INFO: Waiting for responses: map[] +Sep 17 04:09:03.365: INFO: reached 172.20.209.33 after 0/1 tries +Sep 17 04:09:03.365: INFO: Going to retry 0 out of 3 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 17 04:09:03.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-7154" for this suite. 09/17/22 04:09:03.367 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [NodeConformance] [Conformance]","completed":50,"skipped":1080,"failed":0} +------------------------------ +• [SLOW TEST] [14.177 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:08:49.191 + Sep 17 04:08:49.191: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pod-network-test 09/17/22 04:08:49.192 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:08:49.2 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:08:49.203 + [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-7154 09/17/22 04:08:49.204 + STEP: creating a selector 09/17/22 04:08:49.204 + STEP: Creating the service pods in kubernetes 09/17/22 04:08:49.204 + Sep 17 04:08:49.204: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 17 04:08:49.227: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-7154" to be "running and ready" + Sep 17 04:08:49.234: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 7.258289ms + Sep 17 04:08:49.234: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:08:51.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.009914922s + Sep 17 04:08:51.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:08:53.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.010533384s + Sep 17 04:08:53.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:08:55.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.010223215s + Sep 17 04:08:55.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:08:57.237: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.010109904s + Sep 17 04:08:57.237: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:08:59.236: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.009125375s + Sep 17 04:08:59.236: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:09:01.236: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.009120414s + Sep 17 04:09:01.236: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 17 04:09:01.236: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 17 04:09:01.237: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-7154" to be "running and ready" + Sep 17 04:09:01.238: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.02543ms + Sep 17 04:09:01.238: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 17 04:09:01.238: INFO: Pod "netserver-1" satisfied condition "running and ready" + Sep 17 04:09:01.239: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-7154" to be "running and ready" + Sep 17 04:09:01.240: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 1.009351ms + Sep 17 04:09:01.240: INFO: The phase of Pod netserver-2 is Running (Ready = true) + Sep 17 04:09:01.240: INFO: Pod "netserver-2" satisfied condition "running and ready" + STEP: Creating test pods 09/17/22 04:09:01.241 + Sep 17 04:09:01.244: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-7154" to be "running" + Sep 17 04:09:01.247: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.555087ms + Sep 17 04:09:03.249: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004412196s + Sep 17 04:09:03.249: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 17 04:09:03.250: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 + Sep 17 04:09:03.250: INFO: Breadth first check of 172.20.188.230 on host 10.254.0.16... + Sep 17 04:09:03.251: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.156:9080/dial?request=hostname&protocol=http&host=172.20.188.230&port=8083&tries=1'] Namespace:pod-network-test-7154 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:09:03.251: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:09:03.251: INFO: ExecWithOptions: Clientset creation + Sep 17 04:09:03.251: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7154/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.156%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.20.188.230%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 17 04:09:03.294: INFO: Waiting for responses: map[] + Sep 17 04:09:03.294: INFO: reached 172.20.188.230 after 0/1 tries + Sep 17 04:09:03.294: INFO: Breadth first check of 172.20.110.168 on host 10.254.0.17... + Sep 17 04:09:03.296: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.156:9080/dial?request=hostname&protocol=http&host=172.20.110.168&port=8083&tries=1'] Namespace:pod-network-test-7154 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:09:03.296: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:09:03.297: INFO: ExecWithOptions: Clientset creation + Sep 17 04:09:03.297: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7154/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.156%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.20.110.168%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 17 04:09:03.321: INFO: Waiting for responses: map[] + Sep 17 04:09:03.321: INFO: reached 172.20.110.168 after 0/1 tries + Sep 17 04:09:03.321: INFO: Breadth first check of 172.20.209.33 on host 10.254.0.18... + Sep 17 04:09:03.323: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.156:9080/dial?request=hostname&protocol=http&host=172.20.209.33&port=8083&tries=1'] Namespace:pod-network-test-7154 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:09:03.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:09:03.323: INFO: ExecWithOptions: Clientset creation + Sep 17 04:09:03.323: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7154/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.156%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D172.20.209.33%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 17 04:09:03.365: INFO: Waiting for responses: map[] + Sep 17 04:09:03.365: INFO: reached 172.20.209.33 after 0/1 tries + Sep 17 04:09:03.365: INFO: Going to retry 0 out of 3 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 17 04:09:03.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-7154" for this suite. 09/17/22 04:09:03.367 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:09:03.369 +Sep 17 04:09:03.369: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 04:09:03.37 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:03.377 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:03.379 +[It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 +STEP: Creating a test headless service 09/17/22 04:09:03.381 +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-5642.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-5642.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 09/17/22 04:09:03.383 +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-5642.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-5642.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 09/17/22 04:09:03.383 +STEP: creating a pod to probe DNS 09/17/22 04:09:03.383 +STEP: submitting the pod to kubernetes 09/17/22 04:09:03.383 +Sep 17 04:09:03.389: INFO: Waiting up to 15m0s for pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d" in namespace "dns-5642" to be "running" +Sep 17 04:09:03.391: INFO: Pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.022162ms +Sep 17 04:09:05.394: INFO: Pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d": Phase="Running", Reason="", readiness=true. Elapsed: 2.004969464s +Sep 17 04:09:05.394: INFO: Pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d" satisfied condition "running" +STEP: retrieving the pod 09/17/22 04:09:05.394 +STEP: looking for the results for each expected name from probers 09/17/22 04:09:05.395 +Sep 17 04:09:05.434: INFO: DNS probes using dns-5642/dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d succeeded + +STEP: deleting the pod 09/17/22 04:09:05.434 +STEP: deleting the test headless service 09/17/22 04:09:05.44 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 04:09:05.458: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-5642" for this suite. 09/17/22 04:09:05.461 +{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Hostname [Conformance]","completed":51,"skipped":1101,"failed":0} +------------------------------ +• [2.094 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:09:03.369 + Sep 17 04:09:03.369: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 04:09:03.37 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:03.377 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:03.379 + [It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 + STEP: Creating a test headless service 09/17/22 04:09:03.381 + 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-5642.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-5642.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 09/17/22 04:09:03.383 + 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-5642.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-5642.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 09/17/22 04:09:03.383 + STEP: creating a pod to probe DNS 09/17/22 04:09:03.383 + STEP: submitting the pod to kubernetes 09/17/22 04:09:03.383 + Sep 17 04:09:03.389: INFO: Waiting up to 15m0s for pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d" in namespace "dns-5642" to be "running" + Sep 17 04:09:03.391: INFO: Pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.022162ms + Sep 17 04:09:05.394: INFO: Pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d": Phase="Running", Reason="", readiness=true. Elapsed: 2.004969464s + Sep 17 04:09:05.394: INFO: Pod "dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d" satisfied condition "running" + STEP: retrieving the pod 09/17/22 04:09:05.394 + STEP: looking for the results for each expected name from probers 09/17/22 04:09:05.395 + Sep 17 04:09:05.434: INFO: DNS probes using dns-5642/dns-test-f915b6e5-f3ab-4b8b-a4cb-fe77171c9f3d succeeded + + STEP: deleting the pod 09/17/22 04:09:05.434 + STEP: deleting the test headless service 09/17/22 04:09:05.44 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 04:09:05.458: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-5642" for this suite. 09/17/22 04:09:05.461 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:09:05.465 +Sep 17 04:09:05.465: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:09:05.466 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:05.472 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:05.475 +[It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 +Sep 17 04:09:05.477: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/17/22 04:09:07.193 +Sep 17 04:09:07.194: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 create -f -' +Sep 17 04:09:07.623: INFO: stderr: "" +Sep 17 04:09:07.623: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Sep 17 04:09:07.623: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 delete e2e-test-crd-publish-openapi-4764-crds test-cr' +Sep 17 04:09:07.679: INFO: stderr: "" +Sep 17 04:09:07.679: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +Sep 17 04:09:07.679: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 apply -f -' +Sep 17 04:09:07.804: INFO: stderr: "" +Sep 17 04:09:07.804: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Sep 17 04:09:07.804: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 delete e2e-test-crd-publish-openapi-4764-crds test-cr' +Sep 17 04:09:07.848: INFO: stderr: "" +Sep 17 04:09:07.848: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 09/17/22 04:09:07.848 +Sep 17 04:09:07.848: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 explain e2e-test-crd-publish-openapi-4764-crds' +Sep 17 04:09:08.098: INFO: stderr: "" +Sep 17 04:09:08.098: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-4764-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/framework.go:187 +Sep 17 04:09:09.794: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-954" for this suite. 09/17/22 04:09:09.798 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields at the schema root [Conformance]","completed":52,"skipped":1126,"failed":0} +------------------------------ +• [4.336 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:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:09:05.465 + Sep 17 04:09:05.465: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:09:05.466 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:05.472 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:05.475 + [It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:193 + Sep 17 04:09:05.477: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/17/22 04:09:07.193 + Sep 17 04:09:07.194: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 create -f -' + Sep 17 04:09:07.623: INFO: stderr: "" + Sep 17 04:09:07.623: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Sep 17 04:09:07.623: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 delete e2e-test-crd-publish-openapi-4764-crds test-cr' + Sep 17 04:09:07.679: INFO: stderr: "" + Sep 17 04:09:07.679: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + Sep 17 04:09:07.679: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 apply -f -' + Sep 17 04:09:07.804: INFO: stderr: "" + Sep 17 04:09:07.804: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Sep 17 04:09:07.804: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 --namespace=crd-publish-openapi-954 delete e2e-test-crd-publish-openapi-4764-crds test-cr' + Sep 17 04:09:07.848: INFO: stderr: "" + Sep 17 04:09:07.848: INFO: stdout: "e2e-test-crd-publish-openapi-4764-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 09/17/22 04:09:07.848 + Sep 17 04:09:07.848: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-954 explain e2e-test-crd-publish-openapi-4764-crds' + Sep 17 04:09:08.098: INFO: stderr: "" + Sep 17 04:09:08.098: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-4764-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/framework.go:187 + Sep 17 04:09:09.794: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-954" for this suite. 09/17/22 04:09:09.798 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-apps] Daemon set [Serial] + should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:165 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:09:09.801 +Sep 17 04:09:09.801: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename daemonsets 09/17/22 04:09:09.802 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:09.811 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:09.813 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:165 +STEP: Creating simple DaemonSet "daemon-set" 09/17/22 04:09:09.824 +STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:09:09.826 +Sep 17 04:09:09.837: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:09:09.837: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:09:10.842: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 04:09:10.842: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 +Sep 17 04:09:11.841: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:09:11.842: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:09:12.841: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:09:12.841: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:09:13.841: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:09:13.841: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +STEP: Stop a daemon pod, check that the daemon pod is revived. 09/17/22 04:09:13.842 +Sep 17 04:09:13.851: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:09:13.851: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 +Sep 17 04:09:14.855: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:09:14.855: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 +Sep 17 04:09:15.856: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:09:15.856: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:09:15.857 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1745, will wait for the garbage collector to delete the pods 09/17/22 04:09:15.857 +Sep 17 04:09:15.911: INFO: Deleting DaemonSet.extensions daemon-set took: 2.618765ms +Sep 17 04:09:16.011: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.19895ms +Sep 17 04:09:18.523: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:09:18.523: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 17 04:09:18.524: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"9883"},"items":null} + +Sep 17 04:09:18.528: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"9883"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:09:18.538: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-1745" for this suite. 09/17/22 04:09:18.539 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]","completed":53,"skipped":1127,"failed":0} +------------------------------ +• [SLOW TEST] [8.741 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:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:09:09.801 + Sep 17 04:09:09.801: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename daemonsets 09/17/22 04:09:09.802 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:09.811 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:09.813 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:165 + STEP: Creating simple DaemonSet "daemon-set" 09/17/22 04:09:09.824 + STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:09:09.826 + Sep 17 04:09:09.837: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:09:09.837: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:09:10.842: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 04:09:10.842: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 + Sep 17 04:09:11.841: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:09:11.842: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:09:12.841: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:09:12.841: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:09:13.841: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:09:13.841: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + STEP: Stop a daemon pod, check that the daemon pod is revived. 09/17/22 04:09:13.842 + Sep 17 04:09:13.851: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:09:13.851: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 + Sep 17 04:09:14.855: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:09:14.855: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 + Sep 17 04:09:15.856: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:09:15.856: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:09:15.857 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1745, will wait for the garbage collector to delete the pods 09/17/22 04:09:15.857 + Sep 17 04:09:15.911: INFO: Deleting DaemonSet.extensions daemon-set took: 2.618765ms + Sep 17 04:09:16.011: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.19895ms + Sep 17 04:09:18.523: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:09:18.523: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 17 04:09:18.524: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"9883"},"items":null} + + Sep 17 04:09:18.528: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"9883"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:09:18.538: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-1745" for this suite. 09/17/22 04:09:18.539 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:09:18.545 +Sep 17 04:09:18.545: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 04:09:18.545 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:18.552 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:18.554 +[It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 +STEP: Creating a test externalName service 09/17/22 04:09:18.556 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:18.558 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:18.558 +STEP: creating a pod to probe DNS 09/17/22 04:09:18.558 +STEP: submitting the pod to kubernetes 09/17/22 04:09:18.558 +Sep 17 04:09:18.563: INFO: Waiting up to 15m0s for pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d" in namespace "dns-4379" to be "running" +Sep 17 04:09:18.564: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 1.590666ms +Sep 17 04:09:20.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004060383s +Sep 17 04:09:22.566: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.003430607s +Sep 17 04:09:24.566: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 6.003558583s +Sep 17 04:09:26.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.004326809s +Sep 17 04:09:28.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 10.003912871s +Sep 17 04:09:30.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 12.00418366s +Sep 17 04:09:32.568: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Running", Reason="", readiness=true. Elapsed: 14.004845749s +Sep 17 04:09:32.568: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d" satisfied condition "running" +STEP: retrieving the pod 09/17/22 04:09:32.568 +STEP: looking for the results for each expected name from probers 09/17/22 04:09:32.569 +Sep 17 04:09:32.590: INFO: DNS probes using dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d succeeded + +STEP: deleting the pod 09/17/22 04:09:32.59 +STEP: changing the externalName to bar.example.com 09/17/22 04:09:32.595 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:32.6 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:32.6 +STEP: creating a second pod to probe DNS 09/17/22 04:09:32.6 +STEP: submitting the pod to kubernetes 09/17/22 04:09:32.6 +Sep 17 04:09:32.602: INFO: Waiting up to 15m0s for pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe" in namespace "dns-4379" to be "running" +Sep 17 04:09:32.607: INFO: Pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe": Phase="Pending", Reason="", readiness=false. Elapsed: 4.560017ms +Sep 17 04:09:34.610: INFO: Pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe": Phase="Running", Reason="", readiness=true. Elapsed: 2.007317465s +Sep 17 04:09:34.610: INFO: Pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe" satisfied condition "running" +STEP: retrieving the pod 09/17/22 04:09:34.61 +STEP: looking for the results for each expected name from probers 09/17/22 04:09:34.611 +Sep 17 04:09:34.834: INFO: File wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 17 04:09:34.843: INFO: File jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 17 04:09:34.843: INFO: Lookups using dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe failed for: [wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local] + +Sep 17 04:09:39.855: INFO: File wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 17 04:09:39.865: INFO: File jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 17 04:09:39.865: INFO: Lookups using dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe failed for: [wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local] + +Sep 17 04:09:44.855: INFO: File wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 17 04:09:44.865: INFO: File jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. +' instead of 'bar.example.com.' +Sep 17 04:09:44.865: INFO: Lookups using dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe failed for: [wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local] + +Sep 17 04:09:49.866: INFO: DNS probes using dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe succeeded + +STEP: deleting the pod 09/17/22 04:09:49.866 +STEP: changing the service to type=ClusterIP 09/17/22 04:09:49.873 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:49.881 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:49.881 +STEP: creating a third pod to probe DNS 09/17/22 04:09:49.881 +STEP: submitting the pod to kubernetes 09/17/22 04:09:49.883 +Sep 17 04:09:49.888: INFO: Waiting up to 15m0s for pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325" in namespace "dns-4379" to be "running" +Sep 17 04:09:49.892: INFO: Pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325": Phase="Pending", Reason="", readiness=false. Elapsed: 3.652824ms +Sep 17 04:09:51.894: INFO: Pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325": Phase="Running", Reason="", readiness=true. Elapsed: 2.006154661s +Sep 17 04:09:51.894: INFO: Pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325" satisfied condition "running" +STEP: retrieving the pod 09/17/22 04:09:51.894 +STEP: looking for the results for each expected name from probers 09/17/22 04:09:51.896 +Sep 17 04:09:51.904: INFO: DNS probes using dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325 succeeded + +STEP: deleting the pod 09/17/22 04:09:51.904 +STEP: deleting the test externalName service 09/17/22 04:09:51.912 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 04:09:51.921: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-4379" for this suite. 09/17/22 04:09:51.924 +{"msg":"PASSED [sig-network] DNS should provide DNS for ExternalName services [Conformance]","completed":54,"skipped":1184,"failed":0} +------------------------------ +• [SLOW TEST] [33.384 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:09:18.545 + Sep 17 04:09:18.545: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 04:09:18.545 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:18.552 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:18.554 + [It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 + STEP: Creating a test externalName service 09/17/22 04:09:18.556 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:18.558 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:18.558 + STEP: creating a pod to probe DNS 09/17/22 04:09:18.558 + STEP: submitting the pod to kubernetes 09/17/22 04:09:18.558 + Sep 17 04:09:18.563: INFO: Waiting up to 15m0s for pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d" in namespace "dns-4379" to be "running" + Sep 17 04:09:18.564: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 1.590666ms + Sep 17 04:09:20.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004060383s + Sep 17 04:09:22.566: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.003430607s + Sep 17 04:09:24.566: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 6.003558583s + Sep 17 04:09:26.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 8.004326809s + Sep 17 04:09:28.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 10.003912871s + Sep 17 04:09:30.567: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Pending", Reason="", readiness=false. Elapsed: 12.00418366s + Sep 17 04:09:32.568: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d": Phase="Running", Reason="", readiness=true. Elapsed: 14.004845749s + Sep 17 04:09:32.568: INFO: Pod "dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d" satisfied condition "running" + STEP: retrieving the pod 09/17/22 04:09:32.568 + STEP: looking for the results for each expected name from probers 09/17/22 04:09:32.569 + Sep 17 04:09:32.590: INFO: DNS probes using dns-test-b0468d3e-6f24-4e29-84f5-edab88332b7d succeeded + + STEP: deleting the pod 09/17/22 04:09:32.59 + STEP: changing the externalName to bar.example.com 09/17/22 04:09:32.595 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:32.6 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:32.6 + STEP: creating a second pod to probe DNS 09/17/22 04:09:32.6 + STEP: submitting the pod to kubernetes 09/17/22 04:09:32.6 + Sep 17 04:09:32.602: INFO: Waiting up to 15m0s for pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe" in namespace "dns-4379" to be "running" + Sep 17 04:09:32.607: INFO: Pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe": Phase="Pending", Reason="", readiness=false. Elapsed: 4.560017ms + Sep 17 04:09:34.610: INFO: Pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe": Phase="Running", Reason="", readiness=true. Elapsed: 2.007317465s + Sep 17 04:09:34.610: INFO: Pod "dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe" satisfied condition "running" + STEP: retrieving the pod 09/17/22 04:09:34.61 + STEP: looking for the results for each expected name from probers 09/17/22 04:09:34.611 + Sep 17 04:09:34.834: INFO: File wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 17 04:09:34.843: INFO: File jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 17 04:09:34.843: INFO: Lookups using dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe failed for: [wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local] + + Sep 17 04:09:39.855: INFO: File wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 17 04:09:39.865: INFO: File jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 17 04:09:39.865: INFO: Lookups using dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe failed for: [wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local] + + Sep 17 04:09:44.855: INFO: File wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 17 04:09:44.865: INFO: File jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local from pod dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe contains 'foo.example.com. + ' instead of 'bar.example.com.' + Sep 17 04:09:44.865: INFO: Lookups using dns-4379/dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe failed for: [wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local] + + Sep 17 04:09:49.866: INFO: DNS probes using dns-test-9236fe8f-654d-44c5-a175-ad4c340c2cfe succeeded + + STEP: deleting the pod 09/17/22 04:09:49.866 + STEP: changing the service to type=ClusterIP 09/17/22 04:09:49.873 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:49.881 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-4379.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-4379.svc.cluster.local; sleep 1; done + 09/17/22 04:09:49.881 + STEP: creating a third pod to probe DNS 09/17/22 04:09:49.881 + STEP: submitting the pod to kubernetes 09/17/22 04:09:49.883 + Sep 17 04:09:49.888: INFO: Waiting up to 15m0s for pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325" in namespace "dns-4379" to be "running" + Sep 17 04:09:49.892: INFO: Pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325": Phase="Pending", Reason="", readiness=false. Elapsed: 3.652824ms + Sep 17 04:09:51.894: INFO: Pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325": Phase="Running", Reason="", readiness=true. Elapsed: 2.006154661s + Sep 17 04:09:51.894: INFO: Pod "dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325" satisfied condition "running" + STEP: retrieving the pod 09/17/22 04:09:51.894 + STEP: looking for the results for each expected name from probers 09/17/22 04:09:51.896 + Sep 17 04:09:51.904: INFO: DNS probes using dns-test-e4007c0c-21c7-4ea3-8ea5-2d8f4d9c8325 succeeded + + STEP: deleting the pod 09/17/22 04:09:51.904 + STEP: deleting the test externalName service 09/17/22 04:09:51.912 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 04:09:51.921: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-4379" for this suite. 09/17/22 04:09:51.924 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:09:51.93 +Sep 17 04:09:51.930: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename hostport 09/17/22 04:09:51.931 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:51.942 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:51.946 +[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 09/17/22 04:09:51.95 +Sep 17 04:09:51.957: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-6928" to be "running and ready" +Sep 17 04:09:51.959: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.459964ms +Sep 17 04:09:51.959: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:09:53.960: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.003118515s +Sep 17 04:09:53.960: INFO: The phase of Pod pod1 is Running (Ready = true) +Sep 17 04:09:53.960: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 10.254.0.17 on the node which pod1 resides and expect scheduled 09/17/22 04:09:53.96 +Sep 17 04:09:53.963: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-6928" to be "running and ready" +Sep 17 04:09:53.964: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 1.693332ms +Sep 17 04:09:53.964: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:09:55.966: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.003517181s +Sep 17 04:09:55.966: INFO: The phase of Pod pod2 is Running (Ready = true) +Sep 17 04:09:55.966: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 10.254.0.17 but use UDP protocol on the node which pod2 resides 09/17/22 04:09:55.966 +Sep 17 04:09:55.968: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-6928" to be "running and ready" +Sep 17 04:09:55.970: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 1.733209ms +Sep 17 04:09:55.970: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:09:57.973: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 2.004280855s +Sep 17 04:09:57.973: INFO: The phase of Pod pod3 is Running (Ready = true) +Sep 17 04:09:57.973: INFO: Pod "pod3" satisfied condition "running and ready" +Sep 17 04:09:57.975: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-6928" to be "running and ready" +Sep 17 04:09:57.976: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 1.648099ms +Sep 17 04:09:57.976: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:09:59.978: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.003659313s +Sep 17 04:09:59.978: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) +Sep 17 04:09:59.978: 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 09/17/22 04:09:59.98 +Sep 17 04:09:59.980: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 10.254.0.17 http://127.0.0.1:54323/hostname] Namespace:hostport-6928 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:09:59.980: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:09:59.980: INFO: ExecWithOptions: Clientset creation +Sep 17 04:09:59.980: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/hostport-6928/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+10.254.0.17+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: 10.254.0.17, port: 54323 09/17/22 04:10:00.022 +Sep 17 04:10:00.022: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://10.254.0.17:54323/hostname] Namespace:hostport-6928 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:10:00.022: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:10:00.022: INFO: ExecWithOptions: Clientset creation +Sep 17 04:10:00.022: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/hostport-6928/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F10.254.0.17%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +STEP: checking connectivity from pod e2e-host-exec to serverIP: 10.254.0.17, port: 54323 UDP 09/17/22 04:10:00.089 +Sep 17 04:10:00.089: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 10.254.0.17 54323] Namespace:hostport-6928 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:10:00.089: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:10:00.090: INFO: ExecWithOptions: Clientset creation +Sep 17 04:10:00.090: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/hostport-6928/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+10.254.0.17+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +[AfterEach] [sig-network] HostPort + test/e2e/framework/framework.go:187 +Sep 17 04:10:05.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "hostport-6928" for this suite. 09/17/22 04:10:05.117 +{"msg":"PASSED [sig-network] HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance]","completed":55,"skipped":1208,"failed":0} +------------------------------ +• [SLOW TEST] [13.190 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:09:51.93 + Sep 17 04:09:51.930: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename hostport 09/17/22 04:09:51.931 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:09:51.942 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:09:51.946 + [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 09/17/22 04:09:51.95 + Sep 17 04:09:51.957: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-6928" to be "running and ready" + Sep 17 04:09:51.959: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.459964ms + Sep 17 04:09:51.959: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:09:53.960: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.003118515s + Sep 17 04:09:53.960: INFO: The phase of Pod pod1 is Running (Ready = true) + Sep 17 04:09:53.960: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 10.254.0.17 on the node which pod1 resides and expect scheduled 09/17/22 04:09:53.96 + Sep 17 04:09:53.963: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-6928" to be "running and ready" + Sep 17 04:09:53.964: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 1.693332ms + Sep 17 04:09:53.964: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:09:55.966: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.003517181s + Sep 17 04:09:55.966: INFO: The phase of Pod pod2 is Running (Ready = true) + Sep 17 04:09:55.966: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 10.254.0.17 but use UDP protocol on the node which pod2 resides 09/17/22 04:09:55.966 + Sep 17 04:09:55.968: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-6928" to be "running and ready" + Sep 17 04:09:55.970: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 1.733209ms + Sep 17 04:09:55.970: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:09:57.973: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 2.004280855s + Sep 17 04:09:57.973: INFO: The phase of Pod pod3 is Running (Ready = true) + Sep 17 04:09:57.973: INFO: Pod "pod3" satisfied condition "running and ready" + Sep 17 04:09:57.975: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-6928" to be "running and ready" + Sep 17 04:09:57.976: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 1.648099ms + Sep 17 04:09:57.976: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:09:59.978: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.003659313s + Sep 17 04:09:59.978: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) + Sep 17 04:09:59.978: 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 09/17/22 04:09:59.98 + Sep 17 04:09:59.980: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 10.254.0.17 http://127.0.0.1:54323/hostname] Namespace:hostport-6928 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:09:59.980: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:09:59.980: INFO: ExecWithOptions: Clientset creation + Sep 17 04:09:59.980: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/hostport-6928/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+10.254.0.17+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: 10.254.0.17, port: 54323 09/17/22 04:10:00.022 + Sep 17 04:10:00.022: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://10.254.0.17:54323/hostname] Namespace:hostport-6928 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:10:00.022: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:10:00.022: INFO: ExecWithOptions: Clientset creation + Sep 17 04:10:00.022: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/hostport-6928/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F10.254.0.17%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + STEP: checking connectivity from pod e2e-host-exec to serverIP: 10.254.0.17, port: 54323 UDP 09/17/22 04:10:00.089 + Sep 17 04:10:00.089: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 10.254.0.17 54323] Namespace:hostport-6928 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:10:00.089: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:10:00.090: INFO: ExecWithOptions: Clientset creation + Sep 17 04:10:00.090: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/hostport-6928/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+10.254.0.17+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + [AfterEach] [sig-network] HostPort + test/e2e/framework/framework.go:187 + Sep 17 04:10:05.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "hostport-6928" for this suite. 09/17/22 04:10:05.117 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-node] Security Context + should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:132 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:10:05.121 +Sep 17 04:10:05.121: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename security-context 09/17/22 04:10:05.121 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:05.129 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:05.131 +[It] should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:132 +STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/17/22 04:10:05.133 +Sep 17 04:10:05.136: INFO: Waiting up to 5m0s for pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49" in namespace "security-context-8840" to be "Succeeded or Failed" +Sep 17 04:10:05.138: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49": Phase="Pending", Reason="", readiness=false. Elapsed: 1.340834ms +Sep 17 04:10:07.141: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004113791s +Sep 17 04:10:09.141: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004108872s +STEP: Saw pod success 09/17/22 04:10:09.141 +Sep 17 04:10:09.141: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49" satisfied condition "Succeeded or Failed" +Sep 17 04:10:09.142: INFO: Trying to get logs from node 10.254.0.18 pod security-context-17cf0987-e99c-43d4-98f0-c39082e43e49 container test-container: +STEP: delete the pod 09/17/22 04:10:09.151 +Sep 17 04:10:09.155: INFO: Waiting for pod security-context-17cf0987-e99c-43d4-98f0-c39082e43e49 to disappear +Sep 17 04:10:09.161: INFO: Pod security-context-17cf0987-e99c-43d4-98f0-c39082e43e49 no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 17 04:10:09.161: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-8840" for this suite. 09/17/22 04:10:09.162 +{"msg":"PASSED [sig-node] Security Context should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance]","completed":56,"skipped":1215,"failed":0} +------------------------------ +• [4.044 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:132 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:10:05.121 + Sep 17 04:10:05.121: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename security-context 09/17/22 04:10:05.121 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:05.129 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:05.131 + [It] should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:132 + STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/17/22 04:10:05.133 + Sep 17 04:10:05.136: INFO: Waiting up to 5m0s for pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49" in namespace "security-context-8840" to be "Succeeded or Failed" + Sep 17 04:10:05.138: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49": Phase="Pending", Reason="", readiness=false. Elapsed: 1.340834ms + Sep 17 04:10:07.141: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004113791s + Sep 17 04:10:09.141: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004108872s + STEP: Saw pod success 09/17/22 04:10:09.141 + Sep 17 04:10:09.141: INFO: Pod "security-context-17cf0987-e99c-43d4-98f0-c39082e43e49" satisfied condition "Succeeded or Failed" + Sep 17 04:10:09.142: INFO: Trying to get logs from node 10.254.0.18 pod security-context-17cf0987-e99c-43d4-98f0-c39082e43e49 container test-container: + STEP: delete the pod 09/17/22 04:10:09.151 + Sep 17 04:10:09.155: INFO: Waiting for pod security-context-17cf0987-e99c-43d4-98f0-c39082e43e49 to disappear + Sep 17 04:10:09.161: INFO: Pod security-context-17cf0987-e99c-43d4-98f0-c39082e43e49 no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 17 04:10:09.161: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-8840" for this suite. 09/17/22 04:10:09.162 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] Deployment + should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:10:09.166 +Sep 17 04:10:09.166: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 04:10:09.166 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:09.173 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:09.177 +[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 09/17/22 04:10:09.179 +Sep 17 04:10:09.179: INFO: Creating simple deployment test-deployment-nwsk7 +Sep 17 04:10:09.187: INFO: deployment "test-deployment-nwsk7" doesn't have the required revision set +STEP: Getting /status 09/17/22 04:10:11.193 +Sep 17 04:10:11.195: INFO: Deployment test-deployment-nwsk7 has Conditions: [{Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.}] +STEP: updating Deployment Status 09/17/22 04:10:11.195 +Sep 17 04:10:11.198: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-nwsk7-777898ffcc\" 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 09/17/22 04:10:11.198 +Sep 17 04:10:11.199: INFO: Observed &Deployment event: ADDED +Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} +Sep 17 04:10:11.199: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} +Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 17 04:10:11.199: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-nwsk7-777898ffcc" is progressing.} +Sep 17 04:10:11.200: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} +Sep 17 04:10:11.200: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} +Sep 17 04:10:11.200: INFO: Found Deployment test-deployment-nwsk7 in namespace deployment-5460 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} +Sep 17 04:10:11.200: INFO: Deployment test-deployment-nwsk7 has an updated status +STEP: patching the Statefulset Status 09/17/22 04:10:11.2 +Sep 17 04:10:11.200: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Sep 17 04:10:11.203: 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 09/17/22 04:10:11.203 +Sep 17 04:10:11.204: INFO: Observed &Deployment event: ADDED +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} +Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-nwsk7-777898ffcc" is progressing.} +Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} +Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} +Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 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} +Sep 17 04:10:11.205: INFO: Observed &Deployment event: MODIFIED +Sep 17 04:10:11.205: INFO: Found deployment test-deployment-nwsk7 in namespace deployment-5460 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 } +Sep 17 04:10:11.205: INFO: Deployment test-deployment-nwsk7 has a patched status +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 17 04:10:11.208: INFO: Deployment "test-deployment-nwsk7": +&Deployment{ObjectMeta:{test-deployment-nwsk7 deployment-5460 19bc0a43-383a-46dc-9a91-ac7070eade28 10252 1 2022-09-17 04:10:09 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2022-09-17 04:10:09 +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 2022-09-17 04:10:11 +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 2022-09-17 04:10:11 +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-2 [] [] [] [] [] {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 0xc003756b08 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-nwsk7-777898ffcc",LastUpdateTime:2022-09-17 04:10:11 +0000 UTC,LastTransitionTime:2022-09-17 04:10:11 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 17 04:10:11.211: INFO: New ReplicaSet "test-deployment-nwsk7-777898ffcc" of Deployment "test-deployment-nwsk7": +&ReplicaSet{ObjectMeta:{test-deployment-nwsk7-777898ffcc deployment-5460 25af6e81-babb-4448-897d-64ef2ade2715 10215 1 2022-09-17 04:10:09 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-nwsk7 19bc0a43-383a-46dc-9a91-ac7070eade28 0xc0035cf057 0xc0035cf058}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:10:09 +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\":\"19bc0a43-383a-46dc-9a91-ac7070eade28\"}":{}}},"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 2022-09-17 04:10:09 +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: 777898ffcc,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0035cf128 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{},},} +Sep 17 04:10:11.213: INFO: Pod "test-deployment-nwsk7-777898ffcc-7jd4s" is available: +&Pod{ObjectMeta:{test-deployment-nwsk7-777898ffcc-7jd4s test-deployment-nwsk7-777898ffcc- deployment-5460 294a3776-ce78-4ff7-bb8e-a03d78d73256 10214 0 2022-09-17 04:10:09 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [{apps/v1 ReplicaSet test-deployment-nwsk7-777898ffcc 25af6e81-babb-4448-897d-64ef2ade2715 0xc0037574f0 0xc0037574f1}] [] [{kube-controller-manager Update v1 2022-09-17 04:10:09 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"25af6e81-babb-4448-897d-64ef2ade2715\"}":{}}},"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 2022-09-17 04:10:09 +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\":\"172.20.209.15\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-fpzcm,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-fpzcm,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.15,StartTime:2022-09-17 04:10:09 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:10:09 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://19f04bd34247e97a471609175aff425dd031e693238eaf273485cdfa59bd5461,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.15,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 17 04:10:11.213: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-5460" for this suite. 09/17/22 04:10:11.214 +{"msg":"PASSED [sig-apps] Deployment should validate Deployment Status endpoints [Conformance]","completed":57,"skipped":1215,"failed":0} +------------------------------ +• [2.051 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:10:09.166 + Sep 17 04:10:09.166: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 04:10:09.166 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:09.173 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:09.177 + [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 09/17/22 04:10:09.179 + Sep 17 04:10:09.179: INFO: Creating simple deployment test-deployment-nwsk7 + Sep 17 04:10:09.187: INFO: deployment "test-deployment-nwsk7" doesn't have the required revision set + STEP: Getting /status 09/17/22 04:10:11.193 + Sep 17 04:10:11.195: INFO: Deployment test-deployment-nwsk7 has Conditions: [{Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.}] + STEP: updating Deployment Status 09/17/22 04:10:11.195 + Sep 17 04:10:11.198: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 10, 9, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-nwsk7-777898ffcc\" 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 09/17/22 04:10:11.198 + Sep 17 04:10:11.199: INFO: Observed &Deployment event: ADDED + Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} + Sep 17 04:10:11.199: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} + Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 17 04:10:11.199: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 17 04:10:11.199: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-nwsk7-777898ffcc" is progressing.} + Sep 17 04:10:11.200: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} + Sep 17 04:10:11.200: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 17 04:10:11.200: INFO: Observed Deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} + Sep 17 04:10:11.200: INFO: Found Deployment test-deployment-nwsk7 in namespace deployment-5460 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} + Sep 17 04:10:11.200: INFO: Deployment test-deployment-nwsk7 has an updated status + STEP: patching the Statefulset Status 09/17/22 04:10:11.2 + Sep 17 04:10:11.200: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Sep 17 04:10:11.203: 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 09/17/22 04:10:11.203 + Sep 17 04:10:11.204: INFO: Observed &Deployment event: ADDED + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} + Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-nwsk7-777898ffcc"} + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-nwsk7-777898ffcc" is progressing.} + Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} + Sep 17 04:10:11.204: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2022-09-17 04:10:09 +0000 UTC 2022-09-17 04:10:09 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-nwsk7-777898ffcc" has successfully progressed.} + Sep 17 04:10:11.204: INFO: Observed deployment test-deployment-nwsk7 in namespace deployment-5460 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} + Sep 17 04:10:11.205: INFO: Observed &Deployment event: MODIFIED + Sep 17 04:10:11.205: INFO: Found deployment test-deployment-nwsk7 in namespace deployment-5460 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 } + Sep 17 04:10:11.205: INFO: Deployment test-deployment-nwsk7 has a patched status + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 17 04:10:11.208: INFO: Deployment "test-deployment-nwsk7": + &Deployment{ObjectMeta:{test-deployment-nwsk7 deployment-5460 19bc0a43-383a-46dc-9a91-ac7070eade28 10252 1 2022-09-17 04:10:09 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2022-09-17 04:10:09 +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 2022-09-17 04:10:11 +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 2022-09-17 04:10:11 +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-2 [] [] [] [] [] {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 0xc003756b08 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-nwsk7-777898ffcc",LastUpdateTime:2022-09-17 04:10:11 +0000 UTC,LastTransitionTime:2022-09-17 04:10:11 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 17 04:10:11.211: INFO: New ReplicaSet "test-deployment-nwsk7-777898ffcc" of Deployment "test-deployment-nwsk7": + &ReplicaSet{ObjectMeta:{test-deployment-nwsk7-777898ffcc deployment-5460 25af6e81-babb-4448-897d-64ef2ade2715 10215 1 2022-09-17 04:10:09 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-nwsk7 19bc0a43-383a-46dc-9a91-ac7070eade28 0xc0035cf057 0xc0035cf058}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:10:09 +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\":\"19bc0a43-383a-46dc-9a91-ac7070eade28\"}":{}}},"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 2022-09-17 04:10:09 +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: 777898ffcc,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc0035cf128 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{},},} + Sep 17 04:10:11.213: INFO: Pod "test-deployment-nwsk7-777898ffcc-7jd4s" is available: + &Pod{ObjectMeta:{test-deployment-nwsk7-777898ffcc-7jd4s test-deployment-nwsk7-777898ffcc- deployment-5460 294a3776-ce78-4ff7-bb8e-a03d78d73256 10214 0 2022-09-17 04:10:09 +0000 UTC map[e2e:testing name:httpd pod-template-hash:777898ffcc] map[] [{apps/v1 ReplicaSet test-deployment-nwsk7-777898ffcc 25af6e81-babb-4448-897d-64ef2ade2715 0xc0037574f0 0xc0037574f1}] [] [{kube-controller-manager Update v1 2022-09-17 04:10:09 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"25af6e81-babb-4448-897d-64ef2ade2715\"}":{}}},"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 2022-09-17 04:10:09 +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\":\"172.20.209.15\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-fpzcm,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-fpzcm,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:10:09 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.15,StartTime:2022-09-17 04:10:09 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:10:09 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://19f04bd34247e97a471609175aff425dd031e693238eaf273485cdfa59bd5461,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.15,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 17 04:10:11.213: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-5460" for this suite. 09/17/22 04:10:11.214 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:10:11.22 +Sep 17 04:10:11.220: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:10:11.22 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:11.277 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:11.279 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:10:11.288 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:10:11.608 +STEP: Deploying the webhook pod 09/17/22 04:10:11.611 +STEP: Wait for the deployment to be ready 09/17/22 04:10:11.614 +Sep 17 04:10:11.617: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/17/22 04:10:13.621 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:10:13.625 +Sep 17 04:10:14.626: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 +STEP: Setting timeout (1s) shorter than webhook latency (5s) 09/17/22 04:10:14.627 +STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:14.627 +STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 09/17/22 04:10:14.635 +STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 09/17/22 04:10:15.639 +STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:15.639 +STEP: Having no error when timeout is longer than webhook latency 09/17/22 04:10:16.651 +STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:16.651 +STEP: Having no error when timeout is empty (defaulted to 10s in v1) 09/17/22 04:10:21.664 +STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:21.664 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:10:26.674: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-2666" for this suite. 09/17/22 04:10:26.676 +STEP: Destroying namespace "webhook-2666-markers" for this suite. 09/17/22 04:10:26.678 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]","completed":58,"skipped":1257,"failed":0} +------------------------------ +• [SLOW TEST] [15.496 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:10:11.22 + Sep 17 04:10:11.220: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:10:11.22 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:11.277 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:11.279 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:10:11.288 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:10:11.608 + STEP: Deploying the webhook pod 09/17/22 04:10:11.611 + STEP: Wait for the deployment to be ready 09/17/22 04:10:11.614 + Sep 17 04:10:11.617: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/17/22 04:10:13.621 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:10:13.625 + Sep 17 04:10:14.626: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:380 + STEP: Setting timeout (1s) shorter than webhook latency (5s) 09/17/22 04:10:14.627 + STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:14.627 + STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 09/17/22 04:10:14.635 + STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 09/17/22 04:10:15.639 + STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:15.639 + STEP: Having no error when timeout is longer than webhook latency 09/17/22 04:10:16.651 + STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:16.651 + STEP: Having no error when timeout is empty (defaulted to 10s in v1) 09/17/22 04:10:21.664 + STEP: Registering slow webhook via the AdmissionRegistration API 09/17/22 04:10:21.664 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:10:26.674: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-2666" for this suite. 09/17/22 04:10:26.676 + STEP: Destroying namespace "webhook-2666-markers" for this suite. 09/17/22 04:10:26.678 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-auth] ServiceAccounts + ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:10:26.716 +Sep 17 04:10:26.716: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:10:26.717 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:26.74 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:26.748 +[It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 +Sep 17 04:10:26.759: INFO: created pod +Sep 17 04:10:26.759: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-5156" to be "Succeeded or Failed" +Sep 17 04:10:26.763: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.964579ms +Sep 17 04:10:28.764: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005721042s +Sep 17 04:10:30.765: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006148117s +STEP: Saw pod success 09/17/22 04:10:30.765 +Sep 17 04:10:30.765: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" +Sep 17 04:11:00.766: INFO: polling logs +Sep 17 04:11:00.774: INFO: Pod logs: +I0917 04:10:27.290932 1 log.go:195] OK: Got token +I0917 04:10:27.290962 1 log.go:195] validating with in-cluster discovery +I0917 04:10:27.291188 1 log.go:195] OK: got issuer https://kubernetes.default.svc +I0917 04:10:27.291210 1 log.go:195] Full, not-validated claims: +openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc", Subject:"system:serviceaccount:svcaccounts-5156:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663388426, NotBefore:1663387826, IssuedAt:1663387826, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-5156", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"314f0620-908c-4327-b2a5-c0b7768acfb8"}}} +I0917 04:10:27.296687 1 log.go:195] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc +I0917 04:10:27.300105 1 log.go:195] OK: Validated signature on JWT +I0917 04:10:27.300161 1 log.go:195] OK: Got valid claims from token! +I0917 04:10:27.300185 1 log.go:195] Full, validated claims: +&openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc", Subject:"system:serviceaccount:svcaccounts-5156:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663388426, NotBefore:1663387826, IssuedAt:1663387826, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-5156", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"314f0620-908c-4327-b2a5-c0b7768acfb8"}}} + +Sep 17 04:11:00.774: INFO: completed pod +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 17 04:11:00.776: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-5156" for this suite. 09/17/22 04:11:00.777 +{"msg":"PASSED [sig-auth] ServiceAccounts ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance]","completed":59,"skipped":1293,"failed":0} +------------------------------ +• [SLOW TEST] [34.063 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:528 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:10:26.716 + Sep 17 04:10:26.716: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:10:26.717 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:10:26.74 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:10:26.748 + [It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:528 + Sep 17 04:10:26.759: INFO: created pod + Sep 17 04:10:26.759: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-5156" to be "Succeeded or Failed" + Sep 17 04:10:26.763: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.964579ms + Sep 17 04:10:28.764: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005721042s + Sep 17 04:10:30.765: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006148117s + STEP: Saw pod success 09/17/22 04:10:30.765 + Sep 17 04:10:30.765: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" + Sep 17 04:11:00.766: INFO: polling logs + Sep 17 04:11:00.774: INFO: Pod logs: + I0917 04:10:27.290932 1 log.go:195] OK: Got token + I0917 04:10:27.290962 1 log.go:195] validating with in-cluster discovery + I0917 04:10:27.291188 1 log.go:195] OK: got issuer https://kubernetes.default.svc + I0917 04:10:27.291210 1 log.go:195] Full, not-validated claims: + openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc", Subject:"system:serviceaccount:svcaccounts-5156:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663388426, NotBefore:1663387826, IssuedAt:1663387826, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-5156", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"314f0620-908c-4327-b2a5-c0b7768acfb8"}}} + I0917 04:10:27.296687 1 log.go:195] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc + I0917 04:10:27.300105 1 log.go:195] OK: Validated signature on JWT + I0917 04:10:27.300161 1 log.go:195] OK: Got valid claims from token! + I0917 04:10:27.300185 1 log.go:195] Full, validated claims: + &openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc", Subject:"system:serviceaccount:svcaccounts-5156:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1663388426, NotBefore:1663387826, IssuedAt:1663387826, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-5156", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"314f0620-908c-4327-b2a5-c0b7768acfb8"}}} + + Sep 17 04:11:00.774: INFO: completed pod + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 17 04:11:00.776: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-5156" for this suite. 09/17/22 04:11:00.777 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:507 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:11:00.78 +Sep 17 04:11:00.780: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:11:00.78 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:00.795 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:00.797 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:11:00.804 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:11:01.067 +STEP: Deploying the webhook pod 09/17/22 04:11:01.07 +STEP: Wait for the deployment to be ready 09/17/22 04:11:01.074 +Sep 17 04:11:01.079: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:11:03.083 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:11:03.087 +Sep 17 04:11:04.087: 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:507 +STEP: Creating a mutating webhook configuration 09/17/22 04:11:04.089 +STEP: Updating a mutating webhook configuration's rules to not include the create operation 09/17/22 04:11:04.096 +STEP: Creating a configMap that should not be mutated 09/17/22 04:11:04.099 +STEP: Patching a mutating webhook configuration's rules to include the create operation 09/17/22 04:11:04.102 +STEP: Creating a configMap that should be mutated 09/17/22 04:11:04.105 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:11:04.113: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4168" for this suite. 09/17/22 04:11:04.115 +STEP: Destroying namespace "webhook-4168-markers" for this suite. 09/17/22 04:11:04.117 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]","completed":60,"skipped":1295,"failed":0} +------------------------------ +• [3.372 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:507 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:11:00.78 + Sep 17 04:11:00.780: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:11:00.78 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:00.795 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:00.797 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:11:00.804 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:11:01.067 + STEP: Deploying the webhook pod 09/17/22 04:11:01.07 + STEP: Wait for the deployment to be ready 09/17/22 04:11:01.074 + Sep 17 04:11:01.079: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:11:03.083 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:11:03.087 + Sep 17 04:11:04.087: 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:507 + STEP: Creating a mutating webhook configuration 09/17/22 04:11:04.089 + STEP: Updating a mutating webhook configuration's rules to not include the create operation 09/17/22 04:11:04.096 + STEP: Creating a configMap that should not be mutated 09/17/22 04:11:04.099 + STEP: Patching a mutating webhook configuration's rules to include the create operation 09/17/22 04:11:04.102 + STEP: Creating a configMap that should be mutated 09/17/22 04:11:04.105 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:11:04.113: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4168" for this suite. 09/17/22 04:11:04.115 + STEP: Destroying namespace "webhook-4168-markers" for this suite. 09/17/22 04:11:04.117 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:220 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:11:04.153 +Sep 17 04:11:04.153: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:11:04.153 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:04.18 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:04.187 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:220 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:11:04.189 +Sep 17 04:11:04.194: INFO: Waiting up to 5m0s for pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9" in namespace "projected-1728" to be "Succeeded or Failed" +Sep 17 04:11:04.195: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9": Phase="Pending", Reason="", readiness=false. Elapsed: 1.542665ms +Sep 17 04:11:06.197: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003488735s +Sep 17 04:11:08.197: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003440236s +STEP: Saw pod success 09/17/22 04:11:08.197 +Sep 17 04:11:08.197: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9" satisfied condition "Succeeded or Failed" +Sep 17 04:11:08.199: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9 container client-container: +STEP: delete the pod 09/17/22 04:11:08.201 +Sep 17 04:11:08.207: INFO: Waiting for pod downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9 to disappear +Sep 17 04:11:08.209: INFO: Pod downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 04:11:08.209: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1728" for this suite. 09/17/22 04:11:08.21 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance]","completed":61,"skipped":1304,"failed":0} +------------------------------ +• [4.059 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:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:11:04.153 + Sep 17 04:11:04.153: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:11:04.153 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:04.18 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:04.187 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:220 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:11:04.189 + Sep 17 04:11:04.194: INFO: Waiting up to 5m0s for pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9" in namespace "projected-1728" to be "Succeeded or Failed" + Sep 17 04:11:04.195: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9": Phase="Pending", Reason="", readiness=false. Elapsed: 1.542665ms + Sep 17 04:11:06.197: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003488735s + Sep 17 04:11:08.197: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003440236s + STEP: Saw pod success 09/17/22 04:11:08.197 + Sep 17 04:11:08.197: INFO: Pod "downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9" satisfied condition "Succeeded or Failed" + Sep 17 04:11:08.199: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9 container client-container: + STEP: delete the pod 09/17/22 04:11:08.201 + Sep 17 04:11:08.207: INFO: Waiting for pod downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9 to disappear + Sep 17 04:11:08.209: INFO: Pod downwardapi-volume-cd847757-0ef7-4f62-a055-85fe89eb89d9 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 04:11:08.209: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1728" for this suite. 09/17/22 04:11:08.21 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] CSIStorageCapacity + should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 +[BeforeEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:11:08.212 +Sep 17 04:11:08.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename csistoragecapacity 09/17/22 04:11:08.213 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:08.219 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:08.222 +[It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 +STEP: getting /apis 09/17/22 04:11:08.224 +STEP: getting /apis/storage.k8s.io 09/17/22 04:11:08.225 +STEP: getting /apis/storage.k8s.io/v1 09/17/22 04:11:08.225 +STEP: creating 09/17/22 04:11:08.226 +STEP: watching 09/17/22 04:11:08.232 +Sep 17 04:11:08.232: INFO: starting watch +STEP: getting 09/17/22 04:11:08.235 +STEP: listing in namespace 09/17/22 04:11:08.236 +STEP: listing across namespaces 09/17/22 04:11:08.237 +STEP: patching 09/17/22 04:11:08.239 +STEP: updating 09/17/22 04:11:08.241 +Sep 17 04:11:08.242: INFO: waiting for watch events with expected annotations in namespace +Sep 17 04:11:08.242: INFO: waiting for watch events with expected annotations across namespace +STEP: deleting 09/17/22 04:11:08.242 +STEP: deleting a collection 09/17/22 04:11:08.246 +[AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:187 +Sep 17 04:11:08.251: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "csistoragecapacity-5353" for this suite. 09/17/22 04:11:08.252 +{"msg":"PASSED [sig-storage] CSIStorageCapacity should support CSIStorageCapacities API operations [Conformance]","completed":62,"skipped":1304,"failed":0} +------------------------------ +• [0.042 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:11:08.212 + Sep 17 04:11:08.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename csistoragecapacity 09/17/22 04:11:08.213 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:08.219 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:08.222 + [It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 + STEP: getting /apis 09/17/22 04:11:08.224 + STEP: getting /apis/storage.k8s.io 09/17/22 04:11:08.225 + STEP: getting /apis/storage.k8s.io/v1 09/17/22 04:11:08.225 + STEP: creating 09/17/22 04:11:08.226 + STEP: watching 09/17/22 04:11:08.232 + Sep 17 04:11:08.232: INFO: starting watch + STEP: getting 09/17/22 04:11:08.235 + STEP: listing in namespace 09/17/22 04:11:08.236 + STEP: listing across namespaces 09/17/22 04:11:08.237 + STEP: patching 09/17/22 04:11:08.239 + STEP: updating 09/17/22 04:11:08.241 + Sep 17 04:11:08.242: INFO: waiting for watch events with expected annotations in namespace + Sep 17 04:11:08.242: INFO: waiting for watch events with expected annotations across namespace + STEP: deleting 09/17/22 04:11:08.242 + STEP: deleting a collection 09/17/22 04:11:08.246 + [AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/framework.go:187 + Sep 17 04:11:08.251: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "csistoragecapacity-5353" for this suite. 09/17/22 04:11:08.252 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-node] Pods + should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:397 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:11:08.254 +Sep 17 04:11:08.255: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 04:11:08.255 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:08.262 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:08.264 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:397 +STEP: creating the pod 09/17/22 04:11:08.267 +STEP: submitting the pod to kubernetes 09/17/22 04:11:08.267 +Sep 17 04:11:08.271: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" in namespace "pods-8598" to be "running and ready" +Sep 17 04:11:08.273: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Pending", Reason="", readiness=false. Elapsed: 2.353229ms +Sep 17 04:11:08.274: INFO: The phase of Pod pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:11:10.276: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=true. Elapsed: 2.004914859s +Sep 17 04:11:10.276: INFO: The phase of Pod pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe is Running (Ready = true) +Sep 17 04:11:10.276: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 09/17/22 04:11:10.278 +STEP: updating the pod 09/17/22 04:11:10.279 +Sep 17 04:11:10.785: INFO: Successfully updated pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" +Sep 17 04:11:10.785: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" in namespace "pods-8598" to be "terminated with reason DeadlineExceeded" +Sep 17 04:11:10.786: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=true. Elapsed: 1.13244ms +Sep 17 04:11:12.789: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=true. Elapsed: 2.003894122s +Sep 17 04:11:14.788: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=false. Elapsed: 4.002773103s +Sep 17 04:11:16.789: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 6.003339326s +Sep 17 04:11:16.789: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" satisfied condition "terminated with reason DeadlineExceeded" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 04:11:16.789: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-8598" for this suite. 09/17/22 04:11:16.79 +{"msg":"PASSED [sig-node] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]","completed":63,"skipped":1309,"failed":0} +------------------------------ +• [SLOW TEST] [8.538 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:397 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:11:08.254 + Sep 17 04:11:08.255: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 04:11:08.255 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:08.262 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:08.264 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:397 + STEP: creating the pod 09/17/22 04:11:08.267 + STEP: submitting the pod to kubernetes 09/17/22 04:11:08.267 + Sep 17 04:11:08.271: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" in namespace "pods-8598" to be "running and ready" + Sep 17 04:11:08.273: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Pending", Reason="", readiness=false. Elapsed: 2.353229ms + Sep 17 04:11:08.274: INFO: The phase of Pod pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:11:10.276: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=true. Elapsed: 2.004914859s + Sep 17 04:11:10.276: INFO: The phase of Pod pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe is Running (Ready = true) + Sep 17 04:11:10.276: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 09/17/22 04:11:10.278 + STEP: updating the pod 09/17/22 04:11:10.279 + Sep 17 04:11:10.785: INFO: Successfully updated pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" + Sep 17 04:11:10.785: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" in namespace "pods-8598" to be "terminated with reason DeadlineExceeded" + Sep 17 04:11:10.786: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=true. Elapsed: 1.13244ms + Sep 17 04:11:12.789: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=true. Elapsed: 2.003894122s + Sep 17 04:11:14.788: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Running", Reason="", readiness=false. Elapsed: 4.002773103s + Sep 17 04:11:16.789: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 6.003339326s + Sep 17 04:11:16.789: INFO: Pod "pod-update-activedeadlineseconds-0c2f9bbf-6224-4aaa-85a3-608bb0931dbe" satisfied condition "terminated with reason DeadlineExceeded" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 04:11:16.789: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-8598" for this suite. 09/17/22 04:11:16.79 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:238 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:11:16.793 +Sep 17 04:11:16.793: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:11:16.794 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:16.81 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:16.813 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:11:16.822 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:11:17.236 +STEP: Deploying the webhook pod 09/17/22 04:11:17.238 +STEP: Wait for the deployment to be ready 09/17/22 04:11:17.242 +Sep 17 04:11:17.248: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:11:19.252 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:11:19.259 +Sep 17 04:11:20.260: 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:238 +STEP: Registering a webhook that server cannot talk to, with fail closed policy, via the AdmissionRegistration API 09/17/22 04:11:20.262 +STEP: create a namespace for the webhook 09/17/22 04:11:20.269 +STEP: create a configmap should be unconditionally rejected by the webhook 09/17/22 04:11:20.275 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:11:20.292: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-4118" for this suite. 09/17/22 04:11:20.294 +STEP: Destroying namespace "webhook-4118-markers" for this suite. 09/17/22 04:11:20.296 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]","completed":64,"skipped":1331,"failed":0} +------------------------------ +• [3.547 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:238 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:11:16.793 + Sep 17 04:11:16.793: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:11:16.794 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:16.81 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:16.813 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:11:16.822 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:11:17.236 + STEP: Deploying the webhook pod 09/17/22 04:11:17.238 + STEP: Wait for the deployment to be ready 09/17/22 04:11:17.242 + Sep 17 04:11:17.248: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:11:19.252 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:11:19.259 + Sep 17 04:11:20.260: 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:238 + STEP: Registering a webhook that server cannot talk to, with fail closed policy, via the AdmissionRegistration API 09/17/22 04:11:20.262 + STEP: create a namespace for the webhook 09/17/22 04:11:20.269 + STEP: create a configmap should be unconditionally rejected by the webhook 09/17/22 04:11:20.275 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:11:20.292: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-4118" for this suite. 09/17/22 04:11:20.294 + STEP: Destroying namespace "webhook-4118-markers" for this suite. 09/17/22 04:11:20.296 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +[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:224 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:11:20.34 +Sep 17 04:11:20.340: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 04:11:20.341 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:20.354 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:20.362 +[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:224 +STEP: creating the pod with failed condition 09/17/22 04:11:20.363 +Sep 17 04:11:20.368: INFO: Waiting up to 2m0s for pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" in namespace "var-expansion-7619" to be "running" +Sep 17 04:11:20.371: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 3.001628ms +Sep 17 04:11:22.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005156649s +Sep 17 04:11:24.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 4.005572219s +Sep 17 04:11:26.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00555105s +Sep 17 04:11:28.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 8.006376265s +Sep 17 04:11:30.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 10.006362029s +Sep 17 04:11:32.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 12.006319877s +Sep 17 04:11:34.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 14.004876415s +Sep 17 04:11:36.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 16.004833974s +Sep 17 04:11:38.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 18.005230729s +Sep 17 04:11:40.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 20.005189923s +Sep 17 04:11:42.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 22.005456857s +Sep 17 04:11:44.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 24.005641958s +Sep 17 04:11:46.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 26.005618118s +Sep 17 04:11:48.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 28.005758084s +Sep 17 04:11:50.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 30.005592734s +Sep 17 04:11:52.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 32.005561617s +Sep 17 04:11:54.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 34.005042965s +Sep 17 04:11:56.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 36.004895773s +Sep 17 04:11:58.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 38.00663653s +Sep 17 04:12:00.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 40.005735762s +Sep 17 04:12:02.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 42.006038251s +Sep 17 04:12:04.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 44.006598166s +Sep 17 04:12:06.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 46.00503529s +Sep 17 04:12:08.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 48.004760041s +Sep 17 04:12:10.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 50.005242183s +Sep 17 04:12:12.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 52.005178085s +Sep 17 04:12:14.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 54.005578633s +Sep 17 04:12:16.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 56.005198492s +Sep 17 04:12:18.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 58.005019326s +Sep 17 04:12:20.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.005606787s +Sep 17 04:12:22.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.006280653s +Sep 17 04:12:24.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.005573165s +Sep 17 04:12:26.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.004791563s +Sep 17 04:12:28.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.005702418s +Sep 17 04:12:30.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.005645366s +Sep 17 04:12:32.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.004881746s +Sep 17 04:12:34.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.00633798s +Sep 17 04:12:36.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.004717719s +Sep 17 04:12:38.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.005547516s +Sep 17 04:12:40.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.005692482s +Sep 17 04:12:42.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.005131611s +Sep 17 04:12:44.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.005501937s +Sep 17 04:12:46.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.005523673s +Sep 17 04:12:48.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.006119724s +Sep 17 04:12:50.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.005962139s +Sep 17 04:12:52.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.005592731s +Sep 17 04:12:54.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.004967932s +Sep 17 04:12:56.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.005440582s +Sep 17 04:12:58.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.005767711s +Sep 17 04:13:00.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.005660279s +Sep 17 04:13:02.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.005149458s +Sep 17 04:13:04.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.005603097s +Sep 17 04:13:06.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.004840606s +Sep 17 04:13:08.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.006254268s +Sep 17 04:13:10.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.004918935s +Sep 17 04:13:12.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.005545731s +Sep 17 04:13:14.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.006164631s +Sep 17 04:13:16.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.004726538s +Sep 17 04:13:18.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.005575541s +Sep 17 04:13:20.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.005782015s +Sep 17 04:13:20.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.007151155s +STEP: updating the pod 09/17/22 04:13:20.375 +Sep 17 04:13:20.882: INFO: Successfully updated pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" +STEP: waiting for pod running 09/17/22 04:13:20.882 +Sep 17 04:13:20.882: INFO: Waiting up to 2m0s for pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" in namespace "var-expansion-7619" to be "running" +Sep 17 04:13:20.884: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1.552213ms +Sep 17 04:13:22.886: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Running", Reason="", readiness=true. Elapsed: 2.003664484s +Sep 17 04:13:22.886: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" satisfied condition "running" +STEP: deleting the pod gracefully 09/17/22 04:13:22.886 +Sep 17 04:13:22.886: INFO: Deleting pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" in namespace "var-expansion-7619" +Sep 17 04:13:22.888: INFO: Wait up to 5m0s for pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 04:13:56.895: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-7619" for this suite. 09/17/22 04:13:56.897 +{"msg":"PASSED [sig-node] Variable Expansion should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance]","completed":65,"skipped":1331,"failed":0} +------------------------------ +• [SLOW TEST] [156.559 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:224 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:11:20.34 + Sep 17 04:11:20.340: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 04:11:20.341 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:11:20.354 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:11:20.362 + [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:224 + STEP: creating the pod with failed condition 09/17/22 04:11:20.363 + Sep 17 04:11:20.368: INFO: Waiting up to 2m0s for pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" in namespace "var-expansion-7619" to be "running" + Sep 17 04:11:20.371: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 3.001628ms + Sep 17 04:11:22.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005156649s + Sep 17 04:11:24.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 4.005572219s + Sep 17 04:11:26.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00555105s + Sep 17 04:11:28.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 8.006376265s + Sep 17 04:11:30.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 10.006362029s + Sep 17 04:11:32.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 12.006319877s + Sep 17 04:11:34.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 14.004876415s + Sep 17 04:11:36.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 16.004833974s + Sep 17 04:11:38.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 18.005230729s + Sep 17 04:11:40.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 20.005189923s + Sep 17 04:11:42.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 22.005456857s + Sep 17 04:11:44.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 24.005641958s + Sep 17 04:11:46.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 26.005618118s + Sep 17 04:11:48.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 28.005758084s + Sep 17 04:11:50.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 30.005592734s + Sep 17 04:11:52.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 32.005561617s + Sep 17 04:11:54.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 34.005042965s + Sep 17 04:11:56.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 36.004895773s + Sep 17 04:11:58.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 38.00663653s + Sep 17 04:12:00.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 40.005735762s + Sep 17 04:12:02.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 42.006038251s + Sep 17 04:12:04.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 44.006598166s + Sep 17 04:12:06.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 46.00503529s + Sep 17 04:12:08.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 48.004760041s + Sep 17 04:12:10.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 50.005242183s + Sep 17 04:12:12.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 52.005178085s + Sep 17 04:12:14.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 54.005578633s + Sep 17 04:12:16.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 56.005198492s + Sep 17 04:12:18.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 58.005019326s + Sep 17 04:12:20.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.005606787s + Sep 17 04:12:22.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.006280653s + Sep 17 04:12:24.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.005573165s + Sep 17 04:12:26.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.004791563s + Sep 17 04:12:28.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.005702418s + Sep 17 04:12:30.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.005645366s + Sep 17 04:12:32.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.004881746s + Sep 17 04:12:34.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.00633798s + Sep 17 04:12:36.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.004717719s + Sep 17 04:12:38.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.005547516s + Sep 17 04:12:40.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.005692482s + Sep 17 04:12:42.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.005131611s + Sep 17 04:12:44.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.005501937s + Sep 17 04:12:46.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.005523673s + Sep 17 04:12:48.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.006119724s + Sep 17 04:12:50.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.005962139s + Sep 17 04:12:52.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.005592731s + Sep 17 04:12:54.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.004967932s + Sep 17 04:12:56.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.005440582s + Sep 17 04:12:58.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.005767711s + Sep 17 04:13:00.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.005660279s + Sep 17 04:13:02.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.005149458s + Sep 17 04:13:04.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.005603097s + Sep 17 04:13:06.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.004840606s + Sep 17 04:13:08.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.006254268s + Sep 17 04:13:10.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.004918935s + Sep 17 04:13:12.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.005545731s + Sep 17 04:13:14.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.006164631s + Sep 17 04:13:16.373: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.004726538s + Sep 17 04:13:18.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.005575541s + Sep 17 04:13:20.374: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.005782015s + Sep 17 04:13:20.375: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.007151155s + STEP: updating the pod 09/17/22 04:13:20.375 + Sep 17 04:13:20.882: INFO: Successfully updated pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" + STEP: waiting for pod running 09/17/22 04:13:20.882 + Sep 17 04:13:20.882: INFO: Waiting up to 2m0s for pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" in namespace "var-expansion-7619" to be "running" + Sep 17 04:13:20.884: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Pending", Reason="", readiness=false. Elapsed: 1.552213ms + Sep 17 04:13:22.886: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758": Phase="Running", Reason="", readiness=true. Elapsed: 2.003664484s + Sep 17 04:13:22.886: INFO: Pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" satisfied condition "running" + STEP: deleting the pod gracefully 09/17/22 04:13:22.886 + Sep 17 04:13:22.886: INFO: Deleting pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" in namespace "var-expansion-7619" + Sep 17 04:13:22.888: INFO: Wait up to 5m0s for pod "var-expansion-0fb57736-047f-4338-bb0b-4d983a57b758" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 04:13:56.895: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-7619" for this suite. 09/17/22 04:13:56.897 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:211 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:13:56.901 +Sep 17 04:13:56.901: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 04:13:56.902 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:13:56.909 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:13:56.911 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:211 +STEP: Creating pod test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26 in namespace container-probe-1288 09/17/22 04:13:56.913 +Sep 17 04:13:56.916: INFO: Waiting up to 5m0s for pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26" in namespace "container-probe-1288" to be "not pending" +Sep 17 04:13:56.917: INFO: Pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26": Phase="Pending", Reason="", readiness=false. Elapsed: 1.366727ms +Sep 17 04:13:58.923: INFO: Pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26": Phase="Running", Reason="", readiness=true. Elapsed: 2.006923676s +Sep 17 04:13:58.923: INFO: Pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26" satisfied condition "not pending" +Sep 17 04:13:58.923: INFO: Started pod test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26 in namespace container-probe-1288 +STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:13:58.923 +Sep 17 04:13:58.927: INFO: Initial restart count of pod test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26 is 0 +STEP: deleting the pod 09/17/22 04:17:59.195 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 04:17:59.202: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-1288" for this suite. 09/17/22 04:17:59.204 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","completed":66,"skipped":1385,"failed":0} +------------------------------ +• [SLOW TEST] [242.312 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:211 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:13:56.901 + Sep 17 04:13:56.901: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 04:13:56.902 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:13:56.909 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:13:56.911 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:211 + STEP: Creating pod test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26 in namespace container-probe-1288 09/17/22 04:13:56.913 + Sep 17 04:13:56.916: INFO: Waiting up to 5m0s for pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26" in namespace "container-probe-1288" to be "not pending" + Sep 17 04:13:56.917: INFO: Pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26": Phase="Pending", Reason="", readiness=false. Elapsed: 1.366727ms + Sep 17 04:13:58.923: INFO: Pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26": Phase="Running", Reason="", readiness=true. Elapsed: 2.006923676s + Sep 17 04:13:58.923: INFO: Pod "test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26" satisfied condition "not pending" + Sep 17 04:13:58.923: INFO: Started pod test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26 in namespace container-probe-1288 + STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:13:58.923 + Sep 17 04:13:58.927: INFO: Initial restart count of pod test-webserver-233b2f08-5e9d-48b6-9ce8-883852418b26 is 0 + STEP: deleting the pod 09/17/22 04:17:59.195 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 04:17:59.202: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-1288" for this suite. 09/17/22 04:17:59.204 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-network] Services + should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1443 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:17:59.214 +Sep 17 04:17:59.214: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:17:59.214 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:17:59.225 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:17:59.226 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1443 +STEP: creating a service externalname-service with the type=ExternalName in namespace services-229 09/17/22 04:17:59.227 +STEP: changing the ExternalName service to type=NodePort 09/17/22 04:17:59.23 +STEP: creating replication controller externalname-service in namespace services-229 09/17/22 04:17:59.239 +I0917 04:17:59.245768 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-229, replica count: 2 +I0917 04:18:02.296311 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 +Sep 17 04:18:02.296: INFO: Creating new exec pod +Sep 17 04:18:02.298: INFO: Waiting up to 5m0s for pod "execpod8rch4" in namespace "services-229" to be "running" +Sep 17 04:18:02.300: INFO: Pod "execpod8rch4": Phase="Pending", Reason="", readiness=false. Elapsed: 1.610058ms +Sep 17 04:18:04.303: INFO: Pod "execpod8rch4": Phase="Running", Reason="", readiness=true. Elapsed: 2.004673462s +Sep 17 04:18:04.303: INFO: Pod "execpod8rch4" satisfied condition "running" +Sep 17 04:18:05.305: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 17 04:18:05.385: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 17 04:18:05.385: INFO: stdout: "externalname-service-zbjvs" +Sep 17 04:18:05.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.152.73 80' +Sep 17 04:18:05.476: INFO: stderr: "+ nc -v -t -w 2 10.68.152.73 80\nConnection to 10.68.152.73 80 port [tcp/http] succeeded!\n+ echo hostName\n" +Sep 17 04:18:05.476: INFO: stdout: "" +Sep 17 04:18:06.476: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.152.73 80' +Sep 17 04:18:06.565: INFO: stderr: "+ nc -v -t -w 2 10.68.152.73 80\n+ echo hostName\nConnection to 10.68.152.73 80 port [tcp/http] succeeded!\n" +Sep 17 04:18:06.565: INFO: stdout: "externalname-service-zbjvs" +Sep 17 04:18:06.565: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.16 32556' +Sep 17 04:18:06.649: INFO: stderr: "+ nc -v -t -w 2 10.254.0.16 32556\n+ echo hostName\nConnection to 10.254.0.16 32556 port [tcp/*] succeeded!\n" +Sep 17 04:18:06.649: INFO: stdout: "externalname-service-zbjvs" +Sep 17 04:18:06.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 32556' +Sep 17 04:18:06.756: INFO: stderr: "+ + echo hostName\nnc -v -t -w 2 10.254.0.17 32556\nConnection to 10.254.0.17 32556 port [tcp/*] succeeded!\n" +Sep 17 04:18:06.756: INFO: stdout: "externalname-service-zbjvs" +Sep 17 04:18:06.756: INFO: Cleaning up the ExternalName to NodePort test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:18:06.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-229" for this suite. 09/17/22 04:18:06.788 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]","completed":67,"skipped":1393,"failed":0} +------------------------------ +• [SLOW TEST] [7.581 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:1443 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:17:59.214 + Sep 17 04:17:59.214: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:17:59.214 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:17:59.225 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:17:59.226 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1443 + STEP: creating a service externalname-service with the type=ExternalName in namespace services-229 09/17/22 04:17:59.227 + STEP: changing the ExternalName service to type=NodePort 09/17/22 04:17:59.23 + STEP: creating replication controller externalname-service in namespace services-229 09/17/22 04:17:59.239 + I0917 04:17:59.245768 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-229, replica count: 2 + I0917 04:18:02.296311 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 + Sep 17 04:18:02.296: INFO: Creating new exec pod + Sep 17 04:18:02.298: INFO: Waiting up to 5m0s for pod "execpod8rch4" in namespace "services-229" to be "running" + Sep 17 04:18:02.300: INFO: Pod "execpod8rch4": Phase="Pending", Reason="", readiness=false. Elapsed: 1.610058ms + Sep 17 04:18:04.303: INFO: Pod "execpod8rch4": Phase="Running", Reason="", readiness=true. Elapsed: 2.004673462s + Sep 17 04:18:04.303: INFO: Pod "execpod8rch4" satisfied condition "running" + Sep 17 04:18:05.305: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 17 04:18:05.385: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 17 04:18:05.385: INFO: stdout: "externalname-service-zbjvs" + Sep 17 04:18:05.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.152.73 80' + Sep 17 04:18:05.476: INFO: stderr: "+ nc -v -t -w 2 10.68.152.73 80\nConnection to 10.68.152.73 80 port [tcp/http] succeeded!\n+ echo hostName\n" + Sep 17 04:18:05.476: INFO: stdout: "" + Sep 17 04:18:06.476: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.152.73 80' + Sep 17 04:18:06.565: INFO: stderr: "+ nc -v -t -w 2 10.68.152.73 80\n+ echo hostName\nConnection to 10.68.152.73 80 port [tcp/http] succeeded!\n" + Sep 17 04:18:06.565: INFO: stdout: "externalname-service-zbjvs" + Sep 17 04:18:06.565: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.16 32556' + Sep 17 04:18:06.649: INFO: stderr: "+ nc -v -t -w 2 10.254.0.16 32556\n+ echo hostName\nConnection to 10.254.0.16 32556 port [tcp/*] succeeded!\n" + Sep 17 04:18:06.649: INFO: stdout: "externalname-service-zbjvs" + Sep 17 04:18:06.649: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-229 exec execpod8rch4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 32556' + Sep 17 04:18:06.756: INFO: stderr: "+ + echo hostName\nnc -v -t -w 2 10.254.0.17 32556\nConnection to 10.254.0.17 32556 port [tcp/*] succeeded!\n" + Sep 17 04:18:06.756: INFO: stdout: "externalname-service-zbjvs" + Sep 17 04:18:06.756: INFO: Cleaning up the ExternalName to NodePort test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:18:06.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-229" for this suite. 09/17/22 04:18:06.788 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:861 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:18:06.795 +Sep 17 04:18:06.795: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename daemonsets 09/17/22 04:18:06.795 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:06.813 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:06.815 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:861 +STEP: Creating simple DaemonSet "daemon-set" 09/17/22 04:18:06.827 +STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:18:06.829 +Sep 17 04:18:06.832: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:18:06.832: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:18:07.836: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 04:18:07.836: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:18:08.838: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:18:08.838: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:18:09.836: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:18:09.836: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +STEP: Getting /status 09/17/22 04:18:09.837 +Sep 17 04:18:09.839: INFO: Daemon Set daemon-set has Conditions: [] +STEP: updating the DaemonSet Status 09/17/22 04:18:09.839 +Sep 17 04:18:09.842: 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 09/17/22 04:18:09.842 +Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: ADDED +Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.844: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.844: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.844: INFO: Found daemon set daemon-set in namespace daemonsets-1065 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}] +Sep 17 04:18:09.844: INFO: Daemon set daemon-set has an updated status +STEP: patching the DaemonSet Status 09/17/22 04:18:09.844 +STEP: watching for the daemon set status to be patched 09/17/22 04:18:09.846 +Sep 17 04:18:09.847: INFO: Observed &DaemonSet event: ADDED +Sep 17 04:18:09.847: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.848: INFO: Observed daemon set daemon-set in namespace daemonsets-1065 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED +Sep 17 04:18:09.848: INFO: Found daemon set daemon-set in namespace daemonsets-1065 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 }] +Sep 17 04:18:09.848: INFO: Daemon set daemon-set has a patched status +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:18:09.85 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1065, will wait for the garbage collector to delete the pods 09/17/22 04:18:09.85 +Sep 17 04:18:09.904: INFO: Deleting DaemonSet.extensions daemon-set took: 2.363919ms +Sep 17 04:18:10.004: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.288ms +Sep 17 04:18:12.514: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:18:12.514: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 17 04:18:12.524: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"11649"},"items":null} + +Sep 17 04:18:12.526: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"11649"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:18:12.530: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-1065" for this suite. 09/17/22 04:18:12.532 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should verify changes to a daemon set status [Conformance]","completed":68,"skipped":1407,"failed":0} +------------------------------ +• [SLOW TEST] [5.739 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:861 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:18:06.795 + Sep 17 04:18:06.795: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename daemonsets 09/17/22 04:18:06.795 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:06.813 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:06.815 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:861 + STEP: Creating simple DaemonSet "daemon-set" 09/17/22 04:18:06.827 + STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:18:06.829 + Sep 17 04:18:06.832: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:18:06.832: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:18:07.836: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 04:18:07.836: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:18:08.838: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:18:08.838: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:18:09.836: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:18:09.836: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + STEP: Getting /status 09/17/22 04:18:09.837 + Sep 17 04:18:09.839: INFO: Daemon Set daemon-set has Conditions: [] + STEP: updating the DaemonSet Status 09/17/22 04:18:09.839 + Sep 17 04:18:09.842: 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 09/17/22 04:18:09.842 + Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: ADDED + Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.843: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.844: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.844: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.844: INFO: Found daemon set daemon-set in namespace daemonsets-1065 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}] + Sep 17 04:18:09.844: INFO: Daemon set daemon-set has an updated status + STEP: patching the DaemonSet Status 09/17/22 04:18:09.844 + STEP: watching for the daemon set status to be patched 09/17/22 04:18:09.846 + Sep 17 04:18:09.847: INFO: Observed &DaemonSet event: ADDED + Sep 17 04:18:09.847: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.848: INFO: Observed daemon set daemon-set in namespace daemonsets-1065 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Sep 17 04:18:09.848: INFO: Observed &DaemonSet event: MODIFIED + Sep 17 04:18:09.848: INFO: Found daemon set daemon-set in namespace daemonsets-1065 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 }] + Sep 17 04:18:09.848: INFO: Daemon set daemon-set has a patched status + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:18:09.85 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1065, will wait for the garbage collector to delete the pods 09/17/22 04:18:09.85 + Sep 17 04:18:09.904: INFO: Deleting DaemonSet.extensions daemon-set took: 2.363919ms + Sep 17 04:18:10.004: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.288ms + Sep 17 04:18:12.514: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:18:12.514: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 17 04:18:12.524: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"11649"},"items":null} + + Sep 17 04:18:12.526: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"11649"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:18:12.530: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-1065" for this suite. 09/17/22 04:18:12.532 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:385 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:18:12.535 +Sep 17 04:18:12.535: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 04:18:12.536 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:12.545 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:12.547 +[It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:385 +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 04:18:12.560: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4285" for this suite. 09/17/22 04:18:12.561 +{"msg":"PASSED [sig-storage] Secrets should be immutable if `immutable` field is set [Conformance]","completed":69,"skipped":1421,"failed":0} +------------------------------ +• [0.028 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:385 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:18:12.535 + Sep 17 04:18:12.535: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 04:18:12.536 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:12.545 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:12.547 + [It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:385 + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 04:18:12.560: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4285" for this suite. 09/17/22 04:18:12.561 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-node] Downward API + should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:43 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:18:12.564 +Sep 17 04:18:12.564: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:18:12.564 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:12.571 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:12.575 +[It] should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:43 +STEP: Creating a pod to test downward api env vars 09/17/22 04:18:12.576 +Sep 17 04:18:12.580: INFO: Waiting up to 5m0s for pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194" in namespace "downward-api-795" to be "Succeeded or Failed" +Sep 17 04:18:12.582: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194": Phase="Pending", Reason="", readiness=false. Elapsed: 1.566956ms +Sep 17 04:18:14.583: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003182694s +Sep 17 04:18:16.585: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004797225s +STEP: Saw pod success 09/17/22 04:18:16.585 +Sep 17 04:18:16.585: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194" satisfied condition "Succeeded or Failed" +Sep 17 04:18:16.587: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194 container dapi-container: +STEP: delete the pod 09/17/22 04:18:16.595 +Sep 17 04:18:16.607: INFO: Waiting for pod downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194 to disappear +Sep 17 04:18:16.615: INFO: Pod downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 17 04:18:16.615: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-795" for this suite. 09/17/22 04:18:16.619 +{"msg":"PASSED [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]","completed":70,"skipped":1433,"failed":0} +------------------------------ +• [4.060 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:43 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:18:12.564 + Sep 17 04:18:12.564: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:18:12.564 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:12.571 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:12.575 + [It] should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:43 + STEP: Creating a pod to test downward api env vars 09/17/22 04:18:12.576 + Sep 17 04:18:12.580: INFO: Waiting up to 5m0s for pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194" in namespace "downward-api-795" to be "Succeeded or Failed" + Sep 17 04:18:12.582: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194": Phase="Pending", Reason="", readiness=false. Elapsed: 1.566956ms + Sep 17 04:18:14.583: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003182694s + Sep 17 04:18:16.585: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004797225s + STEP: Saw pod success 09/17/22 04:18:16.585 + Sep 17 04:18:16.585: INFO: Pod "downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194" satisfied condition "Succeeded or Failed" + Sep 17 04:18:16.587: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194 container dapi-container: + STEP: delete the pod 09/17/22 04:18:16.595 + Sep 17 04:18:16.607: INFO: Waiting for pod downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194 to disappear + Sep 17 04:18:16.615: INFO: Pod downward-api-8302dfdb-c7e3-40dd-ad8a-a877b9c35194 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 17 04:18:16.615: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-795" for this suite. 09/17/22 04:18:16.619 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Ingress API + should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 +[BeforeEach] [sig-network] Ingress API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:18:16.626 +Sep 17 04:18:16.626: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename ingress 09/17/22 04:18:16.626 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:16.64 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:16.641 +[It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 +STEP: getting /apis 09/17/22 04:18:16.651 +STEP: getting /apis/networking.k8s.io 09/17/22 04:18:16.652 +STEP: getting /apis/networking.k8s.iov1 09/17/22 04:18:16.652 +STEP: creating 09/17/22 04:18:16.653 +STEP: getting 09/17/22 04:18:16.672 +STEP: listing 09/17/22 04:18:16.677 +STEP: watching 09/17/22 04:18:16.679 +Sep 17 04:18:16.679: INFO: starting watch +STEP: cluster-wide listing 09/17/22 04:18:16.679 +STEP: cluster-wide watching 09/17/22 04:18:16.687 +Sep 17 04:18:16.687: INFO: starting watch +STEP: patching 09/17/22 04:18:16.688 +STEP: updating 09/17/22 04:18:16.691 +Sep 17 04:18:16.694: INFO: waiting for watch events with expected annotations +Sep 17 04:18:16.695: INFO: saw patched and updated annotations +STEP: patching /status 09/17/22 04:18:16.695 +STEP: updating /status 09/17/22 04:18:16.697 +STEP: get /status 09/17/22 04:18:16.701 +STEP: deleting 09/17/22 04:18:16.702 +STEP: deleting a collection 09/17/22 04:18:16.706 +[AfterEach] [sig-network] Ingress API + test/e2e/framework/framework.go:187 +Sep 17 04:18:16.710: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ingress-7972" for this suite. 09/17/22 04:18:16.712 +{"msg":"PASSED [sig-network] Ingress API should support creating Ingress API operations [Conformance]","completed":71,"skipped":1468,"failed":0} +------------------------------ +• [0.088 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:18:16.626 + Sep 17 04:18:16.626: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename ingress 09/17/22 04:18:16.626 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:16.64 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:16.641 + [It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 + STEP: getting /apis 09/17/22 04:18:16.651 + STEP: getting /apis/networking.k8s.io 09/17/22 04:18:16.652 + STEP: getting /apis/networking.k8s.iov1 09/17/22 04:18:16.652 + STEP: creating 09/17/22 04:18:16.653 + STEP: getting 09/17/22 04:18:16.672 + STEP: listing 09/17/22 04:18:16.677 + STEP: watching 09/17/22 04:18:16.679 + Sep 17 04:18:16.679: INFO: starting watch + STEP: cluster-wide listing 09/17/22 04:18:16.679 + STEP: cluster-wide watching 09/17/22 04:18:16.687 + Sep 17 04:18:16.687: INFO: starting watch + STEP: patching 09/17/22 04:18:16.688 + STEP: updating 09/17/22 04:18:16.691 + Sep 17 04:18:16.694: INFO: waiting for watch events with expected annotations + Sep 17 04:18:16.695: INFO: saw patched and updated annotations + STEP: patching /status 09/17/22 04:18:16.695 + STEP: updating /status 09/17/22 04:18:16.697 + STEP: get /status 09/17/22 04:18:16.701 + STEP: deleting 09/17/22 04:18:16.702 + STEP: deleting a collection 09/17/22 04:18:16.706 + [AfterEach] [sig-network] Ingress API + test/e2e/framework/framework.go:187 + Sep 17 04:18:16.710: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ingress-7972" for this suite. 09/17/22 04:18:16.712 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl logs + should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:18:16.714 +Sep 17 04:18:16.714: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:18:16.715 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:16.725 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:16.727 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1570 +STEP: creating an pod 09/17/22 04:18:16.728 +Sep 17 04:18:16.728: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 run logs-generator --image=registry.k8s.io/e2e-test-images/agnhost:2.40 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' +Sep 17 04:18:16.771: INFO: stderr: "" +Sep 17 04:18:16.771: INFO: stdout: "pod/logs-generator created\n" +[It] should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 +STEP: Waiting for log generator to start. 09/17/22 04:18:16.771 +Sep 17 04:18:16.771: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] +Sep 17 04:18:16.771: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-9053" to be "running and ready, or succeeded" +Sep 17 04:18:16.775: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.382775ms +Sep 17 04:18:16.775: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on '10.254.0.17' to be 'Running' but was 'Pending' +Sep 17 04:18:18.777: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 2.005339203s +Sep 17 04:18:18.777: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" +Sep 17 04:18:18.777: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] +STEP: checking for a matching strings 09/17/22 04:18:18.777 +Sep 17 04:18:18.777: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator' +Sep 17 04:18:18.820: INFO: stderr: "" +Sep 17 04:18:18.820: INFO: stdout: "I0917 04:18:17.349415 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/ns/pods/cgf5 444\nI0917 04:18:17.549496 1 logs_generator.go:76] 1 PUT /api/v1/namespaces/kube-system/pods/255 484\nI0917 04:18:17.750004 1 logs_generator.go:76] 2 GET /api/v1/namespaces/ns/pods/8nfh 238\nI0917 04:18:17.950098 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/t4d 562\nI0917 04:18:18.150259 1 logs_generator.go:76] 4 POST /api/v1/namespaces/default/pods/c25 577\nI0917 04:18:18.350462 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/ttk 509\nI0917 04:18:18.549737 1 logs_generator.go:76] 6 POST /api/v1/namespaces/kube-system/pods/m8fr 220\nI0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\n" +STEP: limiting log lines 09/17/22 04:18:18.82 +Sep 17 04:18:18.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --tail=1' +Sep 17 04:18:18.867: INFO: stderr: "" +Sep 17 04:18:18.867: INFO: stdout: "I0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\n" +Sep 17 04:18:18.867: INFO: got output "I0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\n" +STEP: limiting log bytes 09/17/22 04:18:18.867 +Sep 17 04:18:18.867: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --limit-bytes=1' +Sep 17 04:18:18.922: INFO: stderr: "" +Sep 17 04:18:18.922: INFO: stdout: "I" +Sep 17 04:18:18.922: INFO: got output "I" +STEP: exposing timestamps 09/17/22 04:18:18.922 +Sep 17 04:18:18.922: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --tail=1 --timestamps' +Sep 17 04:18:18.967: INFO: stderr: "" +Sep 17 04:18:18.967: INFO: stdout: "2022-09-17T12:18:18.950343646+08:00 I0917 04:18:18.950290 1 logs_generator.go:76] 8 POST /api/v1/namespaces/default/pods/nt5 344\n" +Sep 17 04:18:18.967: INFO: got output "2022-09-17T12:18:18.950343646+08:00 I0917 04:18:18.950290 1 logs_generator.go:76] 8 POST /api/v1/namespaces/default/pods/nt5 344\n" +STEP: restricting to a time range 09/17/22 04:18:18.967 +Sep 17 04:18:21.467: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --since=1s' +Sep 17 04:18:21.515: INFO: stderr: "" +Sep 17 04:18:21.515: INFO: stdout: "I0917 04:18:20.550036 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/pdd 586\nI0917 04:18:20.750261 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/kube-system/pods/nqsh 401\nI0917 04:18:20.950406 1 logs_generator.go:76] 18 PUT /api/v1/namespaces/kube-system/pods/qhq 495\nI0917 04:18:21.149614 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/kube-system/pods/8dmb 510\nI0917 04:18:21.349895 1 logs_generator.go:76] 20 GET /api/v1/namespaces/kube-system/pods/gsp6 581\n" +Sep 17 04:18:21.515: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --since=24h' +Sep 17 04:18:21.559: INFO: stderr: "" +Sep 17 04:18:21.559: INFO: stdout: "I0917 04:18:17.349415 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/ns/pods/cgf5 444\nI0917 04:18:17.549496 1 logs_generator.go:76] 1 PUT /api/v1/namespaces/kube-system/pods/255 484\nI0917 04:18:17.750004 1 logs_generator.go:76] 2 GET /api/v1/namespaces/ns/pods/8nfh 238\nI0917 04:18:17.950098 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/t4d 562\nI0917 04:18:18.150259 1 logs_generator.go:76] 4 POST /api/v1/namespaces/default/pods/c25 577\nI0917 04:18:18.350462 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/ttk 509\nI0917 04:18:18.549737 1 logs_generator.go:76] 6 POST /api/v1/namespaces/kube-system/pods/m8fr 220\nI0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\nI0917 04:18:18.950290 1 logs_generator.go:76] 8 POST /api/v1/namespaces/default/pods/nt5 344\nI0917 04:18:19.149511 1 logs_generator.go:76] 9 PUT /api/v1/namespaces/kube-system/pods/dw2r 221\nI0917 04:18:19.349789 1 logs_generator.go:76] 10 POST /api/v1/namespaces/ns/pods/vk9 487\nI0917 04:18:19.549919 1 logs_generator.go:76] 11 POST /api/v1/namespaces/default/pods/hmc 224\nI0917 04:18:19.750148 1 logs_generator.go:76] 12 PUT /api/v1/namespaces/kube-system/pods/bkv9 557\nI0917 04:18:19.950316 1 logs_generator.go:76] 13 GET /api/v1/namespaces/ns/pods/w6h 270\nI0917 04:18:20.150480 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/m6jv 262\nI0917 04:18:20.349754 1 logs_generator.go:76] 15 PUT /api/v1/namespaces/kube-system/pods/t2f 376\nI0917 04:18:20.550036 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/pdd 586\nI0917 04:18:20.750261 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/kube-system/pods/nqsh 401\nI0917 04:18:20.950406 1 logs_generator.go:76] 18 PUT /api/v1/namespaces/kube-system/pods/qhq 495\nI0917 04:18:21.149614 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/kube-system/pods/8dmb 510\nI0917 04:18:21.349895 1 logs_generator.go:76] 20 GET /api/v1/namespaces/kube-system/pods/gsp6 581\nI0917 04:18:21.550165 1 logs_generator.go:76] 21 GET /api/v1/namespaces/default/pods/xnm 487\n" +[AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1575 +Sep 17 04:18:21.559: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 delete pod logs-generator' +Sep 17 04:18:22.315: INFO: stderr: "" +Sep 17 04:18:22.315: INFO: stdout: "pod \"logs-generator\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:18:22.315: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-9053" for this suite. 09/17/22 04:18:22.317 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl logs should be able to retrieve and filter logs [Conformance]","completed":72,"skipped":1495,"failed":0} +------------------------------ +• [SLOW TEST] [5.604 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl logs + test/e2e/kubectl/kubectl.go:1567 + should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:18:16.714 + Sep 17 04:18:16.714: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:18:16.715 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:16.725 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:16.727 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1570 + STEP: creating an pod 09/17/22 04:18:16.728 + Sep 17 04:18:16.728: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 run logs-generator --image=registry.k8s.io/e2e-test-images/agnhost:2.40 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' + Sep 17 04:18:16.771: INFO: stderr: "" + Sep 17 04:18:16.771: INFO: stdout: "pod/logs-generator created\n" + [It] should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1590 + STEP: Waiting for log generator to start. 09/17/22 04:18:16.771 + Sep 17 04:18:16.771: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] + Sep 17 04:18:16.771: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-9053" to be "running and ready, or succeeded" + Sep 17 04:18:16.775: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 3.382775ms + Sep 17 04:18:16.775: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on '10.254.0.17' to be 'Running' but was 'Pending' + Sep 17 04:18:18.777: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 2.005339203s + Sep 17 04:18:18.777: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" + Sep 17 04:18:18.777: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] + STEP: checking for a matching strings 09/17/22 04:18:18.777 + Sep 17 04:18:18.777: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator' + Sep 17 04:18:18.820: INFO: stderr: "" + Sep 17 04:18:18.820: INFO: stdout: "I0917 04:18:17.349415 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/ns/pods/cgf5 444\nI0917 04:18:17.549496 1 logs_generator.go:76] 1 PUT /api/v1/namespaces/kube-system/pods/255 484\nI0917 04:18:17.750004 1 logs_generator.go:76] 2 GET /api/v1/namespaces/ns/pods/8nfh 238\nI0917 04:18:17.950098 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/t4d 562\nI0917 04:18:18.150259 1 logs_generator.go:76] 4 POST /api/v1/namespaces/default/pods/c25 577\nI0917 04:18:18.350462 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/ttk 509\nI0917 04:18:18.549737 1 logs_generator.go:76] 6 POST /api/v1/namespaces/kube-system/pods/m8fr 220\nI0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\n" + STEP: limiting log lines 09/17/22 04:18:18.82 + Sep 17 04:18:18.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --tail=1' + Sep 17 04:18:18.867: INFO: stderr: "" + Sep 17 04:18:18.867: INFO: stdout: "I0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\n" + Sep 17 04:18:18.867: INFO: got output "I0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\n" + STEP: limiting log bytes 09/17/22 04:18:18.867 + Sep 17 04:18:18.867: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --limit-bytes=1' + Sep 17 04:18:18.922: INFO: stderr: "" + Sep 17 04:18:18.922: INFO: stdout: "I" + Sep 17 04:18:18.922: INFO: got output "I" + STEP: exposing timestamps 09/17/22 04:18:18.922 + Sep 17 04:18:18.922: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --tail=1 --timestamps' + Sep 17 04:18:18.967: INFO: stderr: "" + Sep 17 04:18:18.967: INFO: stdout: "2022-09-17T12:18:18.950343646+08:00 I0917 04:18:18.950290 1 logs_generator.go:76] 8 POST /api/v1/namespaces/default/pods/nt5 344\n" + Sep 17 04:18:18.967: INFO: got output "2022-09-17T12:18:18.950343646+08:00 I0917 04:18:18.950290 1 logs_generator.go:76] 8 POST /api/v1/namespaces/default/pods/nt5 344\n" + STEP: restricting to a time range 09/17/22 04:18:18.967 + Sep 17 04:18:21.467: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --since=1s' + Sep 17 04:18:21.515: INFO: stderr: "" + Sep 17 04:18:21.515: INFO: stdout: "I0917 04:18:20.550036 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/pdd 586\nI0917 04:18:20.750261 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/kube-system/pods/nqsh 401\nI0917 04:18:20.950406 1 logs_generator.go:76] 18 PUT /api/v1/namespaces/kube-system/pods/qhq 495\nI0917 04:18:21.149614 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/kube-system/pods/8dmb 510\nI0917 04:18:21.349895 1 logs_generator.go:76] 20 GET /api/v1/namespaces/kube-system/pods/gsp6 581\n" + Sep 17 04:18:21.515: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 logs logs-generator logs-generator --since=24h' + Sep 17 04:18:21.559: INFO: stderr: "" + Sep 17 04:18:21.559: INFO: stdout: "I0917 04:18:17.349415 1 logs_generator.go:76] 0 PUT /api/v1/namespaces/ns/pods/cgf5 444\nI0917 04:18:17.549496 1 logs_generator.go:76] 1 PUT /api/v1/namespaces/kube-system/pods/255 484\nI0917 04:18:17.750004 1 logs_generator.go:76] 2 GET /api/v1/namespaces/ns/pods/8nfh 238\nI0917 04:18:17.950098 1 logs_generator.go:76] 3 GET /api/v1/namespaces/ns/pods/t4d 562\nI0917 04:18:18.150259 1 logs_generator.go:76] 4 POST /api/v1/namespaces/default/pods/c25 577\nI0917 04:18:18.350462 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/ttk 509\nI0917 04:18:18.549737 1 logs_generator.go:76] 6 POST /api/v1/namespaces/kube-system/pods/m8fr 220\nI0917 04:18:18.750012 1 logs_generator.go:76] 7 PUT /api/v1/namespaces/default/pods/znf 248\nI0917 04:18:18.950290 1 logs_generator.go:76] 8 POST /api/v1/namespaces/default/pods/nt5 344\nI0917 04:18:19.149511 1 logs_generator.go:76] 9 PUT /api/v1/namespaces/kube-system/pods/dw2r 221\nI0917 04:18:19.349789 1 logs_generator.go:76] 10 POST /api/v1/namespaces/ns/pods/vk9 487\nI0917 04:18:19.549919 1 logs_generator.go:76] 11 POST /api/v1/namespaces/default/pods/hmc 224\nI0917 04:18:19.750148 1 logs_generator.go:76] 12 PUT /api/v1/namespaces/kube-system/pods/bkv9 557\nI0917 04:18:19.950316 1 logs_generator.go:76] 13 GET /api/v1/namespaces/ns/pods/w6h 270\nI0917 04:18:20.150480 1 logs_generator.go:76] 14 PUT /api/v1/namespaces/default/pods/m6jv 262\nI0917 04:18:20.349754 1 logs_generator.go:76] 15 PUT /api/v1/namespaces/kube-system/pods/t2f 376\nI0917 04:18:20.550036 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/pdd 586\nI0917 04:18:20.750261 1 logs_generator.go:76] 17 PUT /api/v1/namespaces/kube-system/pods/nqsh 401\nI0917 04:18:20.950406 1 logs_generator.go:76] 18 PUT /api/v1/namespaces/kube-system/pods/qhq 495\nI0917 04:18:21.149614 1 logs_generator.go:76] 19 PUT /api/v1/namespaces/kube-system/pods/8dmb 510\nI0917 04:18:21.349895 1 logs_generator.go:76] 20 GET /api/v1/namespaces/kube-system/pods/gsp6 581\nI0917 04:18:21.550165 1 logs_generator.go:76] 21 GET /api/v1/namespaces/default/pods/xnm 487\n" + [AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1575 + Sep 17 04:18:21.559: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9053 delete pod logs-generator' + Sep 17 04:18:22.315: INFO: stderr: "" + Sep 17 04:18:22.315: INFO: stdout: "pod \"logs-generator\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:18:22.315: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-9053" for this suite. 09/17/22 04:18:22.317 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-auth] ServiceAccounts + should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:18:22.32 +Sep 17 04:18:22.320: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:18:22.32 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:22.329 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:22.331 +[It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 +Sep 17 04:18:22.334: INFO: Got root ca configmap in namespace "svcaccounts-6183" +Sep 17 04:18:22.335: INFO: Deleted root ca configmap in namespace "svcaccounts-6183" +STEP: waiting for a new root ca configmap created 09/17/22 04:18:22.836 +Sep 17 04:18:22.837: INFO: Recreated root ca configmap in namespace "svcaccounts-6183" +Sep 17 04:18:22.839: INFO: Updated root ca configmap in namespace "svcaccounts-6183" +STEP: waiting for the root ca configmap reconciled 09/17/22 04:18:23.34 +Sep 17 04:18:23.341: INFO: Reconciled root ca configmap in namespace "svcaccounts-6183" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 17 04:18:23.342: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-6183" for this suite. 09/17/22 04:18:23.343 +{"msg":"PASSED [sig-auth] ServiceAccounts should guarantee kube-root-ca.crt exist in any namespace [Conformance]","completed":73,"skipped":1511,"failed":0} +------------------------------ +• [1.026 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:739 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:18:22.32 + Sep 17 04:18:22.320: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:18:22.32 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:22.329 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:22.331 + [It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:739 + Sep 17 04:18:22.334: INFO: Got root ca configmap in namespace "svcaccounts-6183" + Sep 17 04:18:22.335: INFO: Deleted root ca configmap in namespace "svcaccounts-6183" + STEP: waiting for a new root ca configmap created 09/17/22 04:18:22.836 + Sep 17 04:18:22.837: INFO: Recreated root ca configmap in namespace "svcaccounts-6183" + Sep 17 04:18:22.839: INFO: Updated root ca configmap in namespace "svcaccounts-6183" + STEP: waiting for the root ca configmap reconciled 09/17/22 04:18:23.34 + Sep 17 04:18:23.341: INFO: Reconciled root ca configmap in namespace "svcaccounts-6183" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 17 04:18:23.342: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-6183" for this suite. 09/17/22 04:18:23.343 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] NoExecuteTaintManager Multiple Pods [Serial] + evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:18:23.346 +Sep 17 04:18:23.346: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename taint-multiple-pods 09/17/22 04:18:23.347 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:23.356 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:23.359 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:348 +Sep 17 04:18:23.360: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 17 04:19:23.367: INFO: Waiting for terminating namespaces to be deleted... +[It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 +Sep 17 04:19:23.369: INFO: Starting informer... +STEP: Starting pods... 09/17/22 04:19:23.369 +Sep 17 04:19:23.578: INFO: Pod1 is running on 10.254.0.17. Tainting Node +Sep 17 04:19:23.783: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-2997" to be "running" +Sep 17 04:19:23.784: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.225758ms +Sep 17 04:19:25.786: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.003076088s +Sep 17 04:19:25.786: INFO: Pod "taint-eviction-b1" satisfied condition "running" +Sep 17 04:19:25.786: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-2997" to be "running" +Sep 17 04:19:25.787: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 1.183677ms +Sep 17 04:19:25.788: INFO: Pod "taint-eviction-b2" satisfied condition "running" +Sep 17 04:19:25.788: INFO: Pod2 is running on 10.254.0.17. Tainting Node +STEP: Trying to apply a taint on the Node 09/17/22 04:19:25.788 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/17/22 04:19:25.792 +STEP: Waiting for Pod1 and Pod2 to be deleted 09/17/22 04:19:25.794 +Sep 17 04:19:31.413: INFO: Noticed Pod "taint-eviction-b1" gets evicted. +Sep 17 04:19:51.443: 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 09/17/22 04:19:51.447 +[AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:19:51.450: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "taint-multiple-pods-2997" for this suite. 09/17/22 04:19:51.452 +{"msg":"PASSED [sig-node] NoExecuteTaintManager Multiple Pods [Serial] evicts pods with minTolerationSeconds [Disruptive] [Conformance]","completed":74,"skipped":1515,"failed":0} +------------------------------ +• [SLOW TEST] [88.108 seconds] +[sig-node] NoExecuteTaintManager Multiple Pods [Serial] +test/e2e/node/framework.go:23 + evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:18:23.346 + Sep 17 04:18:23.346: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename taint-multiple-pods 09/17/22 04:18:23.347 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:18:23.356 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:18:23.359 + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:348 + Sep 17 04:18:23.360: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 17 04:19:23.367: INFO: Waiting for terminating namespaces to be deleted... + [It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:420 + Sep 17 04:19:23.369: INFO: Starting informer... + STEP: Starting pods... 09/17/22 04:19:23.369 + Sep 17 04:19:23.578: INFO: Pod1 is running on 10.254.0.17. Tainting Node + Sep 17 04:19:23.783: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-2997" to be "running" + Sep 17 04:19:23.784: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.225758ms + Sep 17 04:19:25.786: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.003076088s + Sep 17 04:19:25.786: INFO: Pod "taint-eviction-b1" satisfied condition "running" + Sep 17 04:19:25.786: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-2997" to be "running" + Sep 17 04:19:25.787: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 1.183677ms + Sep 17 04:19:25.788: INFO: Pod "taint-eviction-b2" satisfied condition "running" + Sep 17 04:19:25.788: INFO: Pod2 is running on 10.254.0.17. Tainting Node + STEP: Trying to apply a taint on the Node 09/17/22 04:19:25.788 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 09/17/22 04:19:25.792 + STEP: Waiting for Pod1 and Pod2 to be deleted 09/17/22 04:19:25.794 + Sep 17 04:19:31.413: INFO: Noticed Pod "taint-eviction-b1" gets evicted. + Sep 17 04:19:51.443: 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 09/17/22 04:19:51.447 + [AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:19:51.450: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "taint-multiple-pods-2997" for this suite. 09/17/22 04:19:51.452 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-node] Security Context + should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:97 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:19:51.459 +Sep 17 04:19:51.460: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename security-context 09/17/22 04:19:51.46 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:19:51.469 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:19:51.471 +[It] should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:97 +STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/17/22 04:19:51.475 +Sep 17 04:19:51.478: INFO: Waiting up to 5m0s for pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11" in namespace "security-context-8147" to be "Succeeded or Failed" +Sep 17 04:19:51.481: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11": Phase="Pending", Reason="", readiness=false. Elapsed: 2.230708ms +Sep 17 04:19:53.482: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003964257s +Sep 17 04:19:55.483: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004490475s +STEP: Saw pod success 09/17/22 04:19:55.483 +Sep 17 04:19:55.483: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11" satisfied condition "Succeeded or Failed" +Sep 17 04:19:55.484: INFO: Trying to get logs from node 10.254.0.17 pod security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11 container test-container: +STEP: delete the pod 09/17/22 04:19:55.491 +Sep 17 04:19:55.496: INFO: Waiting for pod security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11 to disappear +Sep 17 04:19:55.497: INFO: Pod security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11 no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 17 04:19:55.497: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-8147" for this suite. 09/17/22 04:19:55.498 +{"msg":"PASSED [sig-node] Security Context should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance]","completed":75,"skipped":1522,"failed":0} +------------------------------ +• [4.041 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:97 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:19:51.459 + Sep 17 04:19:51.460: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename security-context 09/17/22 04:19:51.46 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:19:51.469 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:19:51.471 + [It] should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:97 + STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 09/17/22 04:19:51.475 + Sep 17 04:19:51.478: INFO: Waiting up to 5m0s for pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11" in namespace "security-context-8147" to be "Succeeded or Failed" + Sep 17 04:19:51.481: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11": Phase="Pending", Reason="", readiness=false. Elapsed: 2.230708ms + Sep 17 04:19:53.482: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003964257s + Sep 17 04:19:55.483: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004490475s + STEP: Saw pod success 09/17/22 04:19:55.483 + Sep 17 04:19:55.483: INFO: Pod "security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11" satisfied condition "Succeeded or Failed" + Sep 17 04:19:55.484: INFO: Trying to get logs from node 10.254.0.17 pod security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11 container test-container: + STEP: delete the pod 09/17/22 04:19:55.491 + Sep 17 04:19:55.496: INFO: Waiting for pod security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11 to disappear + Sep 17 04:19:55.497: INFO: Pod security-context-8bbed9ca-ba5c-41cb-bcf3-75e7220dbb11 no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 17 04:19:55.497: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-8147" for this suite. 09/17/22 04:19:55.498 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:208 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:19:55.502 +Sep 17 04:19:55.502: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:19:55.503 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:19:55.525 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:19:55.527 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:19:55.54 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:19:55.855 +STEP: Deploying the webhook pod 09/17/22 04:19:55.859 +STEP: Wait for the deployment to be ready 09/17/22 04:19:55.862 +Sep 17 04:19:55.867: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:19:57.871 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:19:57.877 +Sep 17 04:19:58.878: 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:208 +STEP: Registering the webhook via the AdmissionRegistration API 09/17/22 04:19:58.88 +STEP: create a pod 09/17/22 04:19:58.892 +Sep 17 04:19:58.896: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-7562" to be "running" +Sep 17 04:19:58.902: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.943168ms +Sep 17 04:20:00.904: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007667711s +Sep 17 04:20:00.904: INFO: Pod "to-be-attached-pod" satisfied condition "running" +STEP: 'kubectl attach' the pod, should be denied by the webhook 09/17/22 04:20:00.904 +Sep 17 04:20:00.904: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=webhook-7562 attach --namespace=webhook-7562 to-be-attached-pod -i -c=container1' +Sep 17 04:20:00.957: INFO: rc: 1 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:20:00.959: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-7562" for this suite. 09/17/22 04:20:00.961 +STEP: Destroying namespace "webhook-7562-markers" for this suite. 09/17/22 04:20:00.963 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]","completed":76,"skipped":1572,"failed":0} +------------------------------ +• [SLOW TEST] [5.502 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:208 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:19:55.502 + Sep 17 04:19:55.502: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:19:55.503 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:19:55.525 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:19:55.527 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:19:55.54 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:19:55.855 + STEP: Deploying the webhook pod 09/17/22 04:19:55.859 + STEP: Wait for the deployment to be ready 09/17/22 04:19:55.862 + Sep 17 04:19:55.867: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:19:57.871 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:19:57.877 + Sep 17 04:19:58.878: 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:208 + STEP: Registering the webhook via the AdmissionRegistration API 09/17/22 04:19:58.88 + STEP: create a pod 09/17/22 04:19:58.892 + Sep 17 04:19:58.896: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-7562" to be "running" + Sep 17 04:19:58.902: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.943168ms + Sep 17 04:20:00.904: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007667711s + Sep 17 04:20:00.904: INFO: Pod "to-be-attached-pod" satisfied condition "running" + STEP: 'kubectl attach' the pod, should be denied by the webhook 09/17/22 04:20:00.904 + Sep 17 04:20:00.904: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=webhook-7562 attach --namespace=webhook-7562 to-be-attached-pod -i -c=container1' + Sep 17 04:20:00.957: INFO: rc: 1 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:20:00.959: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-7562" for this suite. 09/17/22 04:20:00.961 + STEP: Destroying namespace "webhook-7562-markers" for this suite. 09/17/22 04:20:00.963 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:174 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:20:01.005 +Sep 17 04:20:01.005: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:20:01.005 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:01.024 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:01.028 +[It] binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:174 +STEP: Creating configMap with name configmap-test-upd-cc94a5ef-61b2-4ba5-8583-5286f3f57267 09/17/22 04:20:01.031 +STEP: Creating the pod 09/17/22 04:20:01.034 +Sep 17 04:20:01.037: INFO: Waiting up to 5m0s for pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9" in namespace "configmap-1705" to be "running" +Sep 17 04:20:01.041: INFO: Pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.723053ms +Sep 17 04:20:03.044: INFO: Pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9": Phase="Running", Reason="", readiness=false. Elapsed: 2.006580537s +Sep 17 04:20:03.044: INFO: Pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9" satisfied condition "running" +STEP: Waiting for pod with text data 09/17/22 04:20:03.044 +STEP: Waiting for pod with binary data 09/17/22 04:20:03.047 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:20:03.049: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-1705" for this suite. 09/17/22 04:20:03.05 +{"msg":"PASSED [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance]","completed":77,"skipped":1587,"failed":0} +------------------------------ +• [2.048 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:174 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:20:01.005 + Sep 17 04:20:01.005: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:20:01.005 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:01.024 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:01.028 + [It] binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:174 + STEP: Creating configMap with name configmap-test-upd-cc94a5ef-61b2-4ba5-8583-5286f3f57267 09/17/22 04:20:01.031 + STEP: Creating the pod 09/17/22 04:20:01.034 + Sep 17 04:20:01.037: INFO: Waiting up to 5m0s for pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9" in namespace "configmap-1705" to be "running" + Sep 17 04:20:01.041: INFO: Pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.723053ms + Sep 17 04:20:03.044: INFO: Pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9": Phase="Running", Reason="", readiness=false. Elapsed: 2.006580537s + Sep 17 04:20:03.044: INFO: Pod "pod-configmaps-32200e51-934b-4908-b10a-5c4a28791be9" satisfied condition "running" + STEP: Waiting for pod with text data 09/17/22 04:20:03.044 + STEP: Waiting for pod with binary data 09/17/22 04:20:03.047 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:20:03.049: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-1705" for this suite. 09/17/22 04:20:03.05 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:438 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:20:03.053 +Sep 17 04:20:03.053: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 04:20:03.053 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:03.061 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:03.064 +[It] should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:438 +STEP: Counting existing ResourceQuota 09/17/22 04:20:03.065 +STEP: Creating a ResourceQuota 09/17/22 04:20:08.066 +STEP: Ensuring resource quota status is calculated 09/17/22 04:20:08.069 +STEP: Creating a ReplicaSet 09/17/22 04:20:10.071 +STEP: Ensuring resource quota status captures replicaset creation 09/17/22 04:20:10.077 +STEP: Deleting a ReplicaSet 09/17/22 04:20:12.079 +STEP: Ensuring resource quota status released usage 09/17/22 04:20:12.087 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 04:20:14.089: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-7160" for this suite. 09/17/22 04:20:14.091 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replica set. [Conformance]","completed":78,"skipped":1588,"failed":0} +------------------------------ +• [SLOW TEST] [11.040 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:438 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:20:03.053 + Sep 17 04:20:03.053: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 04:20:03.053 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:03.061 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:03.064 + [It] should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:438 + STEP: Counting existing ResourceQuota 09/17/22 04:20:03.065 + STEP: Creating a ResourceQuota 09/17/22 04:20:08.066 + STEP: Ensuring resource quota status is calculated 09/17/22 04:20:08.069 + STEP: Creating a ReplicaSet 09/17/22 04:20:10.071 + STEP: Ensuring resource quota status captures replicaset creation 09/17/22 04:20:10.077 + STEP: Deleting a ReplicaSet 09/17/22 04:20:12.079 + STEP: Ensuring resource quota status released usage 09/17/22 04:20:12.087 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 04:20:14.089: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-7160" for this suite. 09/17/22 04:20:14.091 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] Secrets + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:124 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:20:14.093 +Sep 17 04:20:14.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 04:20:14.093 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:14.101 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:14.103 +[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:124 +STEP: Creating secret with name secret-test-d6bfdf44-73fd-4201-b559-fff292a5c2d3 09/17/22 04:20:14.105 +STEP: Creating a pod to test consume secrets 09/17/22 04:20:14.107 +Sep 17 04:20:14.111: INFO: Waiting up to 5m0s for pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791" in namespace "secrets-5074" to be "Succeeded or Failed" +Sep 17 04:20:14.112: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791": Phase="Pending", Reason="", readiness=false. Elapsed: 1.200175ms +Sep 17 04:20:16.114: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003416214s +Sep 17 04:20:18.114: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003126053s +STEP: Saw pod success 09/17/22 04:20:18.114 +Sep 17 04:20:18.114: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791" satisfied condition "Succeeded or Failed" +Sep 17 04:20:18.115: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791 container secret-volume-test: +STEP: delete the pod 09/17/22 04:20:18.118 +Sep 17 04:20:18.121: INFO: Waiting for pod pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791 to disappear +Sep 17 04:20:18.127: INFO: Pod pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 04:20:18.127: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-5074" for this suite. 09/17/22 04:20:18.129 +{"msg":"PASSED [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]","completed":79,"skipped":1590,"failed":0} +------------------------------ +• [4.038 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:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:20:14.093 + Sep 17 04:20:14.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 04:20:14.093 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:14.101 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:14.103 + [It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:124 + STEP: Creating secret with name secret-test-d6bfdf44-73fd-4201-b559-fff292a5c2d3 09/17/22 04:20:14.105 + STEP: Creating a pod to test consume secrets 09/17/22 04:20:14.107 + Sep 17 04:20:14.111: INFO: Waiting up to 5m0s for pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791" in namespace "secrets-5074" to be "Succeeded or Failed" + Sep 17 04:20:14.112: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791": Phase="Pending", Reason="", readiness=false. Elapsed: 1.200175ms + Sep 17 04:20:16.114: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003416214s + Sep 17 04:20:18.114: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003126053s + STEP: Saw pod success 09/17/22 04:20:18.114 + Sep 17 04:20:18.114: INFO: Pod "pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791" satisfied condition "Succeeded or Failed" + Sep 17 04:20:18.115: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791 container secret-volume-test: + STEP: delete the pod 09/17/22 04:20:18.118 + Sep 17 04:20:18.121: INFO: Waiting for pod pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791 to disappear + Sep 17 04:20:18.127: INFO: Pod pod-secrets-302b0655-ec35-49d9-a20c-d09ff7fe8791 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 04:20:18.127: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-5074" for this suite. 09/17/22 04:20:18.129 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:20:18.133 +Sep 17 04:20:18.133: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename subpath 09/17/22 04:20:18.134 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:18.14 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:18.144 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/17/22 04:20:18.146 +[It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 +STEP: Creating pod pod-subpath-test-secret-8cwr 09/17/22 04:20:18.149 +STEP: Creating a pod to test atomic-volume-subpath 09/17/22 04:20:18.149 +Sep 17 04:20:18.152: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-8cwr" in namespace "subpath-6818" to be "Succeeded or Failed" +Sep 17 04:20:18.154: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Pending", Reason="", readiness=false. Elapsed: 1.527861ms +Sep 17 04:20:20.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 2.004577149s +Sep 17 04:20:22.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 4.004336066s +Sep 17 04:20:24.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 6.003503535s +Sep 17 04:20:26.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 8.004068461s +Sep 17 04:20:28.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 10.003715516s +Sep 17 04:20:30.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 12.004355494s +Sep 17 04:20:32.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 14.00449354s +Sep 17 04:20:34.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 16.004234616s +Sep 17 04:20:36.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 18.003988551s +Sep 17 04:20:38.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 20.004261517s +Sep 17 04:20:40.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=false. Elapsed: 22.004259695s +Sep 17 04:20:42.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004243895s +STEP: Saw pod success 09/17/22 04:20:42.157 +Sep 17 04:20:42.157: INFO: Pod "pod-subpath-test-secret-8cwr" satisfied condition "Succeeded or Failed" +Sep 17 04:20:42.158: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-secret-8cwr container test-container-subpath-secret-8cwr: +STEP: delete the pod 09/17/22 04:20:42.161 +Sep 17 04:20:42.166: INFO: Waiting for pod pod-subpath-test-secret-8cwr to disappear +Sep 17 04:20:42.167: INFO: Pod pod-subpath-test-secret-8cwr no longer exists +STEP: Deleting pod pod-subpath-test-secret-8cwr 09/17/22 04:20:42.167 +Sep 17 04:20:42.167: INFO: Deleting pod "pod-subpath-test-secret-8cwr" in namespace "subpath-6818" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 17 04:20:42.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-6818" for this suite. 09/17/22 04:20:42.17 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with secret pod [Conformance]","completed":80,"skipped":1620,"failed":0} +------------------------------ +• [SLOW TEST] [24.039 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:20:18.133 + Sep 17 04:20:18.133: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename subpath 09/17/22 04:20:18.134 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:18.14 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:18.144 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/17/22 04:20:18.146 + [It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 + STEP: Creating pod pod-subpath-test-secret-8cwr 09/17/22 04:20:18.149 + STEP: Creating a pod to test atomic-volume-subpath 09/17/22 04:20:18.149 + Sep 17 04:20:18.152: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-8cwr" in namespace "subpath-6818" to be "Succeeded or Failed" + Sep 17 04:20:18.154: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Pending", Reason="", readiness=false. Elapsed: 1.527861ms + Sep 17 04:20:20.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 2.004577149s + Sep 17 04:20:22.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 4.004336066s + Sep 17 04:20:24.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 6.003503535s + Sep 17 04:20:26.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 8.004068461s + Sep 17 04:20:28.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 10.003715516s + Sep 17 04:20:30.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 12.004355494s + Sep 17 04:20:32.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 14.00449354s + Sep 17 04:20:34.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 16.004234616s + Sep 17 04:20:36.156: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 18.003988551s + Sep 17 04:20:38.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=true. Elapsed: 20.004261517s + Sep 17 04:20:40.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Running", Reason="", readiness=false. Elapsed: 22.004259695s + Sep 17 04:20:42.157: INFO: Pod "pod-subpath-test-secret-8cwr": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004243895s + STEP: Saw pod success 09/17/22 04:20:42.157 + Sep 17 04:20:42.157: INFO: Pod "pod-subpath-test-secret-8cwr" satisfied condition "Succeeded or Failed" + Sep 17 04:20:42.158: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-secret-8cwr container test-container-subpath-secret-8cwr: + STEP: delete the pod 09/17/22 04:20:42.161 + Sep 17 04:20:42.166: INFO: Waiting for pod pod-subpath-test-secret-8cwr to disappear + Sep 17 04:20:42.167: INFO: Pod pod-subpath-test-secret-8cwr no longer exists + STEP: Deleting pod pod-subpath-test-secret-8cwr 09/17/22 04:20:42.167 + Sep 17 04:20:42.167: INFO: Deleting pod "pod-subpath-test-secret-8cwr" in namespace "subpath-6818" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 17 04:20:42.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-6818" for this suite. 09/17/22 04:20:42.17 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-architecture] Conformance Tests + should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 +[BeforeEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:20:42.173 +Sep 17 04:20:42.173: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename conformance-tests 09/17/22 04:20:42.173 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:42.18 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:42.183 +[It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 +STEP: Getting node addresses 09/17/22 04:20:42.185 +Sep 17 04:20:42.185: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +[AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:187 +Sep 17 04:20:42.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "conformance-tests-2562" for this suite. 09/17/22 04:20:42.189 +{"msg":"PASSED [sig-architecture] Conformance Tests should have at least two untainted nodes [Conformance]","completed":81,"skipped":1632,"failed":0} +------------------------------ +• [0.018 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:20:42.173 + Sep 17 04:20:42.173: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename conformance-tests 09/17/22 04:20:42.173 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:42.18 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:42.183 + [It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 + STEP: Getting node addresses 09/17/22 04:20:42.185 + Sep 17 04:20:42.185: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + [AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/framework.go:187 + Sep 17 04:20:42.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "conformance-tests-2562" for this suite. 09/17/22 04:20:42.189 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath + runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:20:42.196 +Sep 17 04:20:42.196: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-preemption 09/17/22 04:20:42.196 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:42.205 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:42.207 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 17 04:20:42.213: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 17 04:21:42.222: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PreemptionExecutionPath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:21:42.223 +Sep 17 04:21:42.223: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-preemption-path 09/17/22 04:21:42.224 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:21:42.231 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:21:42.236 +[BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:496 +STEP: Finding an available node 09/17/22 04:21:42.237 +STEP: Trying to launch a pod without a label to get a node which can launch it. 09/17/22 04:21:42.237 +Sep 17 04:21:42.241: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-6340" to be "running" +Sep 17 04:21:42.242: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 1.33541ms +Sep 17 04:21:44.244: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.003426656s +Sep 17 04:21:44.244: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 09/17/22 04:21:44.245 +Sep 17 04:21:44.250: INFO: found a healthy node: 10.254.0.17 +[It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 +Sep 17 04:21:52.280: INFO: pods created so far: [1 1 1] +Sep 17 04:21:52.280: INFO: length of pods created so far: 3 +Sep 17 04:21:54.286: INFO: pods created so far: [2 2 1] +[AfterEach] PreemptionExecutionPath + test/e2e/framework/framework.go:187 +Sep 17 04:22:01.287: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-path-6340" for this suite. 09/17/22 04:22:01.29 +[AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:470 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:22:01.312: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-3587" for this suite. 09/17/22 04:22:01.314 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath runs ReplicaSets to verify preemption running path [Conformance]","completed":82,"skipped":1781,"failed":0} +------------------------------ +• [SLOW TEST] [79.140 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + PreemptionExecutionPath + test/e2e/scheduling/preemption.go:458 + runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:20:42.196 + Sep 17 04:20:42.196: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-preemption 09/17/22 04:20:42.196 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:20:42.205 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:20:42.207 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 17 04:20:42.213: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 17 04:21:42.222: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PreemptionExecutionPath + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:21:42.223 + Sep 17 04:21:42.223: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-preemption-path 09/17/22 04:21:42.224 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:21:42.231 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:21:42.236 + [BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:496 + STEP: Finding an available node 09/17/22 04:21:42.237 + STEP: Trying to launch a pod without a label to get a node which can launch it. 09/17/22 04:21:42.237 + Sep 17 04:21:42.241: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-6340" to be "running" + Sep 17 04:21:42.242: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 1.33541ms + Sep 17 04:21:44.244: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.003426656s + Sep 17 04:21:44.244: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 09/17/22 04:21:44.245 + Sep 17 04:21:44.250: INFO: found a healthy node: 10.254.0.17 + [It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:543 + Sep 17 04:21:52.280: INFO: pods created so far: [1 1 1] + Sep 17 04:21:52.280: INFO: length of pods created so far: 3 + Sep 17 04:21:54.286: INFO: pods created so far: [2 2 1] + [AfterEach] PreemptionExecutionPath + test/e2e/framework/framework.go:187 + Sep 17 04:22:01.287: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-path-6340" for this suite. 09/17/22 04:22:01.29 + [AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:470 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:22:01.312: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-3587" for this suite. 09/17/22 04:22:01.314 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:193 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:01.336 +Sep 17 04:22:01.336: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename daemonsets 09/17/22 04:22:01.337 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:01.346 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:01.348 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:193 +Sep 17 04:22:01.357: INFO: Creating daemon "daemon-set" with a node selector +STEP: Initially, daemon pods should not be running on any nodes. 09/17/22 04:22:01.359 +Sep 17 04:22:01.370: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:01.370: 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. 09/17/22 04:22:01.37 +Sep 17 04:22:01.382: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:01.382: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:22:02.384: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:02.384: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:22:03.385: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 04:22:03.385: 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 09/17/22 04:22:03.386 +Sep 17 04:22:03.396: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 04:22:03.396: INFO: Number of running nodes: 0, number of available pods: 1 in daemonset daemon-set +Sep 17 04:22:04.398: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:04.398: 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 09/17/22 04:22:04.398 +Sep 17 04:22:04.403: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:04.403: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:22:05.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:05.405: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:22:06.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:06.405: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:22:07.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:07.405: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:22:08.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 04:22:08.405: 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:110 +STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:22:08.408 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-2521, will wait for the garbage collector to delete the pods 09/17/22 04:22:08.408 +Sep 17 04:22:08.462: INFO: Deleting DaemonSet.extensions daemon-set took: 2.712191ms +Sep 17 04:22:08.563: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.995625ms +Sep 17 04:22:10.965: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:22:10.965: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 17 04:22:10.966: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"12795"},"items":null} + +Sep 17 04:22:10.967: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"12795"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:22:10.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-2521" for this suite. 09/17/22 04:22:10.978 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance]","completed":83,"skipped":1814,"failed":0} +------------------------------ +• [SLOW TEST] [9.647 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:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:01.336 + Sep 17 04:22:01.336: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename daemonsets 09/17/22 04:22:01.337 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:01.346 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:01.348 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:193 + Sep 17 04:22:01.357: INFO: Creating daemon "daemon-set" with a node selector + STEP: Initially, daemon pods should not be running on any nodes. 09/17/22 04:22:01.359 + Sep 17 04:22:01.370: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:01.370: 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. 09/17/22 04:22:01.37 + Sep 17 04:22:01.382: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:01.382: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:22:02.384: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:02.384: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:22:03.385: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 04:22:03.385: 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 09/17/22 04:22:03.386 + Sep 17 04:22:03.396: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 04:22:03.396: INFO: Number of running nodes: 0, number of available pods: 1 in daemonset daemon-set + Sep 17 04:22:04.398: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:04.398: 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 09/17/22 04:22:04.398 + Sep 17 04:22:04.403: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:04.403: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:22:05.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:05.405: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:22:06.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:06.405: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:22:07.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:07.405: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:22:08.405: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 04:22:08.405: 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:110 + STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:22:08.408 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-2521, will wait for the garbage collector to delete the pods 09/17/22 04:22:08.408 + Sep 17 04:22:08.462: INFO: Deleting DaemonSet.extensions daemon-set took: 2.712191ms + Sep 17 04:22:08.563: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.995625ms + Sep 17 04:22:10.965: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:22:10.965: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 17 04:22:10.966: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"12795"},"items":null} + + Sep 17 04:22:10.967: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"12795"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:22:10.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-2521" for this suite. 09/17/22 04:22:10.978 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:10.984 +Sep 17 04:22:10.984: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename endpointslicemirroring 09/17/22 04:22:10.985 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:10.994 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:10.996 +[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 09/17/22 04:22:11.045 +Sep 17 04:22:11.052: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 +STEP: mirroring an update to a custom Endpoint 09/17/22 04:22:13.054 +Sep 17 04:22:13.057: INFO: Expected EndpointSlice to have 10.2.3.4 as address, got 10.1.2.3 +STEP: mirroring deletion of a custom Endpoint 09/17/22 04:22:15.059 +Sep 17 04:22:15.063: INFO: Waiting for 0 EndpointSlices to exist, got 1 +[AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:187 +Sep 17 04:22:17.065: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslicemirroring-5707" for this suite. 09/17/22 04:22:17.067 +{"msg":"PASSED [sig-network] EndpointSliceMirroring should mirror a custom Endpoints resource through create update and delete [Conformance]","completed":84,"skipped":1822,"failed":0} +------------------------------ +• [SLOW TEST] [6.085 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:10.984 + Sep 17 04:22:10.984: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename endpointslicemirroring 09/17/22 04:22:10.985 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:10.994 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:10.996 + [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 09/17/22 04:22:11.045 + Sep 17 04:22:11.052: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 + STEP: mirroring an update to a custom Endpoint 09/17/22 04:22:13.054 + Sep 17 04:22:13.057: INFO: Expected EndpointSlice to have 10.2.3.4 as address, got 10.1.2.3 + STEP: mirroring deletion of a custom Endpoint 09/17/22 04:22:15.059 + Sep 17 04:22:15.063: INFO: Waiting for 0 EndpointSlices to exist, got 1 + [AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/framework.go:187 + Sep 17 04:22:17.065: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslicemirroring-5707" for this suite. 09/17/22 04:22:17.067 + << End Captured GinkgoWriter Output +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:17.069 +Sep 17 04:22:17.070: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename ephemeral-containers-test 09/17/22 04:22:17.07 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:17.078 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:17.079 +[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 09/17/22 04:22:17.081 +Sep 17 04:22:17.085: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-7766" to be "running and ready" +Sep 17 04:22:17.088: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.721697ms +Sep 17 04:22:17.088: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:22:19.090: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004590416s +Sep 17 04:22:19.090: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) +Sep 17 04:22:19.090: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" +STEP: adding an ephemeral container 09/17/22 04:22:19.091 +Sep 17 04:22:19.096: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-7766" to be "container debugger running" +Sep 17 04:22:19.098: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.987229ms +Sep 17 04:22:21.101: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00455065s +Sep 17 04:22:21.101: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" +STEP: checking pod container endpoints 09/17/22 04:22:21.101 +Sep 17 04:22:21.101: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-7766 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:22:21.101: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:22:21.101: INFO: ExecWithOptions: Clientset creation +Sep 17 04:22:21.101: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/ephemeral-containers-test-7766/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) +Sep 17 04:22:21.139: INFO: Exec stderr: "" +[AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 17 04:22:21.146: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ephemeral-containers-test-7766" for this suite. 09/17/22 04:22:21.148 +{"msg":"PASSED [sig-node] Ephemeral Containers [NodeConformance] will start an ephemeral container in an existing pod [Conformance]","completed":85,"skipped":1822,"failed":0} +------------------------------ +• [4.081 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:17.069 + Sep 17 04:22:17.070: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename ephemeral-containers-test 09/17/22 04:22:17.07 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:17.078 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:17.079 + [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 09/17/22 04:22:17.081 + Sep 17 04:22:17.085: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-7766" to be "running and ready" + Sep 17 04:22:17.088: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.721697ms + Sep 17 04:22:17.088: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:22:19.090: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004590416s + Sep 17 04:22:19.090: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) + Sep 17 04:22:19.090: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" + STEP: adding an ephemeral container 09/17/22 04:22:19.091 + Sep 17 04:22:19.096: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-7766" to be "container debugger running" + Sep 17 04:22:19.098: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.987229ms + Sep 17 04:22:21.101: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00455065s + Sep 17 04:22:21.101: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" + STEP: checking pod container endpoints 09/17/22 04:22:21.101 + Sep 17 04:22:21.101: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-7766 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:22:21.101: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:22:21.101: INFO: ExecWithOptions: Clientset creation + Sep 17 04:22:21.101: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/ephemeral-containers-test-7766/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) + Sep 17 04:22:21.139: INFO: Exec stderr: "" + [AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 17 04:22:21.146: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ephemeral-containers-test-7766" for this suite. 09/17/22 04:22:21.148 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-apps] Job + should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:21.153 +Sep 17 04:22:21.153: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename job 09/17/22 04:22:21.154 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:21.212 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:21.218 +[It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 +STEP: Creating a job 09/17/22 04:22:21.219 +STEP: Ensuring active pods == parallelism 09/17/22 04:22:21.221 +STEP: Orphaning one of the Job's Pods 09/17/22 04:22:23.224 +Sep 17 04:22:23.731: INFO: Successfully updated pod "adopt-release-ftcrk" +STEP: Checking that the Job readopts the Pod 09/17/22 04:22:23.731 +Sep 17 04:22:23.731: INFO: Waiting up to 15m0s for pod "adopt-release-ftcrk" in namespace "job-7227" to be "adopted" +Sep 17 04:22:23.742: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 10.872544ms +Sep 17 04:22:25.745: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 2.013858688s +Sep 17 04:22:25.745: INFO: Pod "adopt-release-ftcrk" satisfied condition "adopted" +STEP: Removing the labels from the Job's Pod 09/17/22 04:22:25.745 +Sep 17 04:22:26.251: INFO: Successfully updated pod "adopt-release-ftcrk" +STEP: Checking that the Job releases the Pod 09/17/22 04:22:26.251 +Sep 17 04:22:26.251: INFO: Waiting up to 15m0s for pod "adopt-release-ftcrk" in namespace "job-7227" to be "released" +Sep 17 04:22:26.255: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 3.714155ms +Sep 17 04:22:28.257: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 2.005513052s +Sep 17 04:22:28.257: INFO: Pod "adopt-release-ftcrk" satisfied condition "released" +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 17 04:22:28.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-7227" for this suite. 09/17/22 04:22:28.259 +{"msg":"PASSED [sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]","completed":86,"skipped":1836,"failed":0} +------------------------------ +• [SLOW TEST] [7.110 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:335 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:21.153 + Sep 17 04:22:21.153: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename job 09/17/22 04:22:21.154 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:21.212 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:21.218 + [It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:335 + STEP: Creating a job 09/17/22 04:22:21.219 + STEP: Ensuring active pods == parallelism 09/17/22 04:22:21.221 + STEP: Orphaning one of the Job's Pods 09/17/22 04:22:23.224 + Sep 17 04:22:23.731: INFO: Successfully updated pod "adopt-release-ftcrk" + STEP: Checking that the Job readopts the Pod 09/17/22 04:22:23.731 + Sep 17 04:22:23.731: INFO: Waiting up to 15m0s for pod "adopt-release-ftcrk" in namespace "job-7227" to be "adopted" + Sep 17 04:22:23.742: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 10.872544ms + Sep 17 04:22:25.745: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 2.013858688s + Sep 17 04:22:25.745: INFO: Pod "adopt-release-ftcrk" satisfied condition "adopted" + STEP: Removing the labels from the Job's Pod 09/17/22 04:22:25.745 + Sep 17 04:22:26.251: INFO: Successfully updated pod "adopt-release-ftcrk" + STEP: Checking that the Job releases the Pod 09/17/22 04:22:26.251 + Sep 17 04:22:26.251: INFO: Waiting up to 15m0s for pod "adopt-release-ftcrk" in namespace "job-7227" to be "released" + Sep 17 04:22:26.255: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 3.714155ms + Sep 17 04:22:28.257: INFO: Pod "adopt-release-ftcrk": Phase="Running", Reason="", readiness=true. Elapsed: 2.005513052s + Sep 17 04:22:28.257: INFO: Pod "adopt-release-ftcrk" satisfied condition "released" + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 17 04:22:28.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-7227" for this suite. 09/17/22 04:22:28.259 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir wrapper volumes + should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 +[BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:28.264 +Sep 17 04:22:28.264: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir-wrapper 09/17/22 04:22:28.265 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:28.28 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:28.282 +[It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 +Sep 17 04:22:28.295: INFO: Waiting up to 5m0s for pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281" in namespace "emptydir-wrapper-6949" to be "running and ready" +Sep 17 04:22:28.297: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281": Phase="Pending", Reason="", readiness=false. Elapsed: 2.15051ms +Sep 17 04:22:28.297: INFO: The phase of Pod pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:22:30.300: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004666807s +Sep 17 04:22:30.300: INFO: The phase of Pod pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:22:32.299: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281": Phase="Running", Reason="", readiness=true. Elapsed: 4.003909618s +Sep 17 04:22:32.299: INFO: The phase of Pod pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281 is Running (Ready = true) +Sep 17 04:22:32.299: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281" satisfied condition "running and ready" +STEP: Cleaning up the secret 09/17/22 04:22:32.3 +STEP: Cleaning up the configmap 09/17/22 04:22:32.302 +STEP: Cleaning up the pod 09/17/22 04:22:32.304 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 +Sep 17 04:22:32.308: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-wrapper-6949" for this suite. 09/17/22 04:22:32.31 +{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not conflict [Conformance]","completed":87,"skipped":1855,"failed":0} +------------------------------ +• [4.048 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:28.264 + Sep 17 04:22:28.264: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir-wrapper 09/17/22 04:22:28.265 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:28.28 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:28.282 + [It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 + Sep 17 04:22:28.295: INFO: Waiting up to 5m0s for pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281" in namespace "emptydir-wrapper-6949" to be "running and ready" + Sep 17 04:22:28.297: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281": Phase="Pending", Reason="", readiness=false. Elapsed: 2.15051ms + Sep 17 04:22:28.297: INFO: The phase of Pod pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:22:30.300: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004666807s + Sep 17 04:22:30.300: INFO: The phase of Pod pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:22:32.299: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281": Phase="Running", Reason="", readiness=true. Elapsed: 4.003909618s + Sep 17 04:22:32.299: INFO: The phase of Pod pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281 is Running (Ready = true) + Sep 17 04:22:32.299: INFO: Pod "pod-secrets-13dad237-13e6-4e45-8bb6-105c70e2a281" satisfied condition "running and ready" + STEP: Cleaning up the secret 09/17/22 04:22:32.3 + STEP: Cleaning up the configmap 09/17/22 04:22:32.302 + STEP: Cleaning up the pod 09/17/22 04:22:32.304 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 + Sep 17 04:22:32.308: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-wrapper-6949" for this suite. 09/17/22 04:22:32.31 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-network] EndpointSlice + should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:101 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:32.312 +Sep 17 04:22:32.312: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename endpointslice 09/17/22 04:22:32.313 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:32.319 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:32.322 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:101 +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 17 04:22:34.349: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-3841" for this suite. 09/17/22 04:22:34.351 +{"msg":"PASSED [sig-network] EndpointSlice should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance]","completed":88,"skipped":1866,"failed":0} +------------------------------ +• [2.042 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:101 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:32.312 + Sep 17 04:22:32.312: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename endpointslice 09/17/22 04:22:32.313 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:32.319 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:32.322 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:101 + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 17 04:22:34.349: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-3841" for this suite. 09/17/22 04:22:34.351 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:276 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:34.355 +Sep 17 04:22:34.355: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:22:34.356 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:34.373 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:34.375 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:22:34.389 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:22:34.608 +STEP: Deploying the webhook pod 09/17/22 04:22:34.611 +STEP: Wait for the deployment to be ready 09/17/22 04:22:34.614 +Sep 17 04:22:34.622: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:22:36.626 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:22:36.63 +Sep 17 04:22:37.630: 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:276 +STEP: Registering a validating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/17/22 04:22:37.632 +STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/17/22 04:22:37.639 +STEP: Creating a dummy validating-webhook-configuration object 09/17/22 04:22:37.644 +STEP: Deleting the validating-webhook-configuration, which should be possible to remove 09/17/22 04:22:37.647 +STEP: Creating a dummy mutating-webhook-configuration object 09/17/22 04:22:37.649 +STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 09/17/22 04:22:37.652 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:22:37.657: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-7729" for this suite. 09/17/22 04:22:37.658 +STEP: Destroying namespace "webhook-7729-markers" for this suite. 09/17/22 04:22:37.66 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]","completed":89,"skipped":1894,"failed":0} +------------------------------ +• [3.337 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:276 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:34.355 + Sep 17 04:22:34.355: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:22:34.356 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:34.373 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:34.375 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:22:34.389 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:22:34.608 + STEP: Deploying the webhook pod 09/17/22 04:22:34.611 + STEP: Wait for the deployment to be ready 09/17/22 04:22:34.614 + Sep 17 04:22:34.622: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:22:36.626 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:22:36.63 + Sep 17 04:22:37.630: 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:276 + STEP: Registering a validating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/17/22 04:22:37.632 + STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 09/17/22 04:22:37.639 + STEP: Creating a dummy validating-webhook-configuration object 09/17/22 04:22:37.644 + STEP: Deleting the validating-webhook-configuration, which should be possible to remove 09/17/22 04:22:37.647 + STEP: Creating a dummy mutating-webhook-configuration object 09/17/22 04:22:37.649 + STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 09/17/22 04:22:37.652 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:22:37.657: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-7729" for this suite. 09/17/22 04:22:37.658 + STEP: Destroying namespace "webhook-7729-markers" for this suite. 09/17/22 04:22:37.66 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +[sig-network] Services + should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1404 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:37.692 +Sep 17 04:22:37.693: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:22:37.693 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:37.723 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:37.725 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1404 +STEP: creating a service externalname-service with the type=ExternalName in namespace services-1199 09/17/22 04:22:37.726 +STEP: changing the ExternalName service to type=ClusterIP 09/17/22 04:22:37.728 +STEP: creating replication controller externalname-service in namespace services-1199 09/17/22 04:22:37.739 +I0917 04:22:37.747634 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-1199, replica count: 2 +I0917 04:22:40.798610 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 +Sep 17 04:22:40.798: INFO: Creating new exec pod +Sep 17 04:22:40.801: INFO: Waiting up to 5m0s for pod "execpodld6j5" in namespace "services-1199" to be "running" +Sep 17 04:22:40.803: INFO: Pod "execpodld6j5": Phase="Pending", Reason="", readiness=false. Elapsed: 1.6075ms +Sep 17 04:22:42.805: INFO: Pod "execpodld6j5": Phase="Running", Reason="", readiness=true. Elapsed: 2.003980853s +Sep 17 04:22:42.805: INFO: Pod "execpodld6j5" satisfied condition "running" +Sep 17 04:22:43.806: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' +Sep 17 04:22:43.897: INFO: stderr: "+ + echonc -v hostName\n -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Sep 17 04:22:43.897: INFO: stdout: "externalname-service-vvtz7" +Sep 17 04:22:43.897: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.85.206 80' +Sep 17 04:22:43.976: INFO: stderr: "+ nc -v -t -w 2 10.68.85.206 80\nConnection to 10.68.85.206 80 port [tcp/http] succeeded!\n+ echo hostName\n" +Sep 17 04:22:43.976: INFO: stdout: "" +Sep 17 04:22:44.977: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.85.206 80' +Sep 17 04:22:45.068: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.85.206 80\nConnection to 10.68.85.206 80 port [tcp/http] succeeded!\n" +Sep 17 04:22:45.068: INFO: stdout: "" +Sep 17 04:22:45.976: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.85.206 80' +Sep 17 04:22:46.056: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.85.206 80\nConnection to 10.68.85.206 80 port [tcp/http] succeeded!\n" +Sep 17 04:22:46.056: INFO: stdout: "externalname-service-v5q86" +Sep 17 04:22:46.056: INFO: Cleaning up the ExternalName to ClusterIP test service +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:22:46.066: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-1199" for this suite. 09/17/22 04:22:46.07 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance]","completed":90,"skipped":1894,"failed":0} +------------------------------ +• [SLOW TEST] [8.383 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:1404 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:37.692 + Sep 17 04:22:37.693: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:22:37.693 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:37.723 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:37.725 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1404 + STEP: creating a service externalname-service with the type=ExternalName in namespace services-1199 09/17/22 04:22:37.726 + STEP: changing the ExternalName service to type=ClusterIP 09/17/22 04:22:37.728 + STEP: creating replication controller externalname-service in namespace services-1199 09/17/22 04:22:37.739 + I0917 04:22:37.747634 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-1199, replica count: 2 + I0917 04:22:40.798610 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 + Sep 17 04:22:40.798: INFO: Creating new exec pod + Sep 17 04:22:40.801: INFO: Waiting up to 5m0s for pod "execpodld6j5" in namespace "services-1199" to be "running" + Sep 17 04:22:40.803: INFO: Pod "execpodld6j5": Phase="Pending", Reason="", readiness=false. Elapsed: 1.6075ms + Sep 17 04:22:42.805: INFO: Pod "execpodld6j5": Phase="Running", Reason="", readiness=true. Elapsed: 2.003980853s + Sep 17 04:22:42.805: INFO: Pod "execpodld6j5" satisfied condition "running" + Sep 17 04:22:43.806: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 externalname-service 80' + Sep 17 04:22:43.897: INFO: stderr: "+ + echonc -v hostName\n -t -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Sep 17 04:22:43.897: INFO: stdout: "externalname-service-vvtz7" + Sep 17 04:22:43.897: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.85.206 80' + Sep 17 04:22:43.976: INFO: stderr: "+ nc -v -t -w 2 10.68.85.206 80\nConnection to 10.68.85.206 80 port [tcp/http] succeeded!\n+ echo hostName\n" + Sep 17 04:22:43.976: INFO: stdout: "" + Sep 17 04:22:44.977: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.85.206 80' + Sep 17 04:22:45.068: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.85.206 80\nConnection to 10.68.85.206 80 port [tcp/http] succeeded!\n" + Sep 17 04:22:45.068: INFO: stdout: "" + Sep 17 04:22:45.976: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1199 exec execpodld6j5 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.85.206 80' + Sep 17 04:22:46.056: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.85.206 80\nConnection to 10.68.85.206 80 port [tcp/http] succeeded!\n" + Sep 17 04:22:46.056: INFO: stdout: "externalname-service-v5q86" + Sep 17 04:22:46.056: INFO: Cleaning up the ExternalName to ClusterIP test service + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:22:46.066: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-1199" for this suite. 09/17/22 04:22:46.07 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:88 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:46.076 +Sep 17 04:22:46.076: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:22:46.077 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:46.088 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:46.091 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:88 +STEP: Creating configMap with name configmap-test-volume-map-c7f5b554-9af9-4857-9a90-2b9ac5d90b0b 09/17/22 04:22:46.093 +STEP: Creating a pod to test consume configMaps 09/17/22 04:22:46.095 +Sep 17 04:22:46.101: INFO: Waiting up to 5m0s for pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2" in namespace "configmap-1322" to be "Succeeded or Failed" +Sep 17 04:22:46.107: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.965298ms +Sep 17 04:22:48.109: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008190916s +Sep 17 04:22:50.109: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008051722s +STEP: Saw pod success 09/17/22 04:22:50.109 +Sep 17 04:22:50.109: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2" satisfied condition "Succeeded or Failed" +Sep 17 04:22:50.110: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2 container agnhost-container: +STEP: delete the pod 09/17/22 04:22:50.118 +Sep 17 04:22:50.122: INFO: Waiting for pod pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2 to disappear +Sep 17 04:22:50.124: INFO: Pod pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:22:50.124: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-1322" for this suite. 09/17/22 04:22:50.125 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":91,"skipped":1913,"failed":0} +------------------------------ +• [4.051 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:88 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:46.076 + Sep 17 04:22:46.076: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:22:46.077 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:46.088 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:46.091 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:88 + STEP: Creating configMap with name configmap-test-volume-map-c7f5b554-9af9-4857-9a90-2b9ac5d90b0b 09/17/22 04:22:46.093 + STEP: Creating a pod to test consume configMaps 09/17/22 04:22:46.095 + Sep 17 04:22:46.101: INFO: Waiting up to 5m0s for pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2" in namespace "configmap-1322" to be "Succeeded or Failed" + Sep 17 04:22:46.107: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.965298ms + Sep 17 04:22:48.109: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008190916s + Sep 17 04:22:50.109: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008051722s + STEP: Saw pod success 09/17/22 04:22:50.109 + Sep 17 04:22:50.109: INFO: Pod "pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2" satisfied condition "Succeeded or Failed" + Sep 17 04:22:50.110: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2 container agnhost-container: + STEP: delete the pod 09/17/22 04:22:50.118 + Sep 17 04:22:50.122: INFO: Waiting for pod pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2 to disappear + Sep 17 04:22:50.124: INFO: Pod pod-configmaps-b45ec7a4-51c3-4af2-8e48-d9efe7ce52b2 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:22:50.124: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-1322" for this suite. 09/17/22 04:22:50.125 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-apps] Deployment + RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:50.128 +Sep 17 04:22:50.128: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 04:22:50.129 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:50.137 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:50.14 +[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 +Sep 17 04:22:50.141: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) +Sep 17 04:22:50.149: INFO: Pod name sample-pod: Found 0 pods out of 1 +Sep 17 04:22:55.151: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/17/22 04:22:55.151 +Sep 17 04:22:55.151: INFO: Creating deployment "test-rolling-update-deployment" +Sep 17 04:22:55.156: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has +Sep 17 04:22:55.162: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created +Sep 17 04:22:57.165: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected +Sep 17 04:22:57.166: 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 +Sep 17 04:22:57.169: INFO: Deployment "test-rolling-update-deployment": +&Deployment{ObjectMeta:{test-rolling-update-deployment deployment-4006 7f5ecc99-87fd-41c6-9a36-8b746ab83e9e 13366 1 2022-09-17 04:22:55 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2022-09-17 04: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 2022-09-17 04: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.40 [] [] [] [] [] {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 0xc005cb5798 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:2022-09-17 04:22:55 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-78f575d8ff" has successfully progressed.,LastUpdateTime:2022-09-17 04:22:56 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 17 04:22:57.170: INFO: New ReplicaSet "test-rolling-update-deployment-78f575d8ff" of Deployment "test-rolling-update-deployment": +&ReplicaSet{ObjectMeta:{test-rolling-update-deployment-78f575d8ff deployment-4006 46496572-5813-4cf4-9d05-600d3c3430d3 13356 1 2022-09-17 04:22:55 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] 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 7f5ecc99-87fd-41c6-9a36-8b746ab83e9e 0xc0011533a7 0xc0011533a8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04: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\":\"7f5ecc99-87fd-41c6-9a36-8b746ab83e9e\"}":{}}},"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 2022-09-17 04: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: 78f575d8ff,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc001153458 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{},},} +Sep 17 04:22:57.170: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": +Sep 17 04:22:57.170: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-4006 a8608bb4-f6d0-44bf-956b-ee93f162db5e 13365 2 2022-09-17 04: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 7f5ecc99-87fd-41c6-9a36-8b746ab83e9e 0xc001153277 0xc001153278}] [] [{e2e.test Update apps/v1 2022-09-17 04: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 2022-09-17 04: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\":\"7f5ecc99-87fd-41c6-9a36-8b746ab83e9e\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2022-09-17 04: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-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc001153338 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{},},} +Sep 17 04:22:57.171: INFO: Pod "test-rolling-update-deployment-78f575d8ff-qz5hn" is available: +&Pod{ObjectMeta:{test-rolling-update-deployment-78f575d8ff-qz5hn test-rolling-update-deployment-78f575d8ff- deployment-4006 3316b52c-32be-4121-a3da-cd49a5422ff0 13355 0 2022-09-17 04:22:55 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-78f575d8ff 46496572-5813-4cf4-9d05-600d3c3430d3 0xc005cb5b87 0xc005cb5b88}] [] [{kube-controller-manager Update v1 2022-09-17 04:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"46496572-5813-4cf4-9d05-600d3c3430d3\"}":{}}},"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 2022-09-17 04: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\":\"172.20.110.133\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6zdf2,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.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6zdf2,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.133,StartTime:2022-09-17 04:22:55 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:22:55 +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.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://81b9db0c008276f04cd401ebe0d1f41504f4805f618ffb7852d94e75bda8c1bd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.133,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 17 04:22:57.171: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-4006" for this suite. 09/17/22 04:22:57.172 +{"msg":"PASSED [sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]","completed":92,"skipped":1916,"failed":0} +------------------------------ +• [SLOW TEST] [7.047 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:50.128 + Sep 17 04:22:50.128: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 04:22:50.129 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:50.137 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:50.14 + [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 + Sep 17 04:22:50.141: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) + Sep 17 04:22:50.149: INFO: Pod name sample-pod: Found 0 pods out of 1 + Sep 17 04:22:55.151: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/17/22 04:22:55.151 + Sep 17 04:22:55.151: INFO: Creating deployment "test-rolling-update-deployment" + Sep 17 04:22:55.156: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has + Sep 17 04:22:55.162: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created + Sep 17 04:22:57.165: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected + Sep 17 04:22:57.166: 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 + Sep 17 04:22:57.169: INFO: Deployment "test-rolling-update-deployment": + &Deployment{ObjectMeta:{test-rolling-update-deployment deployment-4006 7f5ecc99-87fd-41c6-9a36-8b746ab83e9e 13366 1 2022-09-17 04:22:55 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2022-09-17 04: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 2022-09-17 04: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.40 [] [] [] [] [] {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 0xc005cb5798 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:2022-09-17 04:22:55 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-78f575d8ff" has successfully progressed.,LastUpdateTime:2022-09-17 04:22:56 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 17 04:22:57.170: INFO: New ReplicaSet "test-rolling-update-deployment-78f575d8ff" of Deployment "test-rolling-update-deployment": + &ReplicaSet{ObjectMeta:{test-rolling-update-deployment-78f575d8ff deployment-4006 46496572-5813-4cf4-9d05-600d3c3430d3 13356 1 2022-09-17 04:22:55 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] 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 7f5ecc99-87fd-41c6-9a36-8b746ab83e9e 0xc0011533a7 0xc0011533a8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04: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\":\"7f5ecc99-87fd-41c6-9a36-8b746ab83e9e\"}":{}}},"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 2022-09-17 04: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: 78f575d8ff,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc001153458 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{},},} + Sep 17 04:22:57.170: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": + Sep 17 04:22:57.170: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-4006 a8608bb4-f6d0-44bf-956b-ee93f162db5e 13365 2 2022-09-17 04: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 7f5ecc99-87fd-41c6-9a36-8b746ab83e9e 0xc001153277 0xc001153278}] [] [{e2e.test Update apps/v1 2022-09-17 04: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 2022-09-17 04: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\":\"7f5ecc99-87fd-41c6-9a36-8b746ab83e9e\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2022-09-17 04: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-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc001153338 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{},},} + Sep 17 04:22:57.171: INFO: Pod "test-rolling-update-deployment-78f575d8ff-qz5hn" is available: + &Pod{ObjectMeta:{test-rolling-update-deployment-78f575d8ff-qz5hn test-rolling-update-deployment-78f575d8ff- deployment-4006 3316b52c-32be-4121-a3da-cd49a5422ff0 13355 0 2022-09-17 04:22:55 +0000 UTC map[name:sample-pod pod-template-hash:78f575d8ff] map[] [{apps/v1 ReplicaSet test-rolling-update-deployment-78f575d8ff 46496572-5813-4cf4-9d05-600d3c3430d3 0xc005cb5b87 0xc005cb5b88}] [] [{kube-controller-manager Update v1 2022-09-17 04:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"46496572-5813-4cf4-9d05-600d3c3430d3\"}":{}}},"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 2022-09-17 04: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\":\"172.20.110.133\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6zdf2,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.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6zdf2,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:22:55 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.133,StartTime:2022-09-17 04:22:55 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:22:55 +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.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://81b9db0c008276f04cd401ebe0d1f41504f4805f618ffb7852d94e75bda8c1bd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.133,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 17 04:22:57.171: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-4006" for this suite. 09/17/22 04:22:57.172 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] CronJob + should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:22:57.176 +Sep 17 04:22:57.176: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename cronjob 09/17/22 04:22:57.176 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:57.184 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:57.186 +[It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 +STEP: Creating a cronjob 09/17/22 04:22:57.188 +STEP: Ensuring more than one job is running at a time 09/17/22 04:22:57.19 +STEP: Ensuring at least two running jobs exists by listing jobs explicitly 09/17/22 04:24:01.192 +STEP: Removing cronjob 09/17/22 04:24:01.194 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 17 04:24:01.196: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-2565" for this suite. 09/17/22 04:24:01.198 +{"msg":"PASSED [sig-apps] CronJob should schedule multiple jobs concurrently [Conformance]","completed":93,"skipped":1950,"failed":0} +------------------------------ +• [SLOW TEST] [64.034 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:22:57.176 + Sep 17 04:22:57.176: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename cronjob 09/17/22 04:22:57.176 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:22:57.184 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:22:57.186 + [It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 + STEP: Creating a cronjob 09/17/22 04:22:57.188 + STEP: Ensuring more than one job is running at a time 09/17/22 04:22:57.19 + STEP: Ensuring at least two running jobs exists by listing jobs explicitly 09/17/22 04:24:01.192 + STEP: Removing cronjob 09/17/22 04:24:01.194 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 17 04:24:01.196: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-2565" for this suite. 09/17/22 04:24:01.198 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] RuntimeClass + should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:01.212 +Sep 17 04:24:01.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename runtimeclass 09/17/22 04:24:01.212 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:01.225 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:01.227 +[It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 +STEP: getting /apis 09/17/22 04:24:01.23 +STEP: getting /apis/node.k8s.io 09/17/22 04:24:01.238 +STEP: getting /apis/node.k8s.io/v1 09/17/22 04:24:01.239 +STEP: creating 09/17/22 04:24:01.24 +STEP: watching 09/17/22 04:24:01.246 +Sep 17 04:24:01.246: INFO: starting watch +STEP: getting 09/17/22 04:24:01.248 +STEP: listing 09/17/22 04:24:01.249 +STEP: patching 09/17/22 04:24:01.25 +STEP: updating 09/17/22 04:24:01.251 +Sep 17 04:24:01.253: INFO: waiting for watch events with expected annotations +STEP: deleting 09/17/22 04:24:01.253 +STEP: deleting a collection 09/17/22 04:24:01.257 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 17 04:24:01.261: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-8907" for this suite. 09/17/22 04:24:01.263 +{"msg":"PASSED [sig-node] RuntimeClass should support RuntimeClasses API operations [Conformance]","completed":94,"skipped":1979,"failed":0} +------------------------------ +• [0.053 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:01.212 + Sep 17 04:24:01.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename runtimeclass 09/17/22 04:24:01.212 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:01.225 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:01.227 + [It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 + STEP: getting /apis 09/17/22 04:24:01.23 + STEP: getting /apis/node.k8s.io 09/17/22 04:24:01.238 + STEP: getting /apis/node.k8s.io/v1 09/17/22 04:24:01.239 + STEP: creating 09/17/22 04:24:01.24 + STEP: watching 09/17/22 04:24:01.246 + Sep 17 04:24:01.246: INFO: starting watch + STEP: getting 09/17/22 04:24:01.248 + STEP: listing 09/17/22 04:24:01.249 + STEP: patching 09/17/22 04:24:01.25 + STEP: updating 09/17/22 04:24:01.251 + Sep 17 04:24:01.253: INFO: waiting for watch events with expected annotations + STEP: deleting 09/17/22 04:24:01.253 + STEP: deleting a collection 09/17/22 04:24:01.257 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 17 04:24:01.261: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-8907" for this suite. 09/17/22 04:24:01.263 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:78 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:01.266 +Sep 17 04:24:01.266: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 04:24:01.267 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:01.273 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:01.275 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:78 +STEP: Creating secret with name secret-test-map-711ff9c6-8a4a-4763-81ef-76adec24a13b 09/17/22 04:24:01.286 +STEP: Creating a pod to test consume secrets 09/17/22 04:24:01.29 +Sep 17 04:24:01.292: INFO: Waiting up to 5m0s for pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1" in namespace "secrets-8190" to be "Succeeded or Failed" +Sep 17 04:24:01.297: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1": Phase="Pending", Reason="", readiness=false. Elapsed: 5.065343ms +Sep 17 04:24:03.300: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007602456s +Sep 17 04:24:05.300: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007135678s +STEP: Saw pod success 09/17/22 04:24:05.3 +Sep 17 04:24:05.300: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1" satisfied condition "Succeeded or Failed" +Sep 17 04:24:05.301: INFO: Trying to get logs from node 10.254.0.18 pod pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1 container secret-volume-test: +STEP: delete the pod 09/17/22 04:24:05.303 +Sep 17 04:24:05.308: INFO: Waiting for pod pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1 to disappear +Sep 17 04:24:05.309: INFO: Pod pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 04:24:05.309: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-8190" for this suite. 09/17/22 04:24:05.311 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":95,"skipped":2012,"failed":0} +------------------------------ +• [4.046 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:78 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:01.266 + Sep 17 04:24:01.266: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 04:24:01.267 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:01.273 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:01.275 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:78 + STEP: Creating secret with name secret-test-map-711ff9c6-8a4a-4763-81ef-76adec24a13b 09/17/22 04:24:01.286 + STEP: Creating a pod to test consume secrets 09/17/22 04:24:01.29 + Sep 17 04:24:01.292: INFO: Waiting up to 5m0s for pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1" in namespace "secrets-8190" to be "Succeeded or Failed" + Sep 17 04:24:01.297: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1": Phase="Pending", Reason="", readiness=false. Elapsed: 5.065343ms + Sep 17 04:24:03.300: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007602456s + Sep 17 04:24:05.300: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007135678s + STEP: Saw pod success 09/17/22 04:24:05.3 + Sep 17 04:24:05.300: INFO: Pod "pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1" satisfied condition "Succeeded or Failed" + Sep 17 04:24:05.301: INFO: Trying to get logs from node 10.254.0.18 pod pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1 container secret-volume-test: + STEP: delete the pod 09/17/22 04:24:05.303 + Sep 17 04:24:05.308: INFO: Waiting for pod pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1 to disappear + Sep 17 04:24:05.309: INFO: Pod pod-secrets-56973f12-0e3a-4849-99f5-384af279cac1 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 04:24:05.309: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-8190" for this suite. 09/17/22 04:24:05.311 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-storage] Downward API volume + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:52 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:05.313 +Sep 17 04:24:05.313: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:24:05.314 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:05.321 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:05.324 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:52 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:24:05.325 +Sep 17 04:24:05.327: INFO: Waiting up to 5m0s for pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc" in namespace "downward-api-5571" to be "Succeeded or Failed" +Sep 17 04:24:05.330: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.098427ms +Sep 17 04:24:07.331: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003958945s +Sep 17 04:24:09.333: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005123338s +STEP: Saw pod success 09/17/22 04:24:09.333 +Sep 17 04:24:09.333: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc" satisfied condition "Succeeded or Failed" +Sep 17 04:24:09.334: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc container client-container: +STEP: delete the pod 09/17/22 04:24:09.336 +Sep 17 04:24:09.341: INFO: Waiting for pod downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc to disappear +Sep 17 04:24:09.345: INFO: Pod downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:24:09.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-5571" for this suite. 09/17/22 04:24:09.347 +{"msg":"PASSED [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance]","completed":96,"skipped":2015,"failed":0} +------------------------------ +• [4.036 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:52 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:05.313 + Sep 17 04:24:05.313: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:24:05.314 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:05.321 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:05.324 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:52 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:24:05.325 + Sep 17 04:24:05.327: INFO: Waiting up to 5m0s for pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc" in namespace "downward-api-5571" to be "Succeeded or Failed" + Sep 17 04:24:05.330: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.098427ms + Sep 17 04:24:07.331: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003958945s + Sep 17 04:24:09.333: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005123338s + STEP: Saw pod success 09/17/22 04:24:09.333 + Sep 17 04:24:09.333: INFO: Pod "downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc" satisfied condition "Succeeded or Failed" + Sep 17 04:24:09.334: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc container client-container: + STEP: delete the pod 09/17/22 04:24:09.336 + Sep 17 04:24:09.341: INFO: Waiting for pod downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc to disappear + Sep 17 04:24:09.345: INFO: Pod downwardapi-volume-62de83fe-c2ab-4b59-a70e-0ef3a4ca03dc no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:24:09.345: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-5571" for this suite. 09/17/22 04:24:09.347 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-apps] ReplicationController + should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:09.349 +Sep 17 04:24:09.349: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replication-controller 09/17/22 04:24:09.35 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:09.357 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:09.359 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 +STEP: Given a Pod with a 'name' label pod-adoption is created 09/17/22 04:24:09.361 +Sep 17 04:24:09.364: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-1780" to be "running and ready" +Sep 17 04:24:09.366: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 2.311549ms +Sep 17 04:24:09.366: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:24:11.369: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.004641821s +Sep 17 04:24:11.369: INFO: The phase of Pod pod-adoption is Running (Ready = true) +Sep 17 04:24:11.369: INFO: Pod "pod-adoption" satisfied condition "running and ready" +STEP: When a replication controller with a matching selector is created 09/17/22 04:24:11.375 +STEP: Then the orphan pod is adopted 09/17/22 04:24:11.378 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 17 04:24:12.389: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-1780" for this suite. 09/17/22 04:24:12.39 +{"msg":"PASSED [sig-apps] ReplicationController should adopt matching pods on creation [Conformance]","completed":97,"skipped":2025,"failed":0} +------------------------------ +• [3.044 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:09.349 + Sep 17 04:24:09.349: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replication-controller 09/17/22 04:24:09.35 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:09.357 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:09.359 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:91 + STEP: Given a Pod with a 'name' label pod-adoption is created 09/17/22 04:24:09.361 + Sep 17 04:24:09.364: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-1780" to be "running and ready" + Sep 17 04:24:09.366: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 2.311549ms + Sep 17 04:24:09.366: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:24:11.369: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.004641821s + Sep 17 04:24:11.369: INFO: The phase of Pod pod-adoption is Running (Ready = true) + Sep 17 04:24:11.369: INFO: Pod "pod-adoption" satisfied condition "running and ready" + STEP: When a replication controller with a matching selector is created 09/17/22 04:24:11.375 + STEP: Then the orphan pod is adopted 09/17/22 04:24:11.378 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 17 04:24:12.389: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-1780" for this suite. 09/17/22 04:24:12.39 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:895 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:12.395 +Sep 17 04:24:12.395: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 04:24:12.395 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:12.404 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:12.406 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:895 +STEP: creating a Pod with a static label 09/17/22 04:24:12.419 +STEP: watching for Pod to be ready 09/17/22 04:24:12.424 +Sep 17 04:24:12.425: INFO: observed Pod pod-test in namespace pods-6701 in phase Pending with labels: map[test-pod-static:true] & conditions [] +Sep 17 04:24:12.426: INFO: observed Pod pod-test in namespace pods-6701 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC }] +Sep 17 04:24:12.433: INFO: observed Pod pod-test in namespace pods-6701 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC }] +Sep 17 04:24:13.100: INFO: Found Pod pod-test in namespace pods-6701 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:13 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:13 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC }] +STEP: patching the Pod with a new Label and updated data 09/17/22 04:24:13.102 +STEP: getting the Pod and ensuring that it's patched 09/17/22 04:24:13.107 +STEP: replacing the Pod's status Ready condition to False 09/17/22 04:24:13.108 +STEP: check the Pod again to ensure its Ready conditions are False 09/17/22 04:24:13.113 +STEP: deleting the Pod via a Collection with a LabelSelector 09/17/22 04:24:13.114 +STEP: watching for the Pod to be deleted 09/17/22 04:24:13.117 +Sep 17 04:24:13.119: INFO: observed event type MODIFIED +Sep 17 04:24:15.107: INFO: observed event type MODIFIED +Sep 17 04:24:16.106: INFO: observed event type MODIFIED +Sep 17 04:24:16.109: INFO: observed event type MODIFIED +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 04:24:16.113: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-6701" for this suite. 09/17/22 04:24:16.115 +{"msg":"PASSED [sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]","completed":98,"skipped":2047,"failed":0} +------------------------------ +• [3.721 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:895 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:12.395 + Sep 17 04:24:12.395: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 04:24:12.395 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:12.404 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:12.406 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:895 + STEP: creating a Pod with a static label 09/17/22 04:24:12.419 + STEP: watching for Pod to be ready 09/17/22 04:24:12.424 + Sep 17 04:24:12.425: INFO: observed Pod pod-test in namespace pods-6701 in phase Pending with labels: map[test-pod-static:true] & conditions [] + Sep 17 04:24:12.426: INFO: observed Pod pod-test in namespace pods-6701 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC }] + Sep 17 04:24:12.433: INFO: observed Pod pod-test in namespace pods-6701 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC }] + Sep 17 04:24:13.100: INFO: Found Pod pod-test in namespace pods-6701 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:13 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:13 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:24:12 +0000 UTC }] + STEP: patching the Pod with a new Label and updated data 09/17/22 04:24:13.102 + STEP: getting the Pod and ensuring that it's patched 09/17/22 04:24:13.107 + STEP: replacing the Pod's status Ready condition to False 09/17/22 04:24:13.108 + STEP: check the Pod again to ensure its Ready conditions are False 09/17/22 04:24:13.113 + STEP: deleting the Pod via a Collection with a LabelSelector 09/17/22 04:24:13.114 + STEP: watching for the Pod to be deleted 09/17/22 04:24:13.117 + Sep 17 04:24:13.119: INFO: observed event type MODIFIED + Sep 17 04:24:15.107: INFO: observed event type MODIFIED + Sep 17 04:24:16.106: INFO: observed event type MODIFIED + Sep 17 04:24:16.109: INFO: observed event type MODIFIED + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 04:24:16.113: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-6701" for this suite. 09/17/22 04:24:16.115 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-node] InitContainer [NodeConformance] + should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:254 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:16.116 +Sep 17 04:24:16.116: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename init-container 09/17/22 04:24:16.117 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:16.124 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:16.127 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[It] should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:254 +STEP: creating the pod 09/17/22 04:24:16.128 +Sep 17 04:24:16.128: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 17 04:24:19.124: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-7740" for this suite. 09/17/22 04:24:19.126 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance]","completed":99,"skipped":2052,"failed":0} +------------------------------ +• [3.013 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:254 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:16.116 + Sep 17 04:24:16.116: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename init-container 09/17/22 04:24:16.117 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:16.124 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:16.127 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [It] should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:254 + STEP: creating the pod 09/17/22 04:24:16.128 + Sep 17 04:24:16.128: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 17 04:24:19.124: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-7740" for this suite. 09/17/22 04:24:19.126 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:19.13 +Sep 17 04:24:19.130: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:24:19.131 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:19.138 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:19.14 +[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/framework.go:187 +Sep 17 04:24:19.154: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-3132" for this suite. 09/17/22 04:24:19.156 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete [NodeConformance] [Conformance]","completed":100,"skipped":2059,"failed":0} +------------------------------ +• [0.028 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:19.13 + Sep 17 04:24:19.130: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:24:19.131 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:19.138 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:19.14 + [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/framework.go:187 + Sep 17 04:24:19.154: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-3132" for this suite. 09/17/22 04:24:19.156 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:19.16 +Sep 17 04:24:19.160: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replicaset 09/17/22 04:24:19.16 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:19.167 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:19.17 +[It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 +Sep 17 04:24:19.171: INFO: Creating ReplicaSet my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba +Sep 17 04:24:19.180: INFO: Pod name my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba: Found 0 pods out of 1 +Sep 17 04:24:24.181: INFO: Pod name my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba: Found 1 pods out of 1 +Sep 17 04:24:24.181: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba" is running +Sep 17 04:24:24.181: INFO: Waiting up to 5m0s for pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj" in namespace "replicaset-4206" to be "running" +Sep 17 04:24:24.183: INFO: Pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj": Phase="Running", Reason="", readiness=true. Elapsed: 1.301049ms +Sep 17 04:24:24.183: INFO: Pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj" satisfied condition "running" +Sep 17 04:24:24.183: INFO: Pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:}]) +Sep 17 04:24:24.183: INFO: Trying to dial the pod +Sep 17 04:24:29.187: INFO: Controller my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba: Got expected result from replica 1 [my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj]: "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 17 04:24:29.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-4206" for this suite. 09/17/22 04:24:29.189 +{"msg":"PASSED [sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]","completed":101,"skipped":2103,"failed":0} +------------------------------ +• [SLOW TEST] [10.031 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:19.16 + Sep 17 04:24:19.160: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replicaset 09/17/22 04:24:19.16 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:19.167 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:19.17 + [It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 + Sep 17 04:24:19.171: INFO: Creating ReplicaSet my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba + Sep 17 04:24:19.180: INFO: Pod name my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba: Found 0 pods out of 1 + Sep 17 04:24:24.181: INFO: Pod name my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba: Found 1 pods out of 1 + Sep 17 04:24:24.181: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba" is running + Sep 17 04:24:24.181: INFO: Waiting up to 5m0s for pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj" in namespace "replicaset-4206" to be "running" + Sep 17 04:24:24.183: INFO: Pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj": Phase="Running", Reason="", readiness=true. Elapsed: 1.301049ms + Sep 17 04:24:24.183: INFO: Pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj" satisfied condition "running" + Sep 17 04:24:24.183: INFO: Pod "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:24:19 +0000 UTC Reason: Message:}]) + Sep 17 04:24:24.183: INFO: Trying to dial the pod + Sep 17 04:24:29.187: INFO: Controller my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba: Got expected result from replica 1 [my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj]: "my-hostname-basic-4ee7f43c-e2a9-4cc8-bad4-8006b6037eba-mnjsj", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 17 04:24:29.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-4206" for this suite. 09/17/22 04:24:29.189 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:46 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:29.192 +Sep 17 04:24:29.192: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:24:29.192 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:29.201 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:29.203 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:46 +STEP: Creating configMap with name projected-configmap-test-volume-7f13d7ac-ade8-4700-977b-52c344b3b123 09/17/22 04:24:29.204 +STEP: Creating a pod to test consume configMaps 09/17/22 04:24:29.206 +Sep 17 04:24:29.208: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577" in namespace "projected-2937" to be "Succeeded or Failed" +Sep 17 04:24:29.210: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577": Phase="Pending", Reason="", readiness=false. Elapsed: 1.50349ms +Sep 17 04:24:31.212: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003841841s +Sep 17 04:24:33.213: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004292532s +STEP: Saw pod success 09/17/22 04:24:33.213 +Sep 17 04:24:33.213: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577" satisfied condition "Succeeded or Failed" +Sep 17 04:24:33.214: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577 container agnhost-container: +STEP: delete the pod 09/17/22 04:24:33.217 +Sep 17 04:24:33.221: INFO: Waiting for pod pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577 to disappear +Sep 17 04:24:33.223: INFO: Pod pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 04:24:33.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2937" for this suite. 09/17/22 04:24:33.225 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance]","completed":102,"skipped":2112,"failed":0} +------------------------------ +• [4.035 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:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:29.192 + Sep 17 04:24:29.192: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:24:29.192 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:29.201 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:29.203 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:46 + STEP: Creating configMap with name projected-configmap-test-volume-7f13d7ac-ade8-4700-977b-52c344b3b123 09/17/22 04:24:29.204 + STEP: Creating a pod to test consume configMaps 09/17/22 04:24:29.206 + Sep 17 04:24:29.208: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577" in namespace "projected-2937" to be "Succeeded or Failed" + Sep 17 04:24:29.210: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577": Phase="Pending", Reason="", readiness=false. Elapsed: 1.50349ms + Sep 17 04:24:31.212: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003841841s + Sep 17 04:24:33.213: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004292532s + STEP: Saw pod success 09/17/22 04:24:33.213 + Sep 17 04:24:33.213: INFO: Pod "pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577" satisfied condition "Succeeded or Failed" + Sep 17 04:24:33.214: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577 container agnhost-container: + STEP: delete the pod 09/17/22 04:24:33.217 + Sep 17 04:24:33.221: INFO: Waiting for pod pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577 to disappear + Sep 17 04:24:33.223: INFO: Pod pod-projected-configmaps-18e197c4-e091-480b-9673-9befee960577 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 04:24:33.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2937" for this suite. 09/17/22 04:24:33.225 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-instrumentation] Events API + should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:33.227 +Sep 17 04:24:33.227: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename events 09/17/22 04:24:33.228 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:33.237 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:33.245 +[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 09/17/22 04:24:33.246 +STEP: get a list of Events with a label in the current namespace 09/17/22 04:24:33.25 +STEP: delete a list of events 09/17/22 04:24:33.251 +Sep 17 04:24:33.251: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 09/17/22 04:24:33.256 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 +Sep 17 04:24:33.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-8264" for this suite. 09/17/22 04:24:33.259 +{"msg":"PASSED [sig-instrumentation] Events API should delete a collection of events [Conformance]","completed":103,"skipped":2113,"failed":0} +------------------------------ +• [0.033 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:33.227 + Sep 17 04:24:33.227: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename events 09/17/22 04:24:33.228 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:33.237 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:33.245 + [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 09/17/22 04:24:33.246 + STEP: get a list of Events with a label in the current namespace 09/17/22 04:24:33.25 + STEP: delete a list of events 09/17/22 04:24:33.251 + Sep 17 04:24:33.251: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 09/17/22 04:24:33.256 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 + Sep 17 04:24:33.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-8264" for this suite. 09/17/22 04:24:33.259 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-network] Service endpoints latency + should not be very high [Conformance] + test/e2e/network/service_latency.go:59 +[BeforeEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:33.261 +Sep 17 04:24:33.261: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename svc-latency 09/17/22 04:24:33.261 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:33.275 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:33.277 +[It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 +Sep 17 04:24:33.278: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: creating replication controller svc-latency-rc in namespace svc-latency-5583 09/17/22 04:24:33.278 +I0917 04:24:33.281188 20 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-5583, replica count: 1 +I0917 04:24:34.332036 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 +Sep 17 04:24:34.438: INFO: Created: latency-svc-cntmd +Sep 17 04:24:34.442: INFO: Got endpoints: latency-svc-cntmd [10.270499ms] +Sep 17 04:24:34.459: INFO: Created: latency-svc-ksg6p +Sep 17 04:24:34.462: INFO: Got endpoints: latency-svc-ksg6p [19.613917ms] +Sep 17 04:24:34.475: INFO: Created: latency-svc-ql4rl +Sep 17 04:24:34.475: INFO: Got endpoints: latency-svc-ql4rl [32.207381ms] +Sep 17 04:24:34.485: INFO: Created: latency-svc-psnvw +Sep 17 04:24:34.491: INFO: Got endpoints: latency-svc-psnvw [48.056863ms] +Sep 17 04:24:34.520: INFO: Created: latency-svc-2w5c5 +Sep 17 04:24:34.528: INFO: Created: latency-svc-mk6hr +Sep 17 04:24:34.528: INFO: Created: latency-svc-zgwqn +Sep 17 04:24:34.528: INFO: Created: latency-svc-44pgx +Sep 17 04:24:34.528: INFO: Created: latency-svc-gv4wf +Sep 17 04:24:34.528: INFO: Created: latency-svc-pv2cb +Sep 17 04:24:34.528: INFO: Created: latency-svc-cpfk6 +Sep 17 04:24:34.528: INFO: Created: latency-svc-plrnh +Sep 17 04:24:34.528: INFO: Created: latency-svc-gz5m4 +Sep 17 04:24:34.528: INFO: Created: latency-svc-4vtk6 +Sep 17 04:24:34.528: INFO: Created: latency-svc-6g4hc +Sep 17 04:24:34.528: INFO: Created: latency-svc-2g678 +Sep 17 04:24:34.528: INFO: Created: latency-svc-8l775 +Sep 17 04:24:34.528: INFO: Created: latency-svc-7f9v8 +Sep 17 04:24:34.528: INFO: Created: latency-svc-qrtbj +Sep 17 04:24:34.535: INFO: Got endpoints: latency-svc-6g4hc [72.888912ms] +Sep 17 04:24:34.537: INFO: Got endpoints: latency-svc-2w5c5 [94.176462ms] +Sep 17 04:24:34.542: INFO: Got endpoints: latency-svc-zgwqn [51.707207ms] +Sep 17 04:24:34.558: INFO: Got endpoints: latency-svc-mk6hr [115.267384ms] +Sep 17 04:24:34.564: INFO: Created: latency-svc-6s2s7 +Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-plrnh [122.770739ms] +Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-44pgx [123.004727ms] +Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-cpfk6 [123.393478ms] +Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-gv4wf [123.651854ms] +Sep 17 04:24:34.580: INFO: Got endpoints: latency-svc-8l775 [137.317949ms] +Sep 17 04:24:34.581: INFO: Created: latency-svc-4dkcz +Sep 17 04:24:34.593: INFO: Got endpoints: latency-svc-7f9v8 [150.977832ms] +Sep 17 04:24:34.594: INFO: Got endpoints: latency-svc-gz5m4 [150.703095ms] +Sep 17 04:24:34.594: INFO: Got endpoints: latency-svc-qrtbj [150.998398ms] +Sep 17 04:24:34.594: INFO: Got endpoints: latency-svc-4vtk6 [151.400766ms] +Sep 17 04:24:34.603: INFO: Got endpoints: latency-svc-2g678 [128.318328ms] +Sep 17 04:24:34.620: INFO: Got endpoints: latency-svc-pv2cb [177.030003ms] +Sep 17 04:24:34.620: INFO: Got endpoints: latency-svc-4dkcz [82.693066ms] +Sep 17 04:24:34.620: INFO: Got endpoints: latency-svc-6s2s7 [84.588826ms] +Sep 17 04:24:34.646: INFO: Created: latency-svc-nhg7c +Sep 17 04:24:34.646: INFO: Got endpoints: latency-svc-nhg7c [87.901622ms] +Sep 17 04:24:34.659: INFO: Created: latency-svc-jlzqd +Sep 17 04:24:34.659: INFO: Created: latency-svc-zqkr8 +Sep 17 04:24:34.659: INFO: Created: latency-svc-8h9bq +Sep 17 04:24:34.659: INFO: Created: latency-svc-bkxf7 +Sep 17 04:24:34.659: INFO: Created: latency-svc-fq8ld +Sep 17 04:24:34.659: INFO: Created: latency-svc-nzmt2 +Sep 17 04:24:34.663: INFO: Created: latency-svc-gx5dv +Sep 17 04:24:34.663: INFO: Created: latency-svc-mm9xz +Sep 17 04:24:34.663: INFO: Created: latency-svc-9skzb +Sep 17 04:24:34.663: INFO: Created: latency-svc-msn7s +Sep 17 04:24:34.663: INFO: Created: latency-svc-fmbzr +Sep 17 04:24:34.663: INFO: Created: latency-svc-tdmzw +Sep 17 04:24:34.663: INFO: Created: latency-svc-5m596 +Sep 17 04:24:34.663: INFO: Created: latency-svc-qwf7r +Sep 17 04:24:34.671: INFO: Created: latency-svc-p5pnd +Sep 17 04:24:34.676: INFO: Got endpoints: latency-svc-bkxf7 [81.470181ms] +Sep 17 04:24:34.676: INFO: Got endpoints: latency-svc-fq8ld [95.882251ms] +Sep 17 04:24:34.680: INFO: Got endpoints: latency-svc-8h9bq [113.858708ms] +Sep 17 04:24:34.680: INFO: Got endpoints: latency-svc-nzmt2 [137.416175ms] +Sep 17 04:24:34.680: INFO: Got endpoints: latency-svc-jlzqd [60.312856ms] +Sep 17 04:24:34.705: INFO: Created: latency-svc-zvbtf +Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-mm9xz [91.065906ms] +Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-zqkr8 [117.55643ms] +Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-gx5dv [91.580097ms] +Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-9skzb [117.377899ms] +Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-qwf7r [117.229619ms] +Sep 17 04:24:34.712: INFO: Created: latency-svc-dxk82 +Sep 17 04:24:34.728: INFO: Got endpoints: latency-svc-fmbzr [124.51206ms] +Sep 17 04:24:34.728: INFO: Got endpoints: latency-svc-5m596 [162.449798ms] +Sep 17 04:24:34.729: INFO: Got endpoints: latency-svc-tdmzw [163.048765ms] +Sep 17 04:24:34.735: INFO: Created: latency-svc-tx4gq +Sep 17 04:24:34.736: INFO: Created: latency-svc-j585n +Sep 17 04:24:34.745: INFO: Created: latency-svc-dmw7d +Sep 17 04:24:34.747: INFO: Got endpoints: latency-svc-msn7s [181.612252ms] +Sep 17 04:24:34.748: INFO: Created: latency-svc-fg4k6 +Sep 17 04:24:34.753: INFO: Created: latency-svc-c6nv8 +Sep 17 04:24:34.757: INFO: Created: latency-svc-m67kd +Sep 17 04:24:34.758: INFO: Created: latency-svc-8dtgw +Sep 17 04:24:34.761: INFO: Created: latency-svc-gt5n6 +Sep 17 04:24:34.764: INFO: Created: latency-svc-mvxz2 +Sep 17 04:24:34.765: INFO: Created: latency-svc-bmm2w +Sep 17 04:24:34.768: INFO: Created: latency-svc-rjpqp +Sep 17 04:24:34.770: INFO: Created: latency-svc-87dmc +Sep 17 04:24:34.791: INFO: Got endpoints: latency-svc-p5pnd [144.690165ms] +Sep 17 04:24:34.799: INFO: Created: latency-svc-rh822 +Sep 17 04:24:34.843: INFO: Got endpoints: latency-svc-zvbtf [166.536664ms] +Sep 17 04:24:34.849: INFO: Created: latency-svc-9prp7 +Sep 17 04:24:34.893: INFO: Got endpoints: latency-svc-dxk82 [216.463602ms] +Sep 17 04:24:34.897: INFO: Created: latency-svc-8h5vg +Sep 17 04:24:34.942: INFO: Got endpoints: latency-svc-tx4gq [261.882374ms] +Sep 17 04:24:34.946: INFO: Created: latency-svc-zl6j7 +Sep 17 04:24:34.991: INFO: Got endpoints: latency-svc-j585n [311.178829ms] +Sep 17 04:24:34.996: INFO: Created: latency-svc-bl4s6 +Sep 17 04:24:35.042: INFO: Got endpoints: latency-svc-dmw7d [362.317618ms] +Sep 17 04:24:35.047: INFO: Created: latency-svc-b6q29 +Sep 17 04:24:35.091: INFO: Got endpoints: latency-svc-fg4k6 [379.921991ms] +Sep 17 04:24:35.099: INFO: Created: latency-svc-dxhzq +Sep 17 04:24:35.141: INFO: Got endpoints: latency-svc-c6nv8 [430.030579ms] +Sep 17 04:24:35.147: INFO: Created: latency-svc-d4glz +Sep 17 04:24:35.193: INFO: Got endpoints: latency-svc-m67kd [481.456107ms] +Sep 17 04:24:35.200: INFO: Created: latency-svc-sx4g5 +Sep 17 04:24:35.241: INFO: Got endpoints: latency-svc-8dtgw [530.181717ms] +Sep 17 04:24:35.245: INFO: Created: latency-svc-2rdld +Sep 17 04:24:35.292: INFO: Got endpoints: latency-svc-gt5n6 [580.987455ms] +Sep 17 04:24:35.297: INFO: Created: latency-svc-rpxh5 +Sep 17 04:24:35.342: INFO: Got endpoints: latency-svc-mvxz2 [613.893691ms] +Sep 17 04:24:35.347: INFO: Created: latency-svc-gmgw6 +Sep 17 04:24:35.392: INFO: Got endpoints: latency-svc-bmm2w [663.601325ms] +Sep 17 04:24:35.396: INFO: Created: latency-svc-kfrnt +Sep 17 04:24:35.444: INFO: Got endpoints: latency-svc-rjpqp [714.74275ms] +Sep 17 04:24:35.450: INFO: Created: latency-svc-qgqwl +Sep 17 04:24:35.492: INFO: Got endpoints: latency-svc-87dmc [744.328387ms] +Sep 17 04:24:35.504: INFO: Created: latency-svc-4r6hc +Sep 17 04:24:35.543: INFO: Got endpoints: latency-svc-rh822 [752.511677ms] +Sep 17 04:24:35.567: INFO: Created: latency-svc-psgfb +Sep 17 04:24:35.603: INFO: Got endpoints: latency-svc-9prp7 [760.783866ms] +Sep 17 04:24:35.615: INFO: Created: latency-svc-5rvlv +Sep 17 04:24:35.646: INFO: Got endpoints: latency-svc-8h5vg [753.504064ms] +Sep 17 04:24:35.652: INFO: Created: latency-svc-4jrnr +Sep 17 04:24:35.695: INFO: Got endpoints: latency-svc-zl6j7 [753.003278ms] +Sep 17 04:24:35.701: INFO: Created: latency-svc-2x77z +Sep 17 04:24:35.741: INFO: Got endpoints: latency-svc-bl4s6 [749.672466ms] +Sep 17 04:24:35.748: INFO: Created: latency-svc-khh6w +Sep 17 04:24:35.792: INFO: Got endpoints: latency-svc-b6q29 [749.771679ms] +Sep 17 04:24:35.797: INFO: Created: latency-svc-rf6tc +Sep 17 04:24:35.842: INFO: Got endpoints: latency-svc-dxhzq [750.297848ms] +Sep 17 04:24:35.848: INFO: Created: latency-svc-xpdff +Sep 17 04:24:35.893: INFO: Got endpoints: latency-svc-d4glz [751.671014ms] +Sep 17 04:24:35.898: INFO: Created: latency-svc-jh4vq +Sep 17 04:24:35.942: INFO: Got endpoints: latency-svc-sx4g5 [749.389895ms] +Sep 17 04:24:35.948: INFO: Created: latency-svc-54hqh +Sep 17 04:24:35.992: INFO: Got endpoints: latency-svc-2rdld [750.816094ms] +Sep 17 04:24:35.997: INFO: Created: latency-svc-d9cq9 +Sep 17 04:24:36.041: INFO: Got endpoints: latency-svc-rpxh5 [748.769835ms] +Sep 17 04:24:36.048: INFO: Created: latency-svc-vb79g +Sep 17 04:24:36.091: INFO: Got endpoints: latency-svc-gmgw6 [749.184526ms] +Sep 17 04:24:36.098: INFO: Created: latency-svc-9hxgt +Sep 17 04:24:36.144: INFO: Got endpoints: latency-svc-kfrnt [752.574158ms] +Sep 17 04:24:36.149: INFO: Created: latency-svc-nb66w +Sep 17 04:24:36.193: INFO: Got endpoints: latency-svc-qgqwl [749.777736ms] +Sep 17 04:24:36.198: INFO: Created: latency-svc-ms78n +Sep 17 04:24:36.241: INFO: Got endpoints: latency-svc-4r6hc [749.161355ms] +Sep 17 04:24:36.250: INFO: Created: latency-svc-nqb22 +Sep 17 04:24:36.292: INFO: Got endpoints: latency-svc-psgfb [748.36084ms] +Sep 17 04:24:36.296: INFO: Created: latency-svc-sgx6v +Sep 17 04:24:36.342: INFO: Got endpoints: latency-svc-5rvlv [738.263113ms] +Sep 17 04:24:36.346: INFO: Created: latency-svc-g4hft +Sep 17 04:24:36.391: INFO: Got endpoints: latency-svc-4jrnr [744.357419ms] +Sep 17 04:24:36.396: INFO: Created: latency-svc-96vj5 +Sep 17 04:24:36.442: INFO: Got endpoints: latency-svc-2x77z [746.992311ms] +Sep 17 04:24:36.448: INFO: Created: latency-svc-wmc8r +Sep 17 04:24:36.493: INFO: Got endpoints: latency-svc-khh6w [751.872107ms] +Sep 17 04:24:36.497: INFO: Created: latency-svc-h4lr7 +Sep 17 04:24:36.541: INFO: Got endpoints: latency-svc-rf6tc [749.214791ms] +Sep 17 04:24:36.547: INFO: Created: latency-svc-f78hp +Sep 17 04:24:36.593: INFO: Got endpoints: latency-svc-xpdff [751.539768ms] +Sep 17 04:24:36.598: INFO: Created: latency-svc-4j4j5 +Sep 17 04:24:36.642: INFO: Got endpoints: latency-svc-jh4vq [748.990787ms] +Sep 17 04:24:36.648: INFO: Created: latency-svc-7f2th +Sep 17 04:24:36.691: INFO: Got endpoints: latency-svc-54hqh [748.617229ms] +Sep 17 04:24:36.696: INFO: Created: latency-svc-sc7cr +Sep 17 04:24:36.741: INFO: Got endpoints: latency-svc-d9cq9 [748.648267ms] +Sep 17 04:24:36.749: INFO: Created: latency-svc-9frln +Sep 17 04:24:36.794: INFO: Got endpoints: latency-svc-vb79g [753.086266ms] +Sep 17 04:24:36.800: INFO: Created: latency-svc-ddw5p +Sep 17 04:24:36.844: INFO: Got endpoints: latency-svc-9hxgt [752.612725ms] +Sep 17 04:24:36.849: INFO: Created: latency-svc-s5vr6 +Sep 17 04:24:36.891: INFO: Got endpoints: latency-svc-nb66w [746.582782ms] +Sep 17 04:24:36.896: INFO: Created: latency-svc-ltcz9 +Sep 17 04:24:36.942: INFO: Got endpoints: latency-svc-ms78n [748.650561ms] +Sep 17 04:24:36.946: INFO: Created: latency-svc-pff8x +Sep 17 04:24:36.993: INFO: Got endpoints: latency-svc-nqb22 [752.389789ms] +Sep 17 04:24:36.999: INFO: Created: latency-svc-5ftpv +Sep 17 04:24:37.042: INFO: Got endpoints: latency-svc-sgx6v [750.181496ms] +Sep 17 04:24:37.053: INFO: Created: latency-svc-b9l2k +Sep 17 04:24:37.090: INFO: Got endpoints: latency-svc-g4hft [748.472816ms] +Sep 17 04:24:37.095: INFO: Created: latency-svc-26mmq +Sep 17 04:24:37.142: INFO: Got endpoints: latency-svc-96vj5 [751.590724ms] +Sep 17 04:24:37.146: INFO: Created: latency-svc-ctcv4 +Sep 17 04:24:37.194: INFO: Got endpoints: latency-svc-wmc8r [752.220071ms] +Sep 17 04:24:37.198: INFO: Created: latency-svc-w5gcq +Sep 17 04:24:37.243: INFO: Got endpoints: latency-svc-h4lr7 [749.904448ms] +Sep 17 04:24:37.251: INFO: Created: latency-svc-7zmxk +Sep 17 04:24:37.294: INFO: Got endpoints: latency-svc-f78hp [752.265288ms] +Sep 17 04:24:37.299: INFO: Created: latency-svc-l9s55 +Sep 17 04:24:37.341: INFO: Got endpoints: latency-svc-4j4j5 [747.546911ms] +Sep 17 04:24:37.346: INFO: Created: latency-svc-v48pl +Sep 17 04:24:37.393: INFO: Got endpoints: latency-svc-7f2th [751.160996ms] +Sep 17 04:24:37.397: INFO: Created: latency-svc-hxlwr +Sep 17 04:24:37.443: INFO: Got endpoints: latency-svc-sc7cr [751.971735ms] +Sep 17 04:24:37.454: INFO: Created: latency-svc-wtzx2 +Sep 17 04:24:37.492: INFO: Got endpoints: latency-svc-9frln [750.919997ms] +Sep 17 04:24:37.498: INFO: Created: latency-svc-vq4wp +Sep 17 04:24:37.543: INFO: Got endpoints: latency-svc-ddw5p [748.919687ms] +Sep 17 04:24:37.547: INFO: Created: latency-svc-d8hhj +Sep 17 04:24:37.593: INFO: Got endpoints: latency-svc-s5vr6 [749.018125ms] +Sep 17 04:24:37.598: INFO: Created: latency-svc-77qnw +Sep 17 04:24:37.641: INFO: Got endpoints: latency-svc-ltcz9 [750.169979ms] +Sep 17 04:24:37.647: INFO: Created: latency-svc-xzg52 +Sep 17 04:24:37.692: INFO: Got endpoints: latency-svc-pff8x [749.923697ms] +Sep 17 04:24:37.698: INFO: Created: latency-svc-wrm6t +Sep 17 04:24:37.741: INFO: Got endpoints: latency-svc-5ftpv [747.238395ms] +Sep 17 04:24:37.747: INFO: Created: latency-svc-qfksm +Sep 17 04:24:37.791: INFO: Got endpoints: latency-svc-b9l2k [749.348433ms] +Sep 17 04:24:37.797: INFO: Created: latency-svc-k89wt +Sep 17 04:24:37.841: INFO: Got endpoints: latency-svc-26mmq [751.088084ms] +Sep 17 04:24:37.848: INFO: Created: latency-svc-58vwx +Sep 17 04:24:37.892: INFO: Got endpoints: latency-svc-ctcv4 [749.604527ms] +Sep 17 04:24:37.898: INFO: Created: latency-svc-dgsvz +Sep 17 04:24:37.945: INFO: Got endpoints: latency-svc-w5gcq [751.183802ms] +Sep 17 04:24:37.950: INFO: Created: latency-svc-9c2kn +Sep 17 04:24:37.994: INFO: Got endpoints: latency-svc-7zmxk [750.933562ms] +Sep 17 04:24:37.998: INFO: Created: latency-svc-krq9n +Sep 17 04:24:38.043: INFO: Got endpoints: latency-svc-l9s55 [749.250027ms] +Sep 17 04:24:38.048: INFO: Created: latency-svc-fmgvk +Sep 17 04:24:38.091: INFO: Got endpoints: latency-svc-v48pl [750.226164ms] +Sep 17 04:24:38.097: INFO: Created: latency-svc-x6f52 +Sep 17 04:24:38.142: INFO: Got endpoints: latency-svc-hxlwr [748.719531ms] +Sep 17 04:24:38.146: INFO: Created: latency-svc-k7thn +Sep 17 04:24:38.192: INFO: Got endpoints: latency-svc-wtzx2 [749.106409ms] +Sep 17 04:24:38.198: INFO: Created: latency-svc-khlzn +Sep 17 04:24:38.248: INFO: Got endpoints: latency-svc-vq4wp [756.408589ms] +Sep 17 04:24:38.260: INFO: Created: latency-svc-bbprq +Sep 17 04:24:38.304: INFO: Got endpoints: latency-svc-d8hhj [760.937096ms] +Sep 17 04:24:38.321: INFO: Created: latency-svc-qm2wh +Sep 17 04:24:38.343: INFO: Got endpoints: latency-svc-77qnw [749.696781ms] +Sep 17 04:24:38.352: INFO: Created: latency-svc-2x2n7 +Sep 17 04:24:38.394: INFO: Got endpoints: latency-svc-xzg52 [753.288439ms] +Sep 17 04:24:38.406: INFO: Created: latency-svc-pczlj +Sep 17 04:24:38.452: INFO: Got endpoints: latency-svc-wrm6t [760.203379ms] +Sep 17 04:24:38.461: INFO: Created: latency-svc-qpcsc +Sep 17 04:24:38.495: INFO: Got endpoints: latency-svc-qfksm [754.059577ms] +Sep 17 04:24:38.506: INFO: Created: latency-svc-nlv94 +Sep 17 04:24:38.542: INFO: Got endpoints: latency-svc-k89wt [751.160686ms] +Sep 17 04:24:38.547: INFO: Created: latency-svc-v7mdt +Sep 17 04:24:38.593: INFO: Got endpoints: latency-svc-58vwx [751.715245ms] +Sep 17 04:24:38.604: INFO: Created: latency-svc-rmp8x +Sep 17 04:24:38.644: INFO: Got endpoints: latency-svc-dgsvz [751.928058ms] +Sep 17 04:24:38.654: INFO: Created: latency-svc-4lk9p +Sep 17 04:24:38.691: INFO: Got endpoints: latency-svc-9c2kn [746.286626ms] +Sep 17 04:24:38.697: INFO: Created: latency-svc-8ks8n +Sep 17 04:24:38.743: INFO: Got endpoints: latency-svc-krq9n [749.122536ms] +Sep 17 04:24:38.748: INFO: Created: latency-svc-xzknf +Sep 17 04:24:38.792: INFO: Got endpoints: latency-svc-fmgvk [749.644158ms] +Sep 17 04:24:38.798: INFO: Created: latency-svc-rwgcr +Sep 17 04:24:38.850: INFO: Got endpoints: latency-svc-x6f52 [758.787402ms] +Sep 17 04:24:38.856: INFO: Created: latency-svc-8m66t +Sep 17 04:24:38.895: INFO: Got endpoints: latency-svc-k7thn [753.550188ms] +Sep 17 04:24:38.908: INFO: Created: latency-svc-9b6mr +Sep 17 04:24:38.949: INFO: Got endpoints: latency-svc-khlzn [757.095611ms] +Sep 17 04:24:38.960: INFO: Created: latency-svc-rcjqx +Sep 17 04:24:38.994: INFO: Got endpoints: latency-svc-bbprq [745.013409ms] +Sep 17 04:24:39.005: INFO: Created: latency-svc-7xx7z +Sep 17 04:24:39.042: INFO: Got endpoints: latency-svc-qm2wh [738.182408ms] +Sep 17 04:24:39.047: INFO: Created: latency-svc-w8bz9 +Sep 17 04:24:39.091: INFO: Got endpoints: latency-svc-2x2n7 [748.469634ms] +Sep 17 04:24:39.098: INFO: Created: latency-svc-dcxp9 +Sep 17 04:24:39.141: INFO: Got endpoints: latency-svc-pczlj [746.166802ms] +Sep 17 04:24:39.146: INFO: Created: latency-svc-df25h +Sep 17 04:24:39.191: INFO: Got endpoints: latency-svc-qpcsc [738.955867ms] +Sep 17 04:24:39.197: INFO: Created: latency-svc-mtcpv +Sep 17 04:24:39.242: INFO: Got endpoints: latency-svc-nlv94 [746.752113ms] +Sep 17 04:24:39.250: INFO: Created: latency-svc-rjffr +Sep 17 04:24:39.290: INFO: Got endpoints: latency-svc-v7mdt [747.975066ms] +Sep 17 04:24:39.298: INFO: Created: latency-svc-mplhw +Sep 17 04:24:39.345: INFO: Got endpoints: latency-svc-rmp8x [752.135065ms] +Sep 17 04:24:39.356: INFO: Created: latency-svc-x4fhx +Sep 17 04:24:39.392: INFO: Got endpoints: latency-svc-4lk9p [748.01686ms] +Sep 17 04:24:39.398: INFO: Created: latency-svc-7sb7r +Sep 17 04:24:39.443: INFO: Got endpoints: latency-svc-8ks8n [751.29972ms] +Sep 17 04:24:39.447: INFO: Created: latency-svc-vbtjl +Sep 17 04:24:39.492: INFO: Got endpoints: latency-svc-xzknf [748.910418ms] +Sep 17 04:24:39.498: INFO: Created: latency-svc-kcgtd +Sep 17 04:24:39.541: INFO: Got endpoints: latency-svc-rwgcr [747.966861ms] +Sep 17 04:24:39.547: INFO: Created: latency-svc-l4gwd +Sep 17 04:24:39.591: INFO: Got endpoints: latency-svc-8m66t [741.107206ms] +Sep 17 04:24:39.598: INFO: Created: latency-svc-q7hhk +Sep 17 04:24:39.643: INFO: Got endpoints: latency-svc-9b6mr [747.496673ms] +Sep 17 04:24:39.648: INFO: Created: latency-svc-7774z +Sep 17 04:24:39.694: INFO: Got endpoints: latency-svc-rcjqx [744.567185ms] +Sep 17 04:24:39.699: INFO: Created: latency-svc-74p5v +Sep 17 04:24:39.741: INFO: Got endpoints: latency-svc-7xx7z [747.217479ms] +Sep 17 04:24:39.748: INFO: Created: latency-svc-zv7sk +Sep 17 04:24:39.793: INFO: Got endpoints: latency-svc-w8bz9 [750.201063ms] +Sep 17 04:24:39.797: INFO: Created: latency-svc-n7xvp +Sep 17 04:24:39.841: INFO: Got endpoints: latency-svc-dcxp9 [750.304876ms] +Sep 17 04:24:39.848: INFO: Created: latency-svc-cn8zb +Sep 17 04:24:39.893: INFO: Got endpoints: latency-svc-df25h [752.237222ms] +Sep 17 04:24:39.897: INFO: Created: latency-svc-mjs97 +Sep 17 04:24:39.943: INFO: Got endpoints: latency-svc-mtcpv [751.924855ms] +Sep 17 04:24:39.949: INFO: Created: latency-svc-zhw9n +Sep 17 04:24:39.992: INFO: Got endpoints: latency-svc-rjffr [750.862321ms] +Sep 17 04:24:39.998: INFO: Created: latency-svc-8sj4d +Sep 17 04:24:40.042: INFO: Got endpoints: latency-svc-mplhw [751.621344ms] +Sep 17 04:24:40.047: INFO: Created: latency-svc-cbg9f +Sep 17 04:24:40.094: INFO: Got endpoints: latency-svc-x4fhx [748.197411ms] +Sep 17 04:24:40.100: INFO: Created: latency-svc-qs9sw +Sep 17 04:24:40.141: INFO: Got endpoints: latency-svc-7sb7r [749.473141ms] +Sep 17 04:24:40.146: INFO: Created: latency-svc-qj9fw +Sep 17 04:24:40.193: INFO: Got endpoints: latency-svc-vbtjl [750.305016ms] +Sep 17 04:24:40.197: INFO: Created: latency-svc-55wk5 +Sep 17 04:24:40.240: INFO: Got endpoints: latency-svc-kcgtd [748.526932ms] +Sep 17 04:24:40.247: INFO: Created: latency-svc-dc6ql +Sep 17 04:24:40.293: INFO: Got endpoints: latency-svc-l4gwd [752.121517ms] +Sep 17 04:24:40.297: INFO: Created: latency-svc-b7nt9 +Sep 17 04:24:40.343: INFO: Got endpoints: latency-svc-q7hhk [751.569833ms] +Sep 17 04:24:40.347: INFO: Created: latency-svc-wjzrs +Sep 17 04:24:40.394: INFO: Got endpoints: latency-svc-7774z [750.877714ms] +Sep 17 04:24:40.400: INFO: Created: latency-svc-kqlwc +Sep 17 04:24:40.442: INFO: Got endpoints: latency-svc-74p5v [748.109862ms] +Sep 17 04:24:40.446: INFO: Created: latency-svc-pbf5s +Sep 17 04:24:40.492: INFO: Got endpoints: latency-svc-zv7sk [750.993597ms] +Sep 17 04:24:40.498: INFO: Created: latency-svc-7s5p6 +Sep 17 04:24:40.541: INFO: Got endpoints: latency-svc-n7xvp [748.64507ms] +Sep 17 04:24:40.546: INFO: Created: latency-svc-8gnbq +Sep 17 04:24:40.593: INFO: Got endpoints: latency-svc-cn8zb [751.21831ms] +Sep 17 04:24:40.597: INFO: Created: latency-svc-q6q5b +Sep 17 04:24:40.642: INFO: Got endpoints: latency-svc-mjs97 [749.49795ms] +Sep 17 04:24:40.656: INFO: Created: latency-svc-8hmb2 +Sep 17 04:24:40.692: INFO: Got endpoints: latency-svc-zhw9n [749.001587ms] +Sep 17 04:24:40.697: INFO: Created: latency-svc-jq6kx +Sep 17 04:24:40.743: INFO: Got endpoints: latency-svc-8sj4d [750.185662ms] +Sep 17 04:24:40.748: INFO: Created: latency-svc-l9spz +Sep 17 04:24:40.793: INFO: Got endpoints: latency-svc-cbg9f [750.829473ms] +Sep 17 04:24:40.799: INFO: Created: latency-svc-zqnzc +Sep 17 04:24:40.842: INFO: Got endpoints: latency-svc-qs9sw [748.199025ms] +Sep 17 04:24:40.847: INFO: Created: latency-svc-xsw7f +Sep 17 04:24:40.892: INFO: Got endpoints: latency-svc-qj9fw [750.280953ms] +Sep 17 04:24:40.897: INFO: Created: latency-svc-27wmb +Sep 17 04:24:40.941: INFO: Got endpoints: latency-svc-55wk5 [747.818872ms] +Sep 17 04:24:40.946: INFO: Created: latency-svc-tgwfs +Sep 17 04:24:40.994: INFO: Got endpoints: latency-svc-dc6ql [753.529634ms] +Sep 17 04:24:40.999: INFO: Created: latency-svc-dfbz7 +Sep 17 04:24:41.041: INFO: Got endpoints: latency-svc-b7nt9 [748.677796ms] +Sep 17 04:24:41.048: INFO: Created: latency-svc-cm9z8 +Sep 17 04:24:41.091: INFO: Got endpoints: latency-svc-wjzrs [748.765872ms] +Sep 17 04:24:41.096: INFO: Created: latency-svc-knj8p +Sep 17 04:24:41.145: INFO: Got endpoints: latency-svc-kqlwc [751.070676ms] +Sep 17 04:24:41.150: INFO: Created: latency-svc-8tv5f +Sep 17 04:24:41.191: INFO: Got endpoints: latency-svc-pbf5s [749.423428ms] +Sep 17 04:24:41.201: INFO: Created: latency-svc-4qxt8 +Sep 17 04:24:41.244: INFO: Got endpoints: latency-svc-7s5p6 [751.751012ms] +Sep 17 04:24:41.248: INFO: Created: latency-svc-vkmgj +Sep 17 04:24:41.292: INFO: Got endpoints: latency-svc-8gnbq [751.041353ms] +Sep 17 04:24:41.297: INFO: Created: latency-svc-cfknr +Sep 17 04:24:41.341: INFO: Got endpoints: latency-svc-q6q5b [748.226697ms] +Sep 17 04:24:41.347: INFO: Created: latency-svc-7pmbz +Sep 17 04:24:41.391: INFO: Got endpoints: latency-svc-8hmb2 [748.172125ms] +Sep 17 04:24:41.396: INFO: Created: latency-svc-ppfxm +Sep 17 04:24:41.443: INFO: Got endpoints: latency-svc-jq6kx [750.27314ms] +Sep 17 04:24:41.449: INFO: Created: latency-svc-n6cgw +Sep 17 04:24:41.492: INFO: Got endpoints: latency-svc-l9spz [749.200195ms] +Sep 17 04:24:41.497: INFO: Created: latency-svc-zzcb9 +Sep 17 04:24:41.542: INFO: Got endpoints: latency-svc-zqnzc [749.376839ms] +Sep 17 04:24:41.548: INFO: Created: latency-svc-865cl +Sep 17 04:24:41.590: INFO: Got endpoints: latency-svc-xsw7f [748.409768ms] +Sep 17 04:24:41.596: INFO: Created: latency-svc-gcfnl +Sep 17 04:24:41.642: INFO: Got endpoints: latency-svc-27wmb [749.916209ms] +Sep 17 04:24:41.650: INFO: Created: latency-svc-62p97 +Sep 17 04:24:41.695: INFO: Got endpoints: latency-svc-tgwfs [753.516936ms] +Sep 17 04:24:41.702: INFO: Created: latency-svc-5vvp8 +Sep 17 04:24:41.740: INFO: Got endpoints: latency-svc-dfbz7 [746.436652ms] +Sep 17 04:24:41.747: INFO: Created: latency-svc-kxt8q +Sep 17 04:24:41.792: INFO: Got endpoints: latency-svc-cm9z8 [750.270902ms] +Sep 17 04:24:41.797: INFO: Created: latency-svc-nm427 +Sep 17 04:24:41.842: INFO: Got endpoints: latency-svc-knj8p [750.739378ms] +Sep 17 04:24:41.850: INFO: Created: latency-svc-bsh2b +Sep 17 04:24:41.892: INFO: Got endpoints: latency-svc-8tv5f [746.896985ms] +Sep 17 04:24:41.898: INFO: Created: latency-svc-b8bpt +Sep 17 04:24:41.942: INFO: Got endpoints: latency-svc-4qxt8 [750.257927ms] +Sep 17 04:24:41.946: INFO: Created: latency-svc-jdst4 +Sep 17 04:24:41.992: INFO: Got endpoints: latency-svc-vkmgj [747.997273ms] +Sep 17 04:24:41.997: INFO: Created: latency-svc-vxsk6 +Sep 17 04:24:42.042: INFO: Got endpoints: latency-svc-cfknr [750.074656ms] +Sep 17 04:24:42.049: INFO: Created: latency-svc-5q5m4 +Sep 17 04:24:42.092: INFO: Got endpoints: latency-svc-7pmbz [750.61796ms] +Sep 17 04:24:42.097: INFO: Created: latency-svc-nvhfv +Sep 17 04:24:42.145: INFO: Got endpoints: latency-svc-ppfxm [754.823537ms] +Sep 17 04:24:42.150: INFO: Created: latency-svc-84zft +Sep 17 04:24:42.196: INFO: Got endpoints: latency-svc-n6cgw [753.446385ms] +Sep 17 04:24:42.201: INFO: Created: latency-svc-tznmp +Sep 17 04:24:42.244: INFO: Got endpoints: latency-svc-zzcb9 [752.173941ms] +Sep 17 04:24:42.251: INFO: Created: latency-svc-qjd7w +Sep 17 04:24:42.291: INFO: Got endpoints: latency-svc-865cl [748.540805ms] +Sep 17 04:24:42.347: INFO: Got endpoints: latency-svc-gcfnl [756.164898ms] +Sep 17 04:24:42.391: INFO: Got endpoints: latency-svc-62p97 [749.451955ms] +Sep 17 04:24:42.444: INFO: Got endpoints: latency-svc-5vvp8 [749.181431ms] +Sep 17 04:24:42.491: INFO: Got endpoints: latency-svc-kxt8q [750.549585ms] +Sep 17 04:24:42.542: INFO: Got endpoints: latency-svc-nm427 [750.259863ms] +Sep 17 04:24:42.592: INFO: Got endpoints: latency-svc-bsh2b [749.711816ms] +Sep 17 04:24:42.641: INFO: Got endpoints: latency-svc-b8bpt [749.25217ms] +Sep 17 04:24:42.690: INFO: Got endpoints: latency-svc-jdst4 [748.759574ms] +Sep 17 04:24:42.741: INFO: Got endpoints: latency-svc-vxsk6 [748.980349ms] +Sep 17 04:24:42.792: INFO: Got endpoints: latency-svc-5q5m4 [749.191587ms] +Sep 17 04:24:42.842: INFO: Got endpoints: latency-svc-nvhfv [750.453085ms] +Sep 17 04:24:42.892: INFO: Got endpoints: latency-svc-84zft [746.500446ms] +Sep 17 04:24:42.941: INFO: Got endpoints: latency-svc-tznmp [745.286302ms] +Sep 17 04:24:42.992: INFO: Got endpoints: latency-svc-qjd7w [747.591774ms] +Sep 17 04:24:42.992: INFO: Latencies: [19.613917ms 32.207381ms 48.056863ms 51.707207ms 60.312856ms 72.888912ms 81.470181ms 82.693066ms 84.588826ms 87.901622ms 91.065906ms 91.580097ms 94.176462ms 95.882251ms 113.858708ms 115.267384ms 117.229619ms 117.377899ms 117.55643ms 122.770739ms 123.004727ms 123.393478ms 123.651854ms 124.51206ms 128.318328ms 137.317949ms 137.416175ms 144.690165ms 150.703095ms 150.977832ms 150.998398ms 151.400766ms 162.449798ms 163.048765ms 166.536664ms 177.030003ms 181.612252ms 216.463602ms 261.882374ms 311.178829ms 362.317618ms 379.921991ms 430.030579ms 481.456107ms 530.181717ms 580.987455ms 613.893691ms 663.601325ms 714.74275ms 738.182408ms 738.263113ms 738.955867ms 741.107206ms 744.328387ms 744.357419ms 744.567185ms 745.013409ms 745.286302ms 746.166802ms 746.286626ms 746.436652ms 746.500446ms 746.582782ms 746.752113ms 746.896985ms 746.992311ms 747.217479ms 747.238395ms 747.496673ms 747.546911ms 747.591774ms 747.818872ms 747.966861ms 747.975066ms 747.997273ms 748.01686ms 748.109862ms 748.172125ms 748.197411ms 748.199025ms 748.226697ms 748.36084ms 748.409768ms 748.469634ms 748.472816ms 748.526932ms 748.540805ms 748.617229ms 748.64507ms 748.648267ms 748.650561ms 748.677796ms 748.719531ms 748.759574ms 748.765872ms 748.769835ms 748.910418ms 748.919687ms 748.980349ms 748.990787ms 749.001587ms 749.018125ms 749.106409ms 749.122536ms 749.161355ms 749.181431ms 749.184526ms 749.191587ms 749.200195ms 749.214791ms 749.250027ms 749.25217ms 749.348433ms 749.376839ms 749.389895ms 749.423428ms 749.451955ms 749.473141ms 749.49795ms 749.604527ms 749.644158ms 749.672466ms 749.696781ms 749.711816ms 749.771679ms 749.777736ms 749.904448ms 749.916209ms 749.923697ms 750.074656ms 750.169979ms 750.181496ms 750.185662ms 750.201063ms 750.226164ms 750.257927ms 750.259863ms 750.270902ms 750.27314ms 750.280953ms 750.297848ms 750.304876ms 750.305016ms 750.453085ms 750.549585ms 750.61796ms 750.739378ms 750.816094ms 750.829473ms 750.862321ms 750.877714ms 750.919997ms 750.933562ms 750.993597ms 751.041353ms 751.070676ms 751.088084ms 751.160686ms 751.160996ms 751.183802ms 751.21831ms 751.29972ms 751.539768ms 751.569833ms 751.590724ms 751.621344ms 751.671014ms 751.715245ms 751.751012ms 751.872107ms 751.924855ms 751.928058ms 751.971735ms 752.121517ms 752.135065ms 752.173941ms 752.220071ms 752.237222ms 752.265288ms 752.389789ms 752.511677ms 752.574158ms 752.612725ms 753.003278ms 753.086266ms 753.288439ms 753.446385ms 753.504064ms 753.516936ms 753.529634ms 753.550188ms 754.059577ms 754.823537ms 756.164898ms 756.408589ms 757.095611ms 758.787402ms 760.203379ms 760.783866ms 760.937096ms] +Sep 17 04:24:42.992: INFO: 50 %ile: 749.001587ms +Sep 17 04:24:42.992: INFO: 90 %ile: 752.511677ms +Sep 17 04:24:42.992: INFO: 99 %ile: 760.783866ms +Sep 17 04:24:42.992: INFO: Total sample count: 200 +[AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:187 +Sep 17 04:24:42.992: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svc-latency-5583" for this suite. 09/17/22 04:24:42.997 +{"msg":"PASSED [sig-network] Service endpoints latency should not be very high [Conformance]","completed":104,"skipped":2115,"failed":0} +------------------------------ +• [SLOW TEST] [9.739 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:33.261 + Sep 17 04:24:33.261: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename svc-latency 09/17/22 04:24:33.261 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:33.275 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:33.277 + [It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 + Sep 17 04:24:33.278: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: creating replication controller svc-latency-rc in namespace svc-latency-5583 09/17/22 04:24:33.278 + I0917 04:24:33.281188 20 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-5583, replica count: 1 + I0917 04:24:34.332036 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 + Sep 17 04:24:34.438: INFO: Created: latency-svc-cntmd + Sep 17 04:24:34.442: INFO: Got endpoints: latency-svc-cntmd [10.270499ms] + Sep 17 04:24:34.459: INFO: Created: latency-svc-ksg6p + Sep 17 04:24:34.462: INFO: Got endpoints: latency-svc-ksg6p [19.613917ms] + Sep 17 04:24:34.475: INFO: Created: latency-svc-ql4rl + Sep 17 04:24:34.475: INFO: Got endpoints: latency-svc-ql4rl [32.207381ms] + Sep 17 04:24:34.485: INFO: Created: latency-svc-psnvw + Sep 17 04:24:34.491: INFO: Got endpoints: latency-svc-psnvw [48.056863ms] + Sep 17 04:24:34.520: INFO: Created: latency-svc-2w5c5 + Sep 17 04:24:34.528: INFO: Created: latency-svc-mk6hr + Sep 17 04:24:34.528: INFO: Created: latency-svc-zgwqn + Sep 17 04:24:34.528: INFO: Created: latency-svc-44pgx + Sep 17 04:24:34.528: INFO: Created: latency-svc-gv4wf + Sep 17 04:24:34.528: INFO: Created: latency-svc-pv2cb + Sep 17 04:24:34.528: INFO: Created: latency-svc-cpfk6 + Sep 17 04:24:34.528: INFO: Created: latency-svc-plrnh + Sep 17 04:24:34.528: INFO: Created: latency-svc-gz5m4 + Sep 17 04:24:34.528: INFO: Created: latency-svc-4vtk6 + Sep 17 04:24:34.528: INFO: Created: latency-svc-6g4hc + Sep 17 04:24:34.528: INFO: Created: latency-svc-2g678 + Sep 17 04:24:34.528: INFO: Created: latency-svc-8l775 + Sep 17 04:24:34.528: INFO: Created: latency-svc-7f9v8 + Sep 17 04:24:34.528: INFO: Created: latency-svc-qrtbj + Sep 17 04:24:34.535: INFO: Got endpoints: latency-svc-6g4hc [72.888912ms] + Sep 17 04:24:34.537: INFO: Got endpoints: latency-svc-2w5c5 [94.176462ms] + Sep 17 04:24:34.542: INFO: Got endpoints: latency-svc-zgwqn [51.707207ms] + Sep 17 04:24:34.558: INFO: Got endpoints: latency-svc-mk6hr [115.267384ms] + Sep 17 04:24:34.564: INFO: Created: latency-svc-6s2s7 + Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-plrnh [122.770739ms] + Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-44pgx [123.004727ms] + Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-cpfk6 [123.393478ms] + Sep 17 04:24:34.566: INFO: Got endpoints: latency-svc-gv4wf [123.651854ms] + Sep 17 04:24:34.580: INFO: Got endpoints: latency-svc-8l775 [137.317949ms] + Sep 17 04:24:34.581: INFO: Created: latency-svc-4dkcz + Sep 17 04:24:34.593: INFO: Got endpoints: latency-svc-7f9v8 [150.977832ms] + Sep 17 04:24:34.594: INFO: Got endpoints: latency-svc-gz5m4 [150.703095ms] + Sep 17 04:24:34.594: INFO: Got endpoints: latency-svc-qrtbj [150.998398ms] + Sep 17 04:24:34.594: INFO: Got endpoints: latency-svc-4vtk6 [151.400766ms] + Sep 17 04:24:34.603: INFO: Got endpoints: latency-svc-2g678 [128.318328ms] + Sep 17 04:24:34.620: INFO: Got endpoints: latency-svc-pv2cb [177.030003ms] + Sep 17 04:24:34.620: INFO: Got endpoints: latency-svc-4dkcz [82.693066ms] + Sep 17 04:24:34.620: INFO: Got endpoints: latency-svc-6s2s7 [84.588826ms] + Sep 17 04:24:34.646: INFO: Created: latency-svc-nhg7c + Sep 17 04:24:34.646: INFO: Got endpoints: latency-svc-nhg7c [87.901622ms] + Sep 17 04:24:34.659: INFO: Created: latency-svc-jlzqd + Sep 17 04:24:34.659: INFO: Created: latency-svc-zqkr8 + Sep 17 04:24:34.659: INFO: Created: latency-svc-8h9bq + Sep 17 04:24:34.659: INFO: Created: latency-svc-bkxf7 + Sep 17 04:24:34.659: INFO: Created: latency-svc-fq8ld + Sep 17 04:24:34.659: INFO: Created: latency-svc-nzmt2 + Sep 17 04:24:34.663: INFO: Created: latency-svc-gx5dv + Sep 17 04:24:34.663: INFO: Created: latency-svc-mm9xz + Sep 17 04:24:34.663: INFO: Created: latency-svc-9skzb + Sep 17 04:24:34.663: INFO: Created: latency-svc-msn7s + Sep 17 04:24:34.663: INFO: Created: latency-svc-fmbzr + Sep 17 04:24:34.663: INFO: Created: latency-svc-tdmzw + Sep 17 04:24:34.663: INFO: Created: latency-svc-5m596 + Sep 17 04:24:34.663: INFO: Created: latency-svc-qwf7r + Sep 17 04:24:34.671: INFO: Created: latency-svc-p5pnd + Sep 17 04:24:34.676: INFO: Got endpoints: latency-svc-bkxf7 [81.470181ms] + Sep 17 04:24:34.676: INFO: Got endpoints: latency-svc-fq8ld [95.882251ms] + Sep 17 04:24:34.680: INFO: Got endpoints: latency-svc-8h9bq [113.858708ms] + Sep 17 04:24:34.680: INFO: Got endpoints: latency-svc-nzmt2 [137.416175ms] + Sep 17 04:24:34.680: INFO: Got endpoints: latency-svc-jlzqd [60.312856ms] + Sep 17 04:24:34.705: INFO: Created: latency-svc-zvbtf + Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-mm9xz [91.065906ms] + Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-zqkr8 [117.55643ms] + Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-gx5dv [91.580097ms] + Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-9skzb [117.377899ms] + Sep 17 04:24:34.711: INFO: Got endpoints: latency-svc-qwf7r [117.229619ms] + Sep 17 04:24:34.712: INFO: Created: latency-svc-dxk82 + Sep 17 04:24:34.728: INFO: Got endpoints: latency-svc-fmbzr [124.51206ms] + Sep 17 04:24:34.728: INFO: Got endpoints: latency-svc-5m596 [162.449798ms] + Sep 17 04:24:34.729: INFO: Got endpoints: latency-svc-tdmzw [163.048765ms] + Sep 17 04:24:34.735: INFO: Created: latency-svc-tx4gq + Sep 17 04:24:34.736: INFO: Created: latency-svc-j585n + Sep 17 04:24:34.745: INFO: Created: latency-svc-dmw7d + Sep 17 04:24:34.747: INFO: Got endpoints: latency-svc-msn7s [181.612252ms] + Sep 17 04:24:34.748: INFO: Created: latency-svc-fg4k6 + Sep 17 04:24:34.753: INFO: Created: latency-svc-c6nv8 + Sep 17 04:24:34.757: INFO: Created: latency-svc-m67kd + Sep 17 04:24:34.758: INFO: Created: latency-svc-8dtgw + Sep 17 04:24:34.761: INFO: Created: latency-svc-gt5n6 + Sep 17 04:24:34.764: INFO: Created: latency-svc-mvxz2 + Sep 17 04:24:34.765: INFO: Created: latency-svc-bmm2w + Sep 17 04:24:34.768: INFO: Created: latency-svc-rjpqp + Sep 17 04:24:34.770: INFO: Created: latency-svc-87dmc + Sep 17 04:24:34.791: INFO: Got endpoints: latency-svc-p5pnd [144.690165ms] + Sep 17 04:24:34.799: INFO: Created: latency-svc-rh822 + Sep 17 04:24:34.843: INFO: Got endpoints: latency-svc-zvbtf [166.536664ms] + Sep 17 04:24:34.849: INFO: Created: latency-svc-9prp7 + Sep 17 04:24:34.893: INFO: Got endpoints: latency-svc-dxk82 [216.463602ms] + Sep 17 04:24:34.897: INFO: Created: latency-svc-8h5vg + Sep 17 04:24:34.942: INFO: Got endpoints: latency-svc-tx4gq [261.882374ms] + Sep 17 04:24:34.946: INFO: Created: latency-svc-zl6j7 + Sep 17 04:24:34.991: INFO: Got endpoints: latency-svc-j585n [311.178829ms] + Sep 17 04:24:34.996: INFO: Created: latency-svc-bl4s6 + Sep 17 04:24:35.042: INFO: Got endpoints: latency-svc-dmw7d [362.317618ms] + Sep 17 04:24:35.047: INFO: Created: latency-svc-b6q29 + Sep 17 04:24:35.091: INFO: Got endpoints: latency-svc-fg4k6 [379.921991ms] + Sep 17 04:24:35.099: INFO: Created: latency-svc-dxhzq + Sep 17 04:24:35.141: INFO: Got endpoints: latency-svc-c6nv8 [430.030579ms] + Sep 17 04:24:35.147: INFO: Created: latency-svc-d4glz + Sep 17 04:24:35.193: INFO: Got endpoints: latency-svc-m67kd [481.456107ms] + Sep 17 04:24:35.200: INFO: Created: latency-svc-sx4g5 + Sep 17 04:24:35.241: INFO: Got endpoints: latency-svc-8dtgw [530.181717ms] + Sep 17 04:24:35.245: INFO: Created: latency-svc-2rdld + Sep 17 04:24:35.292: INFO: Got endpoints: latency-svc-gt5n6 [580.987455ms] + Sep 17 04:24:35.297: INFO: Created: latency-svc-rpxh5 + Sep 17 04:24:35.342: INFO: Got endpoints: latency-svc-mvxz2 [613.893691ms] + Sep 17 04:24:35.347: INFO: Created: latency-svc-gmgw6 + Sep 17 04:24:35.392: INFO: Got endpoints: latency-svc-bmm2w [663.601325ms] + Sep 17 04:24:35.396: INFO: Created: latency-svc-kfrnt + Sep 17 04:24:35.444: INFO: Got endpoints: latency-svc-rjpqp [714.74275ms] + Sep 17 04:24:35.450: INFO: Created: latency-svc-qgqwl + Sep 17 04:24:35.492: INFO: Got endpoints: latency-svc-87dmc [744.328387ms] + Sep 17 04:24:35.504: INFO: Created: latency-svc-4r6hc + Sep 17 04:24:35.543: INFO: Got endpoints: latency-svc-rh822 [752.511677ms] + Sep 17 04:24:35.567: INFO: Created: latency-svc-psgfb + Sep 17 04:24:35.603: INFO: Got endpoints: latency-svc-9prp7 [760.783866ms] + Sep 17 04:24:35.615: INFO: Created: latency-svc-5rvlv + Sep 17 04:24:35.646: INFO: Got endpoints: latency-svc-8h5vg [753.504064ms] + Sep 17 04:24:35.652: INFO: Created: latency-svc-4jrnr + Sep 17 04:24:35.695: INFO: Got endpoints: latency-svc-zl6j7 [753.003278ms] + Sep 17 04:24:35.701: INFO: Created: latency-svc-2x77z + Sep 17 04:24:35.741: INFO: Got endpoints: latency-svc-bl4s6 [749.672466ms] + Sep 17 04:24:35.748: INFO: Created: latency-svc-khh6w + Sep 17 04:24:35.792: INFO: Got endpoints: latency-svc-b6q29 [749.771679ms] + Sep 17 04:24:35.797: INFO: Created: latency-svc-rf6tc + Sep 17 04:24:35.842: INFO: Got endpoints: latency-svc-dxhzq [750.297848ms] + Sep 17 04:24:35.848: INFO: Created: latency-svc-xpdff + Sep 17 04:24:35.893: INFO: Got endpoints: latency-svc-d4glz [751.671014ms] + Sep 17 04:24:35.898: INFO: Created: latency-svc-jh4vq + Sep 17 04:24:35.942: INFO: Got endpoints: latency-svc-sx4g5 [749.389895ms] + Sep 17 04:24:35.948: INFO: Created: latency-svc-54hqh + Sep 17 04:24:35.992: INFO: Got endpoints: latency-svc-2rdld [750.816094ms] + Sep 17 04:24:35.997: INFO: Created: latency-svc-d9cq9 + Sep 17 04:24:36.041: INFO: Got endpoints: latency-svc-rpxh5 [748.769835ms] + Sep 17 04:24:36.048: INFO: Created: latency-svc-vb79g + Sep 17 04:24:36.091: INFO: Got endpoints: latency-svc-gmgw6 [749.184526ms] + Sep 17 04:24:36.098: INFO: Created: latency-svc-9hxgt + Sep 17 04:24:36.144: INFO: Got endpoints: latency-svc-kfrnt [752.574158ms] + Sep 17 04:24:36.149: INFO: Created: latency-svc-nb66w + Sep 17 04:24:36.193: INFO: Got endpoints: latency-svc-qgqwl [749.777736ms] + Sep 17 04:24:36.198: INFO: Created: latency-svc-ms78n + Sep 17 04:24:36.241: INFO: Got endpoints: latency-svc-4r6hc [749.161355ms] + Sep 17 04:24:36.250: INFO: Created: latency-svc-nqb22 + Sep 17 04:24:36.292: INFO: Got endpoints: latency-svc-psgfb [748.36084ms] + Sep 17 04:24:36.296: INFO: Created: latency-svc-sgx6v + Sep 17 04:24:36.342: INFO: Got endpoints: latency-svc-5rvlv [738.263113ms] + Sep 17 04:24:36.346: INFO: Created: latency-svc-g4hft + Sep 17 04:24:36.391: INFO: Got endpoints: latency-svc-4jrnr [744.357419ms] + Sep 17 04:24:36.396: INFO: Created: latency-svc-96vj5 + Sep 17 04:24:36.442: INFO: Got endpoints: latency-svc-2x77z [746.992311ms] + Sep 17 04:24:36.448: INFO: Created: latency-svc-wmc8r + Sep 17 04:24:36.493: INFO: Got endpoints: latency-svc-khh6w [751.872107ms] + Sep 17 04:24:36.497: INFO: Created: latency-svc-h4lr7 + Sep 17 04:24:36.541: INFO: Got endpoints: latency-svc-rf6tc [749.214791ms] + Sep 17 04:24:36.547: INFO: Created: latency-svc-f78hp + Sep 17 04:24:36.593: INFO: Got endpoints: latency-svc-xpdff [751.539768ms] + Sep 17 04:24:36.598: INFO: Created: latency-svc-4j4j5 + Sep 17 04:24:36.642: INFO: Got endpoints: latency-svc-jh4vq [748.990787ms] + Sep 17 04:24:36.648: INFO: Created: latency-svc-7f2th + Sep 17 04:24:36.691: INFO: Got endpoints: latency-svc-54hqh [748.617229ms] + Sep 17 04:24:36.696: INFO: Created: latency-svc-sc7cr + Sep 17 04:24:36.741: INFO: Got endpoints: latency-svc-d9cq9 [748.648267ms] + Sep 17 04:24:36.749: INFO: Created: latency-svc-9frln + Sep 17 04:24:36.794: INFO: Got endpoints: latency-svc-vb79g [753.086266ms] + Sep 17 04:24:36.800: INFO: Created: latency-svc-ddw5p + Sep 17 04:24:36.844: INFO: Got endpoints: latency-svc-9hxgt [752.612725ms] + Sep 17 04:24:36.849: INFO: Created: latency-svc-s5vr6 + Sep 17 04:24:36.891: INFO: Got endpoints: latency-svc-nb66w [746.582782ms] + Sep 17 04:24:36.896: INFO: Created: latency-svc-ltcz9 + Sep 17 04:24:36.942: INFO: Got endpoints: latency-svc-ms78n [748.650561ms] + Sep 17 04:24:36.946: INFO: Created: latency-svc-pff8x + Sep 17 04:24:36.993: INFO: Got endpoints: latency-svc-nqb22 [752.389789ms] + Sep 17 04:24:36.999: INFO: Created: latency-svc-5ftpv + Sep 17 04:24:37.042: INFO: Got endpoints: latency-svc-sgx6v [750.181496ms] + Sep 17 04:24:37.053: INFO: Created: latency-svc-b9l2k + Sep 17 04:24:37.090: INFO: Got endpoints: latency-svc-g4hft [748.472816ms] + Sep 17 04:24:37.095: INFO: Created: latency-svc-26mmq + Sep 17 04:24:37.142: INFO: Got endpoints: latency-svc-96vj5 [751.590724ms] + Sep 17 04:24:37.146: INFO: Created: latency-svc-ctcv4 + Sep 17 04:24:37.194: INFO: Got endpoints: latency-svc-wmc8r [752.220071ms] + Sep 17 04:24:37.198: INFO: Created: latency-svc-w5gcq + Sep 17 04:24:37.243: INFO: Got endpoints: latency-svc-h4lr7 [749.904448ms] + Sep 17 04:24:37.251: INFO: Created: latency-svc-7zmxk + Sep 17 04:24:37.294: INFO: Got endpoints: latency-svc-f78hp [752.265288ms] + Sep 17 04:24:37.299: INFO: Created: latency-svc-l9s55 + Sep 17 04:24:37.341: INFO: Got endpoints: latency-svc-4j4j5 [747.546911ms] + Sep 17 04:24:37.346: INFO: Created: latency-svc-v48pl + Sep 17 04:24:37.393: INFO: Got endpoints: latency-svc-7f2th [751.160996ms] + Sep 17 04:24:37.397: INFO: Created: latency-svc-hxlwr + Sep 17 04:24:37.443: INFO: Got endpoints: latency-svc-sc7cr [751.971735ms] + Sep 17 04:24:37.454: INFO: Created: latency-svc-wtzx2 + Sep 17 04:24:37.492: INFO: Got endpoints: latency-svc-9frln [750.919997ms] + Sep 17 04:24:37.498: INFO: Created: latency-svc-vq4wp + Sep 17 04:24:37.543: INFO: Got endpoints: latency-svc-ddw5p [748.919687ms] + Sep 17 04:24:37.547: INFO: Created: latency-svc-d8hhj + Sep 17 04:24:37.593: INFO: Got endpoints: latency-svc-s5vr6 [749.018125ms] + Sep 17 04:24:37.598: INFO: Created: latency-svc-77qnw + Sep 17 04:24:37.641: INFO: Got endpoints: latency-svc-ltcz9 [750.169979ms] + Sep 17 04:24:37.647: INFO: Created: latency-svc-xzg52 + Sep 17 04:24:37.692: INFO: Got endpoints: latency-svc-pff8x [749.923697ms] + Sep 17 04:24:37.698: INFO: Created: latency-svc-wrm6t + Sep 17 04:24:37.741: INFO: Got endpoints: latency-svc-5ftpv [747.238395ms] + Sep 17 04:24:37.747: INFO: Created: latency-svc-qfksm + Sep 17 04:24:37.791: INFO: Got endpoints: latency-svc-b9l2k [749.348433ms] + Sep 17 04:24:37.797: INFO: Created: latency-svc-k89wt + Sep 17 04:24:37.841: INFO: Got endpoints: latency-svc-26mmq [751.088084ms] + Sep 17 04:24:37.848: INFO: Created: latency-svc-58vwx + Sep 17 04:24:37.892: INFO: Got endpoints: latency-svc-ctcv4 [749.604527ms] + Sep 17 04:24:37.898: INFO: Created: latency-svc-dgsvz + Sep 17 04:24:37.945: INFO: Got endpoints: latency-svc-w5gcq [751.183802ms] + Sep 17 04:24:37.950: INFO: Created: latency-svc-9c2kn + Sep 17 04:24:37.994: INFO: Got endpoints: latency-svc-7zmxk [750.933562ms] + Sep 17 04:24:37.998: INFO: Created: latency-svc-krq9n + Sep 17 04:24:38.043: INFO: Got endpoints: latency-svc-l9s55 [749.250027ms] + Sep 17 04:24:38.048: INFO: Created: latency-svc-fmgvk + Sep 17 04:24:38.091: INFO: Got endpoints: latency-svc-v48pl [750.226164ms] + Sep 17 04:24:38.097: INFO: Created: latency-svc-x6f52 + Sep 17 04:24:38.142: INFO: Got endpoints: latency-svc-hxlwr [748.719531ms] + Sep 17 04:24:38.146: INFO: Created: latency-svc-k7thn + Sep 17 04:24:38.192: INFO: Got endpoints: latency-svc-wtzx2 [749.106409ms] + Sep 17 04:24:38.198: INFO: Created: latency-svc-khlzn + Sep 17 04:24:38.248: INFO: Got endpoints: latency-svc-vq4wp [756.408589ms] + Sep 17 04:24:38.260: INFO: Created: latency-svc-bbprq + Sep 17 04:24:38.304: INFO: Got endpoints: latency-svc-d8hhj [760.937096ms] + Sep 17 04:24:38.321: INFO: Created: latency-svc-qm2wh + Sep 17 04:24:38.343: INFO: Got endpoints: latency-svc-77qnw [749.696781ms] + Sep 17 04:24:38.352: INFO: Created: latency-svc-2x2n7 + Sep 17 04:24:38.394: INFO: Got endpoints: latency-svc-xzg52 [753.288439ms] + Sep 17 04:24:38.406: INFO: Created: latency-svc-pczlj + Sep 17 04:24:38.452: INFO: Got endpoints: latency-svc-wrm6t [760.203379ms] + Sep 17 04:24:38.461: INFO: Created: latency-svc-qpcsc + Sep 17 04:24:38.495: INFO: Got endpoints: latency-svc-qfksm [754.059577ms] + Sep 17 04:24:38.506: INFO: Created: latency-svc-nlv94 + Sep 17 04:24:38.542: INFO: Got endpoints: latency-svc-k89wt [751.160686ms] + Sep 17 04:24:38.547: INFO: Created: latency-svc-v7mdt + Sep 17 04:24:38.593: INFO: Got endpoints: latency-svc-58vwx [751.715245ms] + Sep 17 04:24:38.604: INFO: Created: latency-svc-rmp8x + Sep 17 04:24:38.644: INFO: Got endpoints: latency-svc-dgsvz [751.928058ms] + Sep 17 04:24:38.654: INFO: Created: latency-svc-4lk9p + Sep 17 04:24:38.691: INFO: Got endpoints: latency-svc-9c2kn [746.286626ms] + Sep 17 04:24:38.697: INFO: Created: latency-svc-8ks8n + Sep 17 04:24:38.743: INFO: Got endpoints: latency-svc-krq9n [749.122536ms] + Sep 17 04:24:38.748: INFO: Created: latency-svc-xzknf + Sep 17 04:24:38.792: INFO: Got endpoints: latency-svc-fmgvk [749.644158ms] + Sep 17 04:24:38.798: INFO: Created: latency-svc-rwgcr + Sep 17 04:24:38.850: INFO: Got endpoints: latency-svc-x6f52 [758.787402ms] + Sep 17 04:24:38.856: INFO: Created: latency-svc-8m66t + Sep 17 04:24:38.895: INFO: Got endpoints: latency-svc-k7thn [753.550188ms] + Sep 17 04:24:38.908: INFO: Created: latency-svc-9b6mr + Sep 17 04:24:38.949: INFO: Got endpoints: latency-svc-khlzn [757.095611ms] + Sep 17 04:24:38.960: INFO: Created: latency-svc-rcjqx + Sep 17 04:24:38.994: INFO: Got endpoints: latency-svc-bbprq [745.013409ms] + Sep 17 04:24:39.005: INFO: Created: latency-svc-7xx7z + Sep 17 04:24:39.042: INFO: Got endpoints: latency-svc-qm2wh [738.182408ms] + Sep 17 04:24:39.047: INFO: Created: latency-svc-w8bz9 + Sep 17 04:24:39.091: INFO: Got endpoints: latency-svc-2x2n7 [748.469634ms] + Sep 17 04:24:39.098: INFO: Created: latency-svc-dcxp9 + Sep 17 04:24:39.141: INFO: Got endpoints: latency-svc-pczlj [746.166802ms] + Sep 17 04:24:39.146: INFO: Created: latency-svc-df25h + Sep 17 04:24:39.191: INFO: Got endpoints: latency-svc-qpcsc [738.955867ms] + Sep 17 04:24:39.197: INFO: Created: latency-svc-mtcpv + Sep 17 04:24:39.242: INFO: Got endpoints: latency-svc-nlv94 [746.752113ms] + Sep 17 04:24:39.250: INFO: Created: latency-svc-rjffr + Sep 17 04:24:39.290: INFO: Got endpoints: latency-svc-v7mdt [747.975066ms] + Sep 17 04:24:39.298: INFO: Created: latency-svc-mplhw + Sep 17 04:24:39.345: INFO: Got endpoints: latency-svc-rmp8x [752.135065ms] + Sep 17 04:24:39.356: INFO: Created: latency-svc-x4fhx + Sep 17 04:24:39.392: INFO: Got endpoints: latency-svc-4lk9p [748.01686ms] + Sep 17 04:24:39.398: INFO: Created: latency-svc-7sb7r + Sep 17 04:24:39.443: INFO: Got endpoints: latency-svc-8ks8n [751.29972ms] + Sep 17 04:24:39.447: INFO: Created: latency-svc-vbtjl + Sep 17 04:24:39.492: INFO: Got endpoints: latency-svc-xzknf [748.910418ms] + Sep 17 04:24:39.498: INFO: Created: latency-svc-kcgtd + Sep 17 04:24:39.541: INFO: Got endpoints: latency-svc-rwgcr [747.966861ms] + Sep 17 04:24:39.547: INFO: Created: latency-svc-l4gwd + Sep 17 04:24:39.591: INFO: Got endpoints: latency-svc-8m66t [741.107206ms] + Sep 17 04:24:39.598: INFO: Created: latency-svc-q7hhk + Sep 17 04:24:39.643: INFO: Got endpoints: latency-svc-9b6mr [747.496673ms] + Sep 17 04:24:39.648: INFO: Created: latency-svc-7774z + Sep 17 04:24:39.694: INFO: Got endpoints: latency-svc-rcjqx [744.567185ms] + Sep 17 04:24:39.699: INFO: Created: latency-svc-74p5v + Sep 17 04:24:39.741: INFO: Got endpoints: latency-svc-7xx7z [747.217479ms] + Sep 17 04:24:39.748: INFO: Created: latency-svc-zv7sk + Sep 17 04:24:39.793: INFO: Got endpoints: latency-svc-w8bz9 [750.201063ms] + Sep 17 04:24:39.797: INFO: Created: latency-svc-n7xvp + Sep 17 04:24:39.841: INFO: Got endpoints: latency-svc-dcxp9 [750.304876ms] + Sep 17 04:24:39.848: INFO: Created: latency-svc-cn8zb + Sep 17 04:24:39.893: INFO: Got endpoints: latency-svc-df25h [752.237222ms] + Sep 17 04:24:39.897: INFO: Created: latency-svc-mjs97 + Sep 17 04:24:39.943: INFO: Got endpoints: latency-svc-mtcpv [751.924855ms] + Sep 17 04:24:39.949: INFO: Created: latency-svc-zhw9n + Sep 17 04:24:39.992: INFO: Got endpoints: latency-svc-rjffr [750.862321ms] + Sep 17 04:24:39.998: INFO: Created: latency-svc-8sj4d + Sep 17 04:24:40.042: INFO: Got endpoints: latency-svc-mplhw [751.621344ms] + Sep 17 04:24:40.047: INFO: Created: latency-svc-cbg9f + Sep 17 04:24:40.094: INFO: Got endpoints: latency-svc-x4fhx [748.197411ms] + Sep 17 04:24:40.100: INFO: Created: latency-svc-qs9sw + Sep 17 04:24:40.141: INFO: Got endpoints: latency-svc-7sb7r [749.473141ms] + Sep 17 04:24:40.146: INFO: Created: latency-svc-qj9fw + Sep 17 04:24:40.193: INFO: Got endpoints: latency-svc-vbtjl [750.305016ms] + Sep 17 04:24:40.197: INFO: Created: latency-svc-55wk5 + Sep 17 04:24:40.240: INFO: Got endpoints: latency-svc-kcgtd [748.526932ms] + Sep 17 04:24:40.247: INFO: Created: latency-svc-dc6ql + Sep 17 04:24:40.293: INFO: Got endpoints: latency-svc-l4gwd [752.121517ms] + Sep 17 04:24:40.297: INFO: Created: latency-svc-b7nt9 + Sep 17 04:24:40.343: INFO: Got endpoints: latency-svc-q7hhk [751.569833ms] + Sep 17 04:24:40.347: INFO: Created: latency-svc-wjzrs + Sep 17 04:24:40.394: INFO: Got endpoints: latency-svc-7774z [750.877714ms] + Sep 17 04:24:40.400: INFO: Created: latency-svc-kqlwc + Sep 17 04:24:40.442: INFO: Got endpoints: latency-svc-74p5v [748.109862ms] + Sep 17 04:24:40.446: INFO: Created: latency-svc-pbf5s + Sep 17 04:24:40.492: INFO: Got endpoints: latency-svc-zv7sk [750.993597ms] + Sep 17 04:24:40.498: INFO: Created: latency-svc-7s5p6 + Sep 17 04:24:40.541: INFO: Got endpoints: latency-svc-n7xvp [748.64507ms] + Sep 17 04:24:40.546: INFO: Created: latency-svc-8gnbq + Sep 17 04:24:40.593: INFO: Got endpoints: latency-svc-cn8zb [751.21831ms] + Sep 17 04:24:40.597: INFO: Created: latency-svc-q6q5b + Sep 17 04:24:40.642: INFO: Got endpoints: latency-svc-mjs97 [749.49795ms] + Sep 17 04:24:40.656: INFO: Created: latency-svc-8hmb2 + Sep 17 04:24:40.692: INFO: Got endpoints: latency-svc-zhw9n [749.001587ms] + Sep 17 04:24:40.697: INFO: Created: latency-svc-jq6kx + Sep 17 04:24:40.743: INFO: Got endpoints: latency-svc-8sj4d [750.185662ms] + Sep 17 04:24:40.748: INFO: Created: latency-svc-l9spz + Sep 17 04:24:40.793: INFO: Got endpoints: latency-svc-cbg9f [750.829473ms] + Sep 17 04:24:40.799: INFO: Created: latency-svc-zqnzc + Sep 17 04:24:40.842: INFO: Got endpoints: latency-svc-qs9sw [748.199025ms] + Sep 17 04:24:40.847: INFO: Created: latency-svc-xsw7f + Sep 17 04:24:40.892: INFO: Got endpoints: latency-svc-qj9fw [750.280953ms] + Sep 17 04:24:40.897: INFO: Created: latency-svc-27wmb + Sep 17 04:24:40.941: INFO: Got endpoints: latency-svc-55wk5 [747.818872ms] + Sep 17 04:24:40.946: INFO: Created: latency-svc-tgwfs + Sep 17 04:24:40.994: INFO: Got endpoints: latency-svc-dc6ql [753.529634ms] + Sep 17 04:24:40.999: INFO: Created: latency-svc-dfbz7 + Sep 17 04:24:41.041: INFO: Got endpoints: latency-svc-b7nt9 [748.677796ms] + Sep 17 04:24:41.048: INFO: Created: latency-svc-cm9z8 + Sep 17 04:24:41.091: INFO: Got endpoints: latency-svc-wjzrs [748.765872ms] + Sep 17 04:24:41.096: INFO: Created: latency-svc-knj8p + Sep 17 04:24:41.145: INFO: Got endpoints: latency-svc-kqlwc [751.070676ms] + Sep 17 04:24:41.150: INFO: Created: latency-svc-8tv5f + Sep 17 04:24:41.191: INFO: Got endpoints: latency-svc-pbf5s [749.423428ms] + Sep 17 04:24:41.201: INFO: Created: latency-svc-4qxt8 + Sep 17 04:24:41.244: INFO: Got endpoints: latency-svc-7s5p6 [751.751012ms] + Sep 17 04:24:41.248: INFO: Created: latency-svc-vkmgj + Sep 17 04:24:41.292: INFO: Got endpoints: latency-svc-8gnbq [751.041353ms] + Sep 17 04:24:41.297: INFO: Created: latency-svc-cfknr + Sep 17 04:24:41.341: INFO: Got endpoints: latency-svc-q6q5b [748.226697ms] + Sep 17 04:24:41.347: INFO: Created: latency-svc-7pmbz + Sep 17 04:24:41.391: INFO: Got endpoints: latency-svc-8hmb2 [748.172125ms] + Sep 17 04:24:41.396: INFO: Created: latency-svc-ppfxm + Sep 17 04:24:41.443: INFO: Got endpoints: latency-svc-jq6kx [750.27314ms] + Sep 17 04:24:41.449: INFO: Created: latency-svc-n6cgw + Sep 17 04:24:41.492: INFO: Got endpoints: latency-svc-l9spz [749.200195ms] + Sep 17 04:24:41.497: INFO: Created: latency-svc-zzcb9 + Sep 17 04:24:41.542: INFO: Got endpoints: latency-svc-zqnzc [749.376839ms] + Sep 17 04:24:41.548: INFO: Created: latency-svc-865cl + Sep 17 04:24:41.590: INFO: Got endpoints: latency-svc-xsw7f [748.409768ms] + Sep 17 04:24:41.596: INFO: Created: latency-svc-gcfnl + Sep 17 04:24:41.642: INFO: Got endpoints: latency-svc-27wmb [749.916209ms] + Sep 17 04:24:41.650: INFO: Created: latency-svc-62p97 + Sep 17 04:24:41.695: INFO: Got endpoints: latency-svc-tgwfs [753.516936ms] + Sep 17 04:24:41.702: INFO: Created: latency-svc-5vvp8 + Sep 17 04:24:41.740: INFO: Got endpoints: latency-svc-dfbz7 [746.436652ms] + Sep 17 04:24:41.747: INFO: Created: latency-svc-kxt8q + Sep 17 04:24:41.792: INFO: Got endpoints: latency-svc-cm9z8 [750.270902ms] + Sep 17 04:24:41.797: INFO: Created: latency-svc-nm427 + Sep 17 04:24:41.842: INFO: Got endpoints: latency-svc-knj8p [750.739378ms] + Sep 17 04:24:41.850: INFO: Created: latency-svc-bsh2b + Sep 17 04:24:41.892: INFO: Got endpoints: latency-svc-8tv5f [746.896985ms] + Sep 17 04:24:41.898: INFO: Created: latency-svc-b8bpt + Sep 17 04:24:41.942: INFO: Got endpoints: latency-svc-4qxt8 [750.257927ms] + Sep 17 04:24:41.946: INFO: Created: latency-svc-jdst4 + Sep 17 04:24:41.992: INFO: Got endpoints: latency-svc-vkmgj [747.997273ms] + Sep 17 04:24:41.997: INFO: Created: latency-svc-vxsk6 + Sep 17 04:24:42.042: INFO: Got endpoints: latency-svc-cfknr [750.074656ms] + Sep 17 04:24:42.049: INFO: Created: latency-svc-5q5m4 + Sep 17 04:24:42.092: INFO: Got endpoints: latency-svc-7pmbz [750.61796ms] + Sep 17 04:24:42.097: INFO: Created: latency-svc-nvhfv + Sep 17 04:24:42.145: INFO: Got endpoints: latency-svc-ppfxm [754.823537ms] + Sep 17 04:24:42.150: INFO: Created: latency-svc-84zft + Sep 17 04:24:42.196: INFO: Got endpoints: latency-svc-n6cgw [753.446385ms] + Sep 17 04:24:42.201: INFO: Created: latency-svc-tznmp + Sep 17 04:24:42.244: INFO: Got endpoints: latency-svc-zzcb9 [752.173941ms] + Sep 17 04:24:42.251: INFO: Created: latency-svc-qjd7w + Sep 17 04:24:42.291: INFO: Got endpoints: latency-svc-865cl [748.540805ms] + Sep 17 04:24:42.347: INFO: Got endpoints: latency-svc-gcfnl [756.164898ms] + Sep 17 04:24:42.391: INFO: Got endpoints: latency-svc-62p97 [749.451955ms] + Sep 17 04:24:42.444: INFO: Got endpoints: latency-svc-5vvp8 [749.181431ms] + Sep 17 04:24:42.491: INFO: Got endpoints: latency-svc-kxt8q [750.549585ms] + Sep 17 04:24:42.542: INFO: Got endpoints: latency-svc-nm427 [750.259863ms] + Sep 17 04:24:42.592: INFO: Got endpoints: latency-svc-bsh2b [749.711816ms] + Sep 17 04:24:42.641: INFO: Got endpoints: latency-svc-b8bpt [749.25217ms] + Sep 17 04:24:42.690: INFO: Got endpoints: latency-svc-jdst4 [748.759574ms] + Sep 17 04:24:42.741: INFO: Got endpoints: latency-svc-vxsk6 [748.980349ms] + Sep 17 04:24:42.792: INFO: Got endpoints: latency-svc-5q5m4 [749.191587ms] + Sep 17 04:24:42.842: INFO: Got endpoints: latency-svc-nvhfv [750.453085ms] + Sep 17 04:24:42.892: INFO: Got endpoints: latency-svc-84zft [746.500446ms] + Sep 17 04:24:42.941: INFO: Got endpoints: latency-svc-tznmp [745.286302ms] + Sep 17 04:24:42.992: INFO: Got endpoints: latency-svc-qjd7w [747.591774ms] + Sep 17 04:24:42.992: INFO: Latencies: [19.613917ms 32.207381ms 48.056863ms 51.707207ms 60.312856ms 72.888912ms 81.470181ms 82.693066ms 84.588826ms 87.901622ms 91.065906ms 91.580097ms 94.176462ms 95.882251ms 113.858708ms 115.267384ms 117.229619ms 117.377899ms 117.55643ms 122.770739ms 123.004727ms 123.393478ms 123.651854ms 124.51206ms 128.318328ms 137.317949ms 137.416175ms 144.690165ms 150.703095ms 150.977832ms 150.998398ms 151.400766ms 162.449798ms 163.048765ms 166.536664ms 177.030003ms 181.612252ms 216.463602ms 261.882374ms 311.178829ms 362.317618ms 379.921991ms 430.030579ms 481.456107ms 530.181717ms 580.987455ms 613.893691ms 663.601325ms 714.74275ms 738.182408ms 738.263113ms 738.955867ms 741.107206ms 744.328387ms 744.357419ms 744.567185ms 745.013409ms 745.286302ms 746.166802ms 746.286626ms 746.436652ms 746.500446ms 746.582782ms 746.752113ms 746.896985ms 746.992311ms 747.217479ms 747.238395ms 747.496673ms 747.546911ms 747.591774ms 747.818872ms 747.966861ms 747.975066ms 747.997273ms 748.01686ms 748.109862ms 748.172125ms 748.197411ms 748.199025ms 748.226697ms 748.36084ms 748.409768ms 748.469634ms 748.472816ms 748.526932ms 748.540805ms 748.617229ms 748.64507ms 748.648267ms 748.650561ms 748.677796ms 748.719531ms 748.759574ms 748.765872ms 748.769835ms 748.910418ms 748.919687ms 748.980349ms 748.990787ms 749.001587ms 749.018125ms 749.106409ms 749.122536ms 749.161355ms 749.181431ms 749.184526ms 749.191587ms 749.200195ms 749.214791ms 749.250027ms 749.25217ms 749.348433ms 749.376839ms 749.389895ms 749.423428ms 749.451955ms 749.473141ms 749.49795ms 749.604527ms 749.644158ms 749.672466ms 749.696781ms 749.711816ms 749.771679ms 749.777736ms 749.904448ms 749.916209ms 749.923697ms 750.074656ms 750.169979ms 750.181496ms 750.185662ms 750.201063ms 750.226164ms 750.257927ms 750.259863ms 750.270902ms 750.27314ms 750.280953ms 750.297848ms 750.304876ms 750.305016ms 750.453085ms 750.549585ms 750.61796ms 750.739378ms 750.816094ms 750.829473ms 750.862321ms 750.877714ms 750.919997ms 750.933562ms 750.993597ms 751.041353ms 751.070676ms 751.088084ms 751.160686ms 751.160996ms 751.183802ms 751.21831ms 751.29972ms 751.539768ms 751.569833ms 751.590724ms 751.621344ms 751.671014ms 751.715245ms 751.751012ms 751.872107ms 751.924855ms 751.928058ms 751.971735ms 752.121517ms 752.135065ms 752.173941ms 752.220071ms 752.237222ms 752.265288ms 752.389789ms 752.511677ms 752.574158ms 752.612725ms 753.003278ms 753.086266ms 753.288439ms 753.446385ms 753.504064ms 753.516936ms 753.529634ms 753.550188ms 754.059577ms 754.823537ms 756.164898ms 756.408589ms 757.095611ms 758.787402ms 760.203379ms 760.783866ms 760.937096ms] + Sep 17 04:24:42.992: INFO: 50 %ile: 749.001587ms + Sep 17 04:24:42.992: INFO: 90 %ile: 752.511677ms + Sep 17 04:24:42.992: INFO: 99 %ile: 760.783866ms + Sep 17 04:24:42.992: INFO: Total sample count: 200 + [AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/framework.go:187 + Sep 17 04:24:42.992: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svc-latency-5583" for this suite. 09/17/22 04:24:42.997 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl patch + should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:43.002 +Sep 17 04:24:43.002: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:24:43.002 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:43.023 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:43.026 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 +STEP: creating Agnhost RC 09/17/22 04:24:43.027 +Sep 17 04:24:43.028: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5516 create -f -' +Sep 17 04:24:43.476: INFO: stderr: "" +Sep 17 04:24:43.476: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 09/17/22 04:24:43.476 +Sep 17 04:24:44.478: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 04:24:44.478: INFO: Found 0 / 1 +Sep 17 04:24:45.478: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 04:24:45.478: INFO: Found 1 / 1 +Sep 17 04:24:45.478: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +STEP: patching all pods 09/17/22 04:24:45.478 +Sep 17 04:24:45.480: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 04:24:45.480: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Sep 17 04:24:45.480: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5516 patch pod agnhost-primary-xjrnb -p {"metadata":{"annotations":{"x":"y"}}}' +Sep 17 04:24:45.527: INFO: stderr: "" +Sep 17 04:24:45.527: INFO: stdout: "pod/agnhost-primary-xjrnb patched\n" +STEP: checking annotations 09/17/22 04:24:45.527 +Sep 17 04:24:45.528: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 04:24:45.528: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:24:45.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-5516" for this suite. 09/17/22 04:24:45.53 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl patch should add annotations for pods in rc [Conformance]","completed":105,"skipped":2152,"failed":0} +------------------------------ +• [2.530 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl patch + test/e2e/kubectl/kubectl.go:1644 + should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:43.002 + Sep 17 04:24:43.002: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:24:43.002 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:43.023 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:43.026 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1650 + STEP: creating Agnhost RC 09/17/22 04:24:43.027 + Sep 17 04:24:43.028: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5516 create -f -' + Sep 17 04:24:43.476: INFO: stderr: "" + Sep 17 04:24:43.476: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 09/17/22 04:24:43.476 + Sep 17 04:24:44.478: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 04:24:44.478: INFO: Found 0 / 1 + Sep 17 04:24:45.478: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 04:24:45.478: INFO: Found 1 / 1 + Sep 17 04:24:45.478: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + STEP: patching all pods 09/17/22 04:24:45.478 + Sep 17 04:24:45.480: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 04:24:45.480: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Sep 17 04:24:45.480: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5516 patch pod agnhost-primary-xjrnb -p {"metadata":{"annotations":{"x":"y"}}}' + Sep 17 04:24:45.527: INFO: stderr: "" + Sep 17 04:24:45.527: INFO: stdout: "pod/agnhost-primary-xjrnb patched\n" + STEP: checking annotations 09/17/22 04:24:45.527 + Sep 17 04:24:45.528: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 04:24:45.528: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:24:45.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-5516" for this suite. 09/17/22 04:24:45.53 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:56 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:45.532 +Sep 17 04:24:45.532: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:24:45.533 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:45.589 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:45.593 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:56 +STEP: Creating configMap with name projected-configmap-test-volume-116e4a50-753f-42a6-ae75-9aadf6eb5a8f 09/17/22 04:24:45.594 +STEP: Creating a pod to test consume configMaps 09/17/22 04:24:45.596 +Sep 17 04:24:45.600: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d" in namespace "projected-6324" to be "Succeeded or Failed" +Sep 17 04:24:45.602: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.683942ms +Sep 17 04:24:47.604: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004386105s +Sep 17 04:24:49.614: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014801085s +STEP: Saw pod success 09/17/22 04:24:49.614 +Sep 17 04:24:49.615: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d" satisfied condition "Succeeded or Failed" +Sep 17 04:24:49.620: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d container agnhost-container: +STEP: delete the pod 09/17/22 04:24:49.649 +Sep 17 04:24:49.659: INFO: Waiting for pod pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d to disappear +Sep 17 04:24:49.664: INFO: Pod pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 04:24:49.664: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-6324" for this suite. 09/17/22 04:24:49.667 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":106,"skipped":2153,"failed":0} +------------------------------ +• [4.144 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:56 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:45.532 + Sep 17 04:24:45.532: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:24:45.533 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:45.589 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:45.593 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:56 + STEP: Creating configMap with name projected-configmap-test-volume-116e4a50-753f-42a6-ae75-9aadf6eb5a8f 09/17/22 04:24:45.594 + STEP: Creating a pod to test consume configMaps 09/17/22 04:24:45.596 + Sep 17 04:24:45.600: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d" in namespace "projected-6324" to be "Succeeded or Failed" + Sep 17 04:24:45.602: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.683942ms + Sep 17 04:24:47.604: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004386105s + Sep 17 04:24:49.614: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014801085s + STEP: Saw pod success 09/17/22 04:24:49.614 + Sep 17 04:24:49.615: INFO: Pod "pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d" satisfied condition "Succeeded or Failed" + Sep 17 04:24:49.620: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d container agnhost-container: + STEP: delete the pod 09/17/22 04:24:49.649 + Sep 17 04:24:49.659: INFO: Waiting for pod pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d to disappear + Sep 17 04:24:49.664: INFO: Pod pod-projected-configmaps-96644830-eee7-4257-a8d9-21e138cf0e7d no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 04:24:49.664: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-6324" for this suite. 09/17/22 04:24:49.667 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:24:49.677 +Sep 17 04:24:49.677: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pod-network-test 09/17/22 04:24:49.678 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:49.7 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:49.703 +[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-6985 09/17/22 04:24:49.705 +STEP: creating a selector 09/17/22 04:24:49.705 +STEP: Creating the service pods in kubernetes 09/17/22 04:24:49.705 +Sep 17 04:24:49.705: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 17 04:24:49.734: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6985" to be "running and ready" +Sep 17 04:24:49.743: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 8.373553ms +Sep 17 04:24:49.743: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:24:51.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.010522035s +Sep 17 04:24:51.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:24:53.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.010799139s +Sep 17 04:24:53.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:24:55.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.010769411s +Sep 17 04:24:55.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:24:57.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.010689416s +Sep 17 04:24:57.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:24:59.744: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.010353496s +Sep 17 04:24:59.744: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 04:25:01.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.010818564s +Sep 17 04:25:01.745: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 17 04:25:01.745: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 17 04:25:01.746: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6985" to be "running and ready" +Sep 17 04:25:01.747: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.083194ms +Sep 17 04:25:01.747: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 17 04:25:01.747: INFO: Pod "netserver-1" satisfied condition "running and ready" +Sep 17 04:25:01.748: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-6985" to be "running and ready" +Sep 17 04:25:01.749: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 1.030343ms +Sep 17 04:25:01.749: INFO: The phase of Pod netserver-2 is Running (Ready = true) +Sep 17 04:25:01.749: INFO: Pod "netserver-2" satisfied condition "running and ready" +STEP: Creating test pods 09/17/22 04:25:01.75 +Sep 17 04:25:01.755: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6985" to be "running" +Sep 17 04:25:01.757: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 1.841491ms +Sep 17 04:25:03.760: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004038336s +Sep 17 04:25:03.760: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 17 04:25:03.761: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-6985" to be "running" +Sep 17 04:25:03.762: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.005991ms +Sep 17 04:25:03.762: INFO: Pod "host-test-container-pod" satisfied condition "running" +Sep 17 04:25:03.763: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 +Sep 17 04:25:03.763: INFO: Going to poll 172.20.188.200 on port 8083 at least 0 times, with a maximum of 39 tries before failing +Sep 17 04:25:03.764: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.20.188.200:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6985 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:25:03.764: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:25:03.764: INFO: ExecWithOptions: Clientset creation +Sep 17 04:25:03.764: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6985/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%2F172.20.188.200%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 17 04:25:03.811: INFO: Found all 1 expected endpoints: [netserver-0] +Sep 17 04:25:03.811: INFO: Going to poll 172.20.110.171 on port 8083 at least 0 times, with a maximum of 39 tries before failing +Sep 17 04:25:03.813: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.20.110.171:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6985 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:25:03.813: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:25:03.813: INFO: ExecWithOptions: Clientset creation +Sep 17 04:25:03.813: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6985/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%2F172.20.110.171%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 17 04:25:03.866: INFO: Found all 1 expected endpoints: [netserver-1] +Sep 17 04:25:03.866: INFO: Going to poll 172.20.209.52 on port 8083 at least 0 times, with a maximum of 39 tries before failing +Sep 17 04:25:03.868: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.20.209.52:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6985 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:25:03.868: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:25:03.868: INFO: ExecWithOptions: Clientset creation +Sep 17 04:25:03.868: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6985/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%2F172.20.209.52%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 17 04:25:03.893: INFO: Found all 1 expected endpoints: [netserver-2] +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 17 04:25:03.893: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-6985" for this suite. 09/17/22 04:25:03.895 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]","completed":107,"skipped":2160,"failed":0} +------------------------------ +• [SLOW TEST] [14.220 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:24:49.677 + Sep 17 04:24:49.677: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pod-network-test 09/17/22 04:24:49.678 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:24:49.7 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:24:49.703 + [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-6985 09/17/22 04:24:49.705 + STEP: creating a selector 09/17/22 04:24:49.705 + STEP: Creating the service pods in kubernetes 09/17/22 04:24:49.705 + Sep 17 04:24:49.705: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 17 04:24:49.734: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6985" to be "running and ready" + Sep 17 04:24:49.743: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 8.373553ms + Sep 17 04:24:49.743: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:24:51.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.010522035s + Sep 17 04:24:51.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:24:53.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.010799139s + Sep 17 04:24:53.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:24:55.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.010769411s + Sep 17 04:24:55.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:24:57.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.010689416s + Sep 17 04:24:57.745: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:24:59.744: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.010353496s + Sep 17 04:24:59.744: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 04:25:01.745: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.010818564s + Sep 17 04:25:01.745: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 17 04:25:01.745: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 17 04:25:01.746: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6985" to be "running and ready" + Sep 17 04:25:01.747: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.083194ms + Sep 17 04:25:01.747: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 17 04:25:01.747: INFO: Pod "netserver-1" satisfied condition "running and ready" + Sep 17 04:25:01.748: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-6985" to be "running and ready" + Sep 17 04:25:01.749: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 1.030343ms + Sep 17 04:25:01.749: INFO: The phase of Pod netserver-2 is Running (Ready = true) + Sep 17 04:25:01.749: INFO: Pod "netserver-2" satisfied condition "running and ready" + STEP: Creating test pods 09/17/22 04:25:01.75 + Sep 17 04:25:01.755: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6985" to be "running" + Sep 17 04:25:01.757: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 1.841491ms + Sep 17 04:25:03.760: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004038336s + Sep 17 04:25:03.760: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 17 04:25:03.761: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-6985" to be "running" + Sep 17 04:25:03.762: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 1.005991ms + Sep 17 04:25:03.762: INFO: Pod "host-test-container-pod" satisfied condition "running" + Sep 17 04:25:03.763: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 + Sep 17 04:25:03.763: INFO: Going to poll 172.20.188.200 on port 8083 at least 0 times, with a maximum of 39 tries before failing + Sep 17 04:25:03.764: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.20.188.200:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6985 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:25:03.764: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:25:03.764: INFO: ExecWithOptions: Clientset creation + Sep 17 04:25:03.764: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6985/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%2F172.20.188.200%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 17 04:25:03.811: INFO: Found all 1 expected endpoints: [netserver-0] + Sep 17 04:25:03.811: INFO: Going to poll 172.20.110.171 on port 8083 at least 0 times, with a maximum of 39 tries before failing + Sep 17 04:25:03.813: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.20.110.171:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6985 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:25:03.813: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:25:03.813: INFO: ExecWithOptions: Clientset creation + Sep 17 04:25:03.813: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6985/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%2F172.20.110.171%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 17 04:25:03.866: INFO: Found all 1 expected endpoints: [netserver-1] + Sep 17 04:25:03.866: INFO: Going to poll 172.20.209.52 on port 8083 at least 0 times, with a maximum of 39 tries before failing + Sep 17 04:25:03.868: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://172.20.209.52:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-6985 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:25:03.868: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:25:03.868: INFO: ExecWithOptions: Clientset creation + Sep 17 04:25:03.868: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-6985/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%2F172.20.209.52%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 17 04:25:03.893: INFO: Found all 1 expected endpoints: [netserver-2] + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 17 04:25:03.893: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-6985" for this suite. 09/17/22 04:25:03.895 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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:97 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:03.898 +Sep 17 04:25:03.898: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:25:03.898 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:03.907 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:03.909 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:25:03.912 +Sep 17 04:25:03.916: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-3847" to be "running and ready" +Sep 17 04:25:03.917: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 1.224986ms +Sep 17 04:25:03.917: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:25:05.919: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.00329883s +Sep 17 04:25:05.919: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 17 04:25:05.919: 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:97 +STEP: create the pod with lifecycle hook 09/17/22 04:25:05.92 +Sep 17 04:25:05.922: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-3847" to be "running and ready" +Sep 17 04:25:05.924: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.002252ms +Sep 17 04:25:05.924: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:25:07.926: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.003598483s +Sep 17 04:25:07.926: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) +Sep 17 04:25:07.926: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" +STEP: check poststart hook 09/17/22 04:25:07.927 +STEP: delete the pod with lifecycle hook 09/17/22 04:25:07.929 +Sep 17 04:25:07.932: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Sep 17 04:25:07.934: INFO: Pod pod-with-poststart-exec-hook still exists +Sep 17 04:25:09.934: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Sep 17 04:25:09.936: INFO: Pod pod-with-poststart-exec-hook still exists +Sep 17 04:25:11.935: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Sep 17 04:25:11.937: INFO: Pod pod-with-poststart-exec-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 17 04:25:11.937: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-3847" for this suite. 09/17/22 04:25:11.938 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance]","completed":108,"skipped":2172,"failed":0} +------------------------------ +• [SLOW TEST] [8.042 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:97 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:03.898 + Sep 17 04:25:03.898: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:25:03.898 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:03.907 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:03.909 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:25:03.912 + Sep 17 04:25:03.916: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-3847" to be "running and ready" + Sep 17 04:25:03.917: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 1.224986ms + Sep 17 04:25:03.917: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:25:05.919: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.00329883s + Sep 17 04:25:05.919: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 17 04:25:05.919: 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:97 + STEP: create the pod with lifecycle hook 09/17/22 04:25:05.92 + Sep 17 04:25:05.922: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-3847" to be "running and ready" + Sep 17 04:25:05.924: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.002252ms + Sep 17 04:25:05.924: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:25:07.926: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.003598483s + Sep 17 04:25:07.926: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) + Sep 17 04:25:07.926: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" + STEP: check poststart hook 09/17/22 04:25:07.927 + STEP: delete the pod with lifecycle hook 09/17/22 04:25:07.929 + Sep 17 04:25:07.932: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Sep 17 04:25:07.934: INFO: Pod pod-with-poststart-exec-hook still exists + Sep 17 04:25:09.934: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Sep 17 04:25:09.936: INFO: Pod pod-with-poststart-exec-hook still exists + Sep 17 04:25:11.935: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Sep 17 04:25:11.937: INFO: Pod pod-with-poststart-exec-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 17 04:25:11.937: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-3847" for this suite. 09/17/22 04:25:11.938 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] Projected secret + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:214 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:11.94 +Sep 17 04:25:11.940: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:25:11.941 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:11.949 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:11.952 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:214 +STEP: Creating secret with name s-test-opt-del-8c0c031f-71a6-470f-9307-d3a4d37c7da8 09/17/22 04:25:11.954 +STEP: Creating secret with name s-test-opt-upd-fe569b70-9fe3-4f21-b4d9-4e5bced43715 09/17/22 04:25:11.956 +STEP: Creating the pod 09/17/22 04:25:11.957 +Sep 17 04:25:11.960: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65" in namespace "projected-1142" to be "running and ready" +Sep 17 04:25:11.963: INFO: Pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65": Phase="Pending", Reason="", readiness=false. Elapsed: 2.888726ms +Sep 17 04:25:11.963: INFO: The phase of Pod pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:25:13.966: INFO: Pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65": Phase="Running", Reason="", readiness=true. Elapsed: 2.00568419s +Sep 17 04:25:13.966: INFO: The phase of Pod pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65 is Running (Ready = true) +Sep 17 04:25:13.966: INFO: Pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-8c0c031f-71a6-470f-9307-d3a4d37c7da8 09/17/22 04:25:13.973 +STEP: Updating secret s-test-opt-upd-fe569b70-9fe3-4f21-b4d9-4e5bced43715 09/17/22 04:25:13.978 +STEP: Creating secret with name s-test-opt-create-482afe6e-2c6e-4e87-a7ee-185f2eed0c21 09/17/22 04:25:13.979 +STEP: waiting to observe update in volume 09/17/22 04:25:13.981 +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 17 04:25:15.990: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-1142" for this suite. 09/17/22 04:25:15.991 +{"msg":"PASSED [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":109,"skipped":2174,"failed":0} +------------------------------ +• [4.053 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:214 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:11.94 + Sep 17 04:25:11.940: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:25:11.941 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:11.949 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:11.952 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:214 + STEP: Creating secret with name s-test-opt-del-8c0c031f-71a6-470f-9307-d3a4d37c7da8 09/17/22 04:25:11.954 + STEP: Creating secret with name s-test-opt-upd-fe569b70-9fe3-4f21-b4d9-4e5bced43715 09/17/22 04:25:11.956 + STEP: Creating the pod 09/17/22 04:25:11.957 + Sep 17 04:25:11.960: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65" in namespace "projected-1142" to be "running and ready" + Sep 17 04:25:11.963: INFO: Pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65": Phase="Pending", Reason="", readiness=false. Elapsed: 2.888726ms + Sep 17 04:25:11.963: INFO: The phase of Pod pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:25:13.966: INFO: Pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65": Phase="Running", Reason="", readiness=true. Elapsed: 2.00568419s + Sep 17 04:25:13.966: INFO: The phase of Pod pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65 is Running (Ready = true) + Sep 17 04:25:13.966: INFO: Pod "pod-projected-secrets-30f963de-33c8-4e63-9c20-d3995a3ffc65" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-8c0c031f-71a6-470f-9307-d3a4d37c7da8 09/17/22 04:25:13.973 + STEP: Updating secret s-test-opt-upd-fe569b70-9fe3-4f21-b4d9-4e5bced43715 09/17/22 04:25:13.978 + STEP: Creating secret with name s-test-opt-create-482afe6e-2c6e-4e87-a7ee-185f2eed0c21 09/17/22 04:25:13.979 + STEP: waiting to observe update in volume 09/17/22 04:25:13.981 + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 17 04:25:15.990: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-1142" for this suite. 09/17/22 04:25:15.991 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:91 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:15.994 +Sep 17 04:25:15.994: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 04:25:15.994 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:16.003 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:16.005 +[It] should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:91 +STEP: Creating a pod to test substitution in container's args 09/17/22 04:25:16.006 +Sep 17 04:25:16.009: INFO: Waiting up to 5m0s for pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629" in namespace "var-expansion-9877" to be "Succeeded or Failed" +Sep 17 04:25:16.011: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629": Phase="Pending", Reason="", readiness=false. Elapsed: 2.058163ms +Sep 17 04:25:18.013: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004144403s +Sep 17 04:25:20.014: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004991941s +STEP: Saw pod success 09/17/22 04:25:20.014 +Sep 17 04:25:20.014: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629" satisfied condition "Succeeded or Failed" +Sep 17 04:25:20.015: INFO: Trying to get logs from node 10.254.0.18 pod var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629 container dapi-container: +STEP: delete the pod 09/17/22 04:25:20.025 +Sep 17 04:25:20.030: INFO: Waiting for pod var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629 to disappear +Sep 17 04:25:20.035: INFO: Pod var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 04:25:20.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-9877" for this suite. 09/17/22 04:25:20.037 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance]","completed":110,"skipped":2194,"failed":0} +------------------------------ +• [4.045 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:91 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:15.994 + Sep 17 04:25:15.994: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 04:25:15.994 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:16.003 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:16.005 + [It] should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:91 + STEP: Creating a pod to test substitution in container's args 09/17/22 04:25:16.006 + Sep 17 04:25:16.009: INFO: Waiting up to 5m0s for pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629" in namespace "var-expansion-9877" to be "Succeeded or Failed" + Sep 17 04:25:16.011: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629": Phase="Pending", Reason="", readiness=false. Elapsed: 2.058163ms + Sep 17 04:25:18.013: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004144403s + Sep 17 04:25:20.014: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004991941s + STEP: Saw pod success 09/17/22 04:25:20.014 + Sep 17 04:25:20.014: INFO: Pod "var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629" satisfied condition "Succeeded or Failed" + Sep 17 04:25:20.015: INFO: Trying to get logs from node 10.254.0.18 pod var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629 container dapi-container: + STEP: delete the pod 09/17/22 04:25:20.025 + Sep 17 04:25:20.030: INFO: Waiting for pod var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629 to disappear + Sep 17 04:25:20.035: INFO: Pod var-expansion-59e1a594-39ba-4a79-946f-6f88485fa629 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 04:25:20.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-9877" for this suite. 09/17/22 04:25:20.037 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-cli] Kubectl client Guestbook application + should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:20.04 +Sep 17 04:25:20.040: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:25:20.04 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:20.049 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:20.051 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 +STEP: creating all guestbook components 09/17/22 04:25:20.053 +Sep 17 04:25:20.053: 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 + +Sep 17 04:25:20.053: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' +Sep 17 04:25:20.181: INFO: stderr: "" +Sep 17 04:25:20.181: INFO: stdout: "service/agnhost-replica created\n" +Sep 17 04:25:20.181: 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 + +Sep 17 04:25:20.181: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' +Sep 17 04:25:20.348: INFO: stderr: "" +Sep 17 04:25:20.348: INFO: stdout: "service/agnhost-primary created\n" +Sep 17 04:25:20.348: 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 + +Sep 17 04:25:20.349: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' +Sep 17 04:25:20.524: INFO: stderr: "" +Sep 17 04:25:20.524: INFO: stdout: "service/frontend created\n" +Sep 17 04:25:20.524: 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.40 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + +Sep 17 04:25:20.524: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' +Sep 17 04:25:20.699: INFO: stderr: "" +Sep 17 04:25:20.699: INFO: stdout: "deployment.apps/frontend created\n" +Sep 17 04:25:20.699: 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.40 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Sep 17 04:25:20.699: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' +Sep 17 04:25:20.831: INFO: stderr: "" +Sep 17 04:25:20.831: INFO: stdout: "deployment.apps/agnhost-primary created\n" +Sep 17 04:25:20.831: 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.40 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Sep 17 04:25:20.831: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' +Sep 17 04:25:20.954: INFO: stderr: "" +Sep 17 04:25:20.954: INFO: stdout: "deployment.apps/agnhost-replica created\n" +STEP: validating guestbook app 09/17/22 04:25:20.954 +Sep 17 04:25:20.954: INFO: Waiting for all frontend pods to be Running. +Sep 17 04:25:26.005: INFO: Waiting for frontend to serve content. +Sep 17 04:25:26.009: INFO: Trying to add a new entry to the guestbook. +Sep 17 04:25:26.013: INFO: Verifying that added entry can be retrieved. +STEP: using delete to clean up resources 09/17/22 04:25:26.025 +Sep 17 04:25:26.025: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' +Sep 17 04:25:26.106: 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" +Sep 17 04:25:26.107: INFO: stdout: "service \"agnhost-replica\" force deleted\n" +STEP: using delete to clean up resources 09/17/22 04:25:26.107 +Sep 17 04:25:26.107: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' +Sep 17 04:25:26.186: 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" +Sep 17 04:25:26.186: INFO: stdout: "service \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 09/17/22 04:25:26.186 +Sep 17 04:25:26.186: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' +Sep 17 04:25:26.255: 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" +Sep 17 04:25:26.255: INFO: stdout: "service \"frontend\" force deleted\n" +STEP: using delete to clean up resources 09/17/22 04:25:26.256 +Sep 17 04:25:26.256: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' +Sep 17 04:25:26.341: 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" +Sep 17 04:25:26.341: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" +STEP: using delete to clean up resources 09/17/22 04:25:26.341 +Sep 17 04:25:26.341: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' +Sep 17 04:25:26.406: 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" +Sep 17 04:25:26.409: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 09/17/22 04:25:26.409 +Sep 17 04:25:26.409: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' +Sep 17 04:25:26.504: 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" +Sep 17 04:25:26.504: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:25:26.504: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-8427" for this suite. 09/17/22 04:25:26.507 +{"msg":"PASSED [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]","completed":111,"skipped":2197,"failed":0} +------------------------------ +• [SLOW TEST] [6.475 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Guestbook application + test/e2e/kubectl/kubectl.go:367 + should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:20.04 + Sep 17 04:25:20.040: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:25:20.04 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:20.049 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:20.051 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:392 + STEP: creating all guestbook components 09/17/22 04:25:20.053 + Sep 17 04:25:20.053: 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 + + Sep 17 04:25:20.053: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' + Sep 17 04:25:20.181: INFO: stderr: "" + Sep 17 04:25:20.181: INFO: stdout: "service/agnhost-replica created\n" + Sep 17 04:25:20.181: 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 + + Sep 17 04:25:20.181: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' + Sep 17 04:25:20.348: INFO: stderr: "" + Sep 17 04:25:20.348: INFO: stdout: "service/agnhost-primary created\n" + Sep 17 04:25:20.348: 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 + + Sep 17 04:25:20.349: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' + Sep 17 04:25:20.524: INFO: stderr: "" + Sep 17 04:25:20.524: INFO: stdout: "service/frontend created\n" + Sep 17 04:25:20.524: 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.40 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + + Sep 17 04:25:20.524: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' + Sep 17 04:25:20.699: INFO: stderr: "" + Sep 17 04:25:20.699: INFO: stdout: "deployment.apps/frontend created\n" + Sep 17 04:25:20.699: 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.40 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Sep 17 04:25:20.699: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' + Sep 17 04:25:20.831: INFO: stderr: "" + Sep 17 04:25:20.831: INFO: stdout: "deployment.apps/agnhost-primary created\n" + Sep 17 04:25:20.831: 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.40 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Sep 17 04:25:20.831: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 create -f -' + Sep 17 04:25:20.954: INFO: stderr: "" + Sep 17 04:25:20.954: INFO: stdout: "deployment.apps/agnhost-replica created\n" + STEP: validating guestbook app 09/17/22 04:25:20.954 + Sep 17 04:25:20.954: INFO: Waiting for all frontend pods to be Running. + Sep 17 04:25:26.005: INFO: Waiting for frontend to serve content. + Sep 17 04:25:26.009: INFO: Trying to add a new entry to the guestbook. + Sep 17 04:25:26.013: INFO: Verifying that added entry can be retrieved. + STEP: using delete to clean up resources 09/17/22 04:25:26.025 + Sep 17 04:25:26.025: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' + Sep 17 04:25:26.106: 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" + Sep 17 04:25:26.107: INFO: stdout: "service \"agnhost-replica\" force deleted\n" + STEP: using delete to clean up resources 09/17/22 04:25:26.107 + Sep 17 04:25:26.107: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' + Sep 17 04:25:26.186: 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" + Sep 17 04:25:26.186: INFO: stdout: "service \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 09/17/22 04:25:26.186 + Sep 17 04:25:26.186: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' + Sep 17 04:25:26.255: 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" + Sep 17 04:25:26.255: INFO: stdout: "service \"frontend\" force deleted\n" + STEP: using delete to clean up resources 09/17/22 04:25:26.256 + Sep 17 04:25:26.256: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' + Sep 17 04:25:26.341: 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" + Sep 17 04:25:26.341: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" + STEP: using delete to clean up resources 09/17/22 04:25:26.341 + Sep 17 04:25:26.341: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' + Sep 17 04:25:26.406: 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" + Sep 17 04:25:26.409: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 09/17/22 04:25:26.409 + Sep 17 04:25:26.409: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8427 delete --grace-period=0 --force -f -' + Sep 17 04:25:26.504: 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" + Sep 17 04:25:26.504: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:25:26.504: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-8427" for this suite. 09/17/22 04:25:26.507 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl version + should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:26.515 +Sep 17 04:25:26.515: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:25:26.516 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.584 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.587 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 +Sep 17 04:25:26.594: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9668 version' +Sep 17 04:25:26.695: 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" +Sep 17 04:25:26.695: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.1\", GitCommit:\"e4d4e1ab7cf1bf15273ef97303551b279f0920a9\", GitTreeState:\"clean\", BuildDate:\"2022-09-14T19:49:27Z\", GoVersion:\"go1.19.1\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.1\", GitCommit:\"e4d4e1ab7cf1bf15273ef97303551b279f0920a9\", GitTreeState:\"clean\", BuildDate:\"2022-09-14T19:42:30Z\", GoVersion:\"go1.19.1\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:25:26.695: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-9668" for this suite. 09/17/22 04:25:26.705 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl version should check is all data is printed [Conformance]","completed":112,"skipped":2204,"failed":0} +------------------------------ +• [0.193 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl version + test/e2e/kubectl/kubectl.go:1677 + should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:26.515 + Sep 17 04:25:26.515: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:25:26.516 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.584 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.587 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1683 + Sep 17 04:25:26.594: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9668 version' + Sep 17 04:25:26.695: 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" + Sep 17 04:25:26.695: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.1\", GitCommit:\"e4d4e1ab7cf1bf15273ef97303551b279f0920a9\", GitTreeState:\"clean\", BuildDate:\"2022-09-14T19:49:27Z\", GoVersion:\"go1.19.1\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"25\", GitVersion:\"v1.25.1\", GitCommit:\"e4d4e1ab7cf1bf15273ef97303551b279f0920a9\", GitTreeState:\"clean\", BuildDate:\"2022-09-14T19:42:30Z\", GoVersion:\"go1.19.1\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:25:26.695: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-9668" for this suite. 09/17/22 04:25:26.705 + << End Captured GinkgoWriter Output +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:26.709 +Sep 17 04:25:26.709: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename events 09/17/22 04:25:26.71 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.732 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.735 +[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 09/17/22 04:25:26.738 +STEP: listing events in all namespaces 09/17/22 04:25:26.74 +STEP: listing events in test namespace 09/17/22 04:25:26.745 +STEP: listing events with field selection filtering on source 09/17/22 04:25:26.751 +STEP: listing events with field selection filtering on reportingController 09/17/22 04:25:26.767 +STEP: getting the test event 09/17/22 04:25:26.769 +STEP: patching the test event 09/17/22 04:25:26.77 +STEP: getting the test event 09/17/22 04:25:26.776 +STEP: updating the test event 09/17/22 04:25:26.788 +STEP: getting the test event 09/17/22 04:25:26.792 +STEP: deleting the test event 09/17/22 04:25:26.794 +STEP: listing events in all namespaces 09/17/22 04:25:26.802 +STEP: listing events in test namespace 09/17/22 04:25:26.805 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 +Sep 17 04:25:26.806: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-3280" for this suite. 09/17/22 04:25:26.808 +{"msg":"PASSED [sig-instrumentation] Events API should ensure that an event can be fetched, patched, deleted, and listed [Conformance]","completed":113,"skipped":2204,"failed":0} +------------------------------ +• [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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:26.709 + Sep 17 04:25:26.709: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename events 09/17/22 04:25:26.71 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.732 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.735 + [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 09/17/22 04:25:26.738 + STEP: listing events in all namespaces 09/17/22 04:25:26.74 + STEP: listing events in test namespace 09/17/22 04:25:26.745 + STEP: listing events with field selection filtering on source 09/17/22 04:25:26.751 + STEP: listing events with field selection filtering on reportingController 09/17/22 04:25:26.767 + STEP: getting the test event 09/17/22 04:25:26.769 + STEP: patching the test event 09/17/22 04:25:26.77 + STEP: getting the test event 09/17/22 04:25:26.776 + STEP: updating the test event 09/17/22 04:25:26.788 + STEP: getting the test event 09/17/22 04:25:26.792 + STEP: deleting the test event 09/17/22 04:25:26.794 + STEP: listing events in all namespaces 09/17/22 04:25:26.802 + STEP: listing events in test namespace 09/17/22 04:25:26.805 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/framework.go:187 + Sep 17 04:25:26.806: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-3280" for this suite. 09/17/22 04:25:26.808 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Lease + lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 +[BeforeEach] [sig-node] Lease + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:26.81 +Sep 17 04:25:26.810: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename lease-test 09/17/22 04:25:26.81 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.818 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.82 +[It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 +[AfterEach] [sig-node] Lease + test/e2e/framework/framework.go:187 +Sep 17 04:25:26.848: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "lease-test-3975" for this suite. 09/17/22 04:25:26.849 +{"msg":"PASSED [sig-node] Lease lease API should be available [Conformance]","completed":114,"skipped":2205,"failed":0} +------------------------------ +• [0.042 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:26.81 + Sep 17 04:25:26.810: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename lease-test 09/17/22 04:25:26.81 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.818 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.82 + [It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 + [AfterEach] [sig-node] Lease + test/e2e/framework/framework.go:187 + Sep 17 04:25:26.848: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "lease-test-3975" for this suite. 09/17/22 04:25:26.849 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:293 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:26.853 +Sep 17 04:25:26.853: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename daemonsets 09/17/22 04:25:26.853 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.862 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.864 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:293 +STEP: Creating a simple DaemonSet "daemon-set" 09/17/22 04:25:26.873 +STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:25:26.875 +Sep 17 04:25:26.885: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:25:26.885: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:25:27.888: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:25:27.888: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:25:28.892: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:25:28.892: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:25:29.888: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:25:29.888: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived. 09/17/22 04:25:29.89 +Sep 17 04:25:29.901: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:25:29.901: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:25:30.905: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:25:30.905: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:25:31.904: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:25:31.904: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +STEP: Wait for the failed daemon pod to be completely deleted. 09/17/22 04:25:31.904 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:25:31.908 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-6600, will wait for the garbage collector to delete the pods 09/17/22 04:25:31.908 +Sep 17 04:25:31.963: INFO: Deleting DaemonSet.extensions daemon-set took: 2.92364ms +Sep 17 04:25:32.063: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.258023ms +Sep 17 04:25:34.374: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:25:34.374: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 17 04:25:34.376: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"16528"},"items":null} + +Sep 17 04:25:34.384: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"16528"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:25:34.389: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-6600" for this suite. 09/17/22 04:25:34.39 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance]","completed":115,"skipped":2215,"failed":0} +------------------------------ +• [SLOW TEST] [7.539 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:293 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:26.853 + Sep 17 04:25:26.853: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename daemonsets 09/17/22 04:25:26.853 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:26.862 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:26.864 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:293 + STEP: Creating a simple DaemonSet "daemon-set" 09/17/22 04:25:26.873 + STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 04:25:26.875 + Sep 17 04:25:26.885: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:25:26.885: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:25:27.888: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:25:27.888: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:25:28.892: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:25:28.892: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:25:29.888: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:25:29.888: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived. 09/17/22 04:25:29.89 + Sep 17 04:25:29.901: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:25:29.901: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:25:30.905: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:25:30.905: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:25:31.904: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:25:31.904: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + STEP: Wait for the failed daemon pod to be completely deleted. 09/17/22 04:25:31.904 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:25:31.908 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-6600, will wait for the garbage collector to delete the pods 09/17/22 04:25:31.908 + Sep 17 04:25:31.963: INFO: Deleting DaemonSet.extensions daemon-set took: 2.92364ms + Sep 17 04:25:32.063: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.258023ms + Sep 17 04:25:34.374: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:25:34.374: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 17 04:25:34.376: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"16528"},"items":null} + + Sep 17 04:25:34.384: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"16528"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:25:34.389: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-6600" for this suite. 09/17/22 04:25:34.39 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-apps] DisruptionController + should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:34.393 +Sep 17 04:25:34.393: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename disruption 09/17/22 04:25:34.393 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:34.411 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:34.414 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 +STEP: Waiting for the pdb to be processed 09/17/22 04:25:34.417 +STEP: Waiting for all pods to be running 09/17/22 04:25:36.44 +Sep 17 04:25:36.445: INFO: running pods: 0 < 3 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 17 04:25:38.448: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-934" for this suite. 09/17/22 04:25:38.45 +{"msg":"PASSED [sig-apps] DisruptionController should observe PodDisruptionBudget status updated [Conformance]","completed":116,"skipped":2225,"failed":0} +------------------------------ +• [4.060 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:34.393 + Sep 17 04:25:34.393: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename disruption 09/17/22 04:25:34.393 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:34.411 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:34.414 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:140 + STEP: Waiting for the pdb to be processed 09/17/22 04:25:34.417 + STEP: Waiting for all pods to be running 09/17/22 04:25:36.44 + Sep 17 04:25:36.445: INFO: running pods: 0 < 3 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 17 04:25:38.448: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-934" for this suite. 09/17/22 04:25:38.45 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2157 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:38.453 +Sep 17 04:25:38.453: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:25:38.454 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:38.464 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:38.466 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2157 +STEP: creating service in namespace services-9941 09/17/22 04:25:38.467 +STEP: creating service affinity-clusterip in namespace services-9941 09/17/22 04:25:38.467 +STEP: creating replication controller affinity-clusterip in namespace services-9941 09/17/22 04:25:38.471 +I0917 04:25:38.477604 20 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-9941, replica count: 3 +I0917 04:25:41.528433 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 +Sep 17 04:25:41.531: INFO: Creating new exec pod +Sep 17 04:25:41.538: INFO: Waiting up to 5m0s for pod "execpod-affinity5x4x4" in namespace "services-9941" to be "running" +Sep 17 04:25:41.544: INFO: Pod "execpod-affinity5x4x4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.433342ms +Sep 17 04:25:43.549: INFO: Pod "execpod-affinity5x4x4": Phase="Running", Reason="", readiness=true. Elapsed: 2.01026115s +Sep 17 04:25:43.549: INFO: Pod "execpod-affinity5x4x4" satisfied condition "running" +Sep 17 04:25:44.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9941 exec execpod-affinity5x4x4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' +Sep 17 04:25:44.635: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip 80\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" +Sep 17 04:25:44.635: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:25:44.635: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9941 exec execpod-affinity5x4x4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.60.128 80' +Sep 17 04:25:44.724: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.60.128 80\nConnection to 10.68.60.128 80 port [tcp/http] succeeded!\n" +Sep 17 04:25:44.724: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:25:44.724: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9941 exec execpod-affinity5x4x4 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.60.128:80/ ; done' +Sep 17 04:25:44.848: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n" +Sep 17 04:25:44.848: INFO: stdout: "\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p" +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p +Sep 17 04:25:44.848: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip in namespace services-9941, will wait for the garbage collector to delete the pods 09/17/22 04:25:44.855 +Sep 17 04:25:44.910: INFO: Deleting ReplicationController affinity-clusterip took: 2.383446ms +Sep 17 04:25:45.011: INFO: Terminating ReplicationController affinity-clusterip pods took: 100.931735ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:25:47.237: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-9941" for this suite. 09/17/22 04:25:47.25 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance]","completed":117,"skipped":2245,"failed":0} +------------------------------ +• [SLOW TEST] [8.801 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:2157 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:38.453 + Sep 17 04:25:38.453: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:25:38.454 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:38.464 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:38.466 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2157 + STEP: creating service in namespace services-9941 09/17/22 04:25:38.467 + STEP: creating service affinity-clusterip in namespace services-9941 09/17/22 04:25:38.467 + STEP: creating replication controller affinity-clusterip in namespace services-9941 09/17/22 04:25:38.471 + I0917 04:25:38.477604 20 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-9941, replica count: 3 + I0917 04:25:41.528433 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 + Sep 17 04:25:41.531: INFO: Creating new exec pod + Sep 17 04:25:41.538: INFO: Waiting up to 5m0s for pod "execpod-affinity5x4x4" in namespace "services-9941" to be "running" + Sep 17 04:25:41.544: INFO: Pod "execpod-affinity5x4x4": Phase="Pending", Reason="", readiness=false. Elapsed: 5.433342ms + Sep 17 04:25:43.549: INFO: Pod "execpod-affinity5x4x4": Phase="Running", Reason="", readiness=true. Elapsed: 2.01026115s + Sep 17 04:25:43.549: INFO: Pod "execpod-affinity5x4x4" satisfied condition "running" + Sep 17 04:25:44.549: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9941 exec execpod-affinity5x4x4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip 80' + Sep 17 04:25:44.635: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip 80\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" + Sep 17 04:25:44.635: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:25:44.635: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9941 exec execpod-affinity5x4x4 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.60.128 80' + Sep 17 04:25:44.724: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.60.128 80\nConnection to 10.68.60.128 80 port [tcp/http] succeeded!\n" + Sep 17 04:25:44.724: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:25:44.724: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9941 exec execpod-affinity5x4x4 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.60.128:80/ ; done' + Sep 17 04:25:44.848: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.60.128:80/\n" + Sep 17 04:25:44.848: INFO: stdout: "\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p\naffinity-clusterip-xrs6p" + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Received response from host: affinity-clusterip-xrs6p + Sep 17 04:25:44.848: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip in namespace services-9941, will wait for the garbage collector to delete the pods 09/17/22 04:25:44.855 + Sep 17 04:25:44.910: INFO: Deleting ReplicationController affinity-clusterip took: 2.383446ms + Sep 17 04:25:45.011: INFO: Terminating ReplicationController affinity-clusterip pods took: 100.931735ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:25:47.237: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-9941" for this suite. 09/17/22 04:25:47.25 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] ReplicationController + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:66 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:47.254 +Sep 17 04:25:47.254: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replication-controller 09/17/22 04:25:47.255 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:47.265 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:47.267 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:66 +STEP: Creating replication controller my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908 09/17/22 04:25:47.269 +Sep 17 04:25:47.276: INFO: Pod name my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908: Found 0 pods out of 1 +Sep 17 04:25:52.278: INFO: Pod name my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908: Found 1 pods out of 1 +Sep 17 04:25:52.278: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908" are running +Sep 17 04:25:52.278: INFO: Waiting up to 5m0s for pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf" in namespace "replication-controller-8458" to be "running" +Sep 17 04:25:52.279: INFO: Pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf": Phase="Running", Reason="", readiness=true. Elapsed: 1.456194ms +Sep 17 04:25:52.279: INFO: Pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf" satisfied condition "running" +Sep 17 04:25:52.279: INFO: Pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:47 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:48 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:48 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:47 +0000 UTC Reason: Message:}]) +Sep 17 04:25:52.279: INFO: Trying to dial the pod +Sep 17 04:25:57.284: INFO: Controller my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908: Got expected result from replica 1 [my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf]: "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 17 04:25:57.285: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-8458" for this suite. 09/17/22 04:25:57.286 +{"msg":"PASSED [sig-apps] ReplicationController should serve a basic image on each replica with a public image [Conformance]","completed":118,"skipped":2265,"failed":0} +------------------------------ +• [SLOW TEST] [10.034 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:66 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:47.254 + Sep 17 04:25:47.254: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replication-controller 09/17/22 04:25:47.255 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:47.265 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:47.267 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:66 + STEP: Creating replication controller my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908 09/17/22 04:25:47.269 + Sep 17 04:25:47.276: INFO: Pod name my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908: Found 0 pods out of 1 + Sep 17 04:25:52.278: INFO: Pod name my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908: Found 1 pods out of 1 + Sep 17 04:25:52.278: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908" are running + Sep 17 04:25:52.278: INFO: Waiting up to 5m0s for pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf" in namespace "replication-controller-8458" to be "running" + Sep 17 04:25:52.279: INFO: Pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf": Phase="Running", Reason="", readiness=true. Elapsed: 1.456194ms + Sep 17 04:25:52.279: INFO: Pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf" satisfied condition "running" + Sep 17 04:25:52.279: INFO: Pod "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:47 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:48 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:48 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2022-09-17 04:25:47 +0000 UTC Reason: Message:}]) + Sep 17 04:25:52.279: INFO: Trying to dial the pod + Sep 17 04:25:57.284: INFO: Controller my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908: Got expected result from replica 1 [my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf]: "my-hostname-basic-7110d11f-03f0-417a-8a5c-9e9a3f980908-2ptwf", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 17 04:25:57.285: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-8458" for this suite. 09/17/22 04:25:57.286 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-node] ConfigMap + should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:137 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:57.289 +Sep 17 04:25:57.289: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:25:57.29 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:57.306 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:57.308 +[It] should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:137 +STEP: Creating configMap that has name configmap-test-emptyKey-0fcc696f-b48a-450a-9931-c639a0076e32 09/17/22 04:25:57.309 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:25:57.310: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-7427" for this suite. 09/17/22 04:25:57.312 +{"msg":"PASSED [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance]","completed":119,"skipped":2273,"failed":0} +------------------------------ +• [0.024 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:137 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:57.289 + Sep 17 04:25:57.289: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:25:57.29 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:57.306 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:57.308 + [It] should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:137 + STEP: Creating configMap that has name configmap-test-emptyKey-0fcc696f-b48a-450a-9931-c639a0076e32 09/17/22 04:25:57.309 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:25:57.310: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-7427" for this suite. 09/17/22 04:25:57.312 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl label + should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1507 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:57.315 +Sep 17 04:25:57.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:25:57.315 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:57.326 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:57.328 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1492 +STEP: creating the pod 09/17/22 04:25:57.329 +Sep 17 04:25:57.329: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 create -f -' +Sep 17 04:25:57.461: INFO: stderr: "" +Sep 17 04:25:57.461: INFO: stdout: "pod/pause created\n" +Sep 17 04:25:57.461: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] +Sep 17 04:25:57.461: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-6142" to be "running and ready" +Sep 17 04:25:57.466: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 5.010273ms +Sep 17 04:25:57.466: INFO: Error evaluating pod condition running and ready: want pod 'pause' on '10.254.0.18' to be 'Running' but was 'Pending' +Sep 17 04:25:59.468: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.007243978s +Sep 17 04:25:59.469: INFO: Pod "pause" satisfied condition "running and ready" +Sep 17 04:25:59.469: 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:1507 +STEP: adding the label testing-label with value testing-label-value to a pod 09/17/22 04:25:59.469 +Sep 17 04:25:59.469: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 label pods pause testing-label=testing-label-value' +Sep 17 04:25:59.516: INFO: stderr: "" +Sep 17 04:25:59.516: INFO: stdout: "pod/pause labeled\n" +STEP: verifying the pod has the label testing-label with the value testing-label-value 09/17/22 04:25:59.516 +Sep 17 04:25:59.516: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get pod pause -L testing-label' +Sep 17 04:25:59.561: INFO: stderr: "" +Sep 17 04:25:59.561: 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 09/17/22 04:25:59.561 +Sep 17 04:25:59.561: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 label pods pause testing-label-' +Sep 17 04:25:59.607: INFO: stderr: "" +Sep 17 04:25:59.607: INFO: stdout: "pod/pause unlabeled\n" +STEP: verifying the pod doesn't have the label testing-label 09/17/22 04:25:59.607 +Sep 17 04:25:59.607: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get pod pause -L testing-label' +Sep 17 04:25:59.658: INFO: stderr: "" +Sep 17 04:25:59.658: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s \n" +[AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1498 +STEP: using delete to clean up resources 09/17/22 04:25:59.658 +Sep 17 04:25:59.658: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 delete --grace-period=0 --force -f -' +Sep 17 04:25:59.709: 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" +Sep 17 04:25:59.709: INFO: stdout: "pod \"pause\" force deleted\n" +Sep 17 04:25:59.709: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get rc,svc -l name=pause --no-headers' +Sep 17 04:25:59.754: INFO: stderr: "No resources found in kubectl-6142 namespace.\n" +Sep 17 04:25:59.754: INFO: stdout: "" +Sep 17 04:25:59.754: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Sep 17 04:25:59.794: INFO: stderr: "" +Sep 17 04:25:59.794: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:25:59.794: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-6142" for this suite. 09/17/22 04:25:59.796 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl label should update the label on a resource [Conformance]","completed":120,"skipped":2284,"failed":0} +------------------------------ +• [2.485 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl label + test/e2e/kubectl/kubectl.go:1490 + should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1507 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:57.315 + Sep 17 04:25:57.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:25:57.315 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:57.326 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:57.328 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1492 + STEP: creating the pod 09/17/22 04:25:57.329 + Sep 17 04:25:57.329: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 create -f -' + Sep 17 04:25:57.461: INFO: stderr: "" + Sep 17 04:25:57.461: INFO: stdout: "pod/pause created\n" + Sep 17 04:25:57.461: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] + Sep 17 04:25:57.461: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-6142" to be "running and ready" + Sep 17 04:25:57.466: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 5.010273ms + Sep 17 04:25:57.466: INFO: Error evaluating pod condition running and ready: want pod 'pause' on '10.254.0.18' to be 'Running' but was 'Pending' + Sep 17 04:25:59.468: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.007243978s + Sep 17 04:25:59.469: INFO: Pod "pause" satisfied condition "running and ready" + Sep 17 04:25:59.469: 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:1507 + STEP: adding the label testing-label with value testing-label-value to a pod 09/17/22 04:25:59.469 + Sep 17 04:25:59.469: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 label pods pause testing-label=testing-label-value' + Sep 17 04:25:59.516: INFO: stderr: "" + Sep 17 04:25:59.516: INFO: stdout: "pod/pause labeled\n" + STEP: verifying the pod has the label testing-label with the value testing-label-value 09/17/22 04:25:59.516 + Sep 17 04:25:59.516: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get pod pause -L testing-label' + Sep 17 04:25:59.561: INFO: stderr: "" + Sep 17 04:25:59.561: 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 09/17/22 04:25:59.561 + Sep 17 04:25:59.561: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 label pods pause testing-label-' + Sep 17 04:25:59.607: INFO: stderr: "" + Sep 17 04:25:59.607: INFO: stdout: "pod/pause unlabeled\n" + STEP: verifying the pod doesn't have the label testing-label 09/17/22 04:25:59.607 + Sep 17 04:25:59.607: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get pod pause -L testing-label' + Sep 17 04:25:59.658: INFO: stderr: "" + Sep 17 04:25:59.658: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s \n" + [AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1498 + STEP: using delete to clean up resources 09/17/22 04:25:59.658 + Sep 17 04:25:59.658: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 delete --grace-period=0 --force -f -' + Sep 17 04:25:59.709: 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" + Sep 17 04:25:59.709: INFO: stdout: "pod \"pause\" force deleted\n" + Sep 17 04:25:59.709: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get rc,svc -l name=pause --no-headers' + Sep 17 04:25:59.754: INFO: stderr: "No resources found in kubectl-6142 namespace.\n" + Sep 17 04:25:59.754: INFO: stdout: "" + Sep 17 04:25:59.754: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6142 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Sep 17 04:25:59.794: INFO: stderr: "" + Sep 17 04:25:59.794: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:25:59.794: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-6142" for this suite. 09/17/22 04:25:59.796 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:56 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:25:59.8 +Sep 17 04:25:59.800: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:25:59.8 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:59.808 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:59.81 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:56 +STEP: Creating configMap with name configmap-test-volume-0f44adba-7ef5-4dab-9ce7-eb62f2279271 09/17/22 04:25:59.811 +STEP: Creating a pod to test consume configMaps 09/17/22 04:25:59.813 +Sep 17 04:25:59.816: INFO: Waiting up to 5m0s for pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f" in namespace "configmap-218" to be "Succeeded or Failed" +Sep 17 04:25:59.817: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f": Phase="Pending", Reason="", readiness=false. Elapsed: 1.456483ms +Sep 17 04:26:01.820: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004223479s +Sep 17 04:26:03.821: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004679808s +STEP: Saw pod success 09/17/22 04:26:03.821 +Sep 17 04:26:03.821: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f" satisfied condition "Succeeded or Failed" +Sep 17 04:26:03.822: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f container agnhost-container: +STEP: delete the pod 09/17/22 04:26:03.825 +Sep 17 04:26:03.828: INFO: Waiting for pod pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f to disappear +Sep 17 04:26:03.831: INFO: Pod pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:26:03.831: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-218" for this suite. 09/17/22 04:26:03.832 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":121,"skipped":2293,"failed":0} +------------------------------ +• [4.034 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:56 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:25:59.8 + Sep 17 04:25:59.800: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:25:59.8 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:25:59.808 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:25:59.81 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:56 + STEP: Creating configMap with name configmap-test-volume-0f44adba-7ef5-4dab-9ce7-eb62f2279271 09/17/22 04:25:59.811 + STEP: Creating a pod to test consume configMaps 09/17/22 04:25:59.813 + Sep 17 04:25:59.816: INFO: Waiting up to 5m0s for pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f" in namespace "configmap-218" to be "Succeeded or Failed" + Sep 17 04:25:59.817: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f": Phase="Pending", Reason="", readiness=false. Elapsed: 1.456483ms + Sep 17 04:26:01.820: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004223479s + Sep 17 04:26:03.821: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004679808s + STEP: Saw pod success 09/17/22 04:26:03.821 + Sep 17 04:26:03.821: INFO: Pod "pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f" satisfied condition "Succeeded or Failed" + Sep 17 04:26:03.822: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f container agnhost-container: + STEP: delete the pod 09/17/22 04:26:03.825 + Sep 17 04:26:03.828: INFO: Waiting for pod pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f to disappear + Sep 17 04:26:03.831: INFO: Pod pod-configmaps-0ad59966-7b4e-4d16-b317-3164664aba1f no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:26:03.831: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-218" for this suite. 09/17/22 04:26:03.832 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:438 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:26:03.834 +Sep 17 04:26:03.835: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-pred 09/17/22 04:26:03.835 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:03.842 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:03.844 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 17 04:26:03.847: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 17 04:26:03.849: INFO: Waiting for terminating namespaces to be deleted... +Sep 17 04:26:03.850: INFO: +Logging pods the apiserver thinks is on node 10.254.0.16 before test +Sep 17 04:26:03.853: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container calico-kube-controllers ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container calico-node ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container coredns ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container kubernetes-dashboard ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container metrics-server ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container node-cache ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:26:03.853: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 04:26:03.853: INFO: +Logging pods the apiserver thinks is on node 10.254.0.17 before test +Sep 17 04:26:03.855: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.855: INFO: Container calico-node ready: true, restart count 0 +Sep 17 04:26:03.855: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.855: INFO: Container node-cache ready: true, restart count 0 +Sep 17 04:26:03.855: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.855: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 17 04:26:03.855: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:26:03.855: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:26:03.855: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 04:26:03.855: INFO: +Logging pods the apiserver thinks is on node 10.254.0.18 before test +Sep 17 04:26:03.858: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.858: INFO: Container calico-node ready: true, restart count 0 +Sep 17 04:26:03.858: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 04:26:03.858: INFO: Container node-cache ready: true, restart count 0 +Sep 17 04:26:03.858: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:26:03.858: INFO: Container e2e ready: true, restart count 0 +Sep 17 04:26:03.858: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:26:03.858: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 04:26:03.858: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 04:26:03.858: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:438 +STEP: Trying to schedule Pod with nonempty NodeSelector. 09/17/22 04:26:03.858 +STEP: Considering event: +Type = [Warning], Name = [restricted-pod.17158b4489a26175], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 node(s) didn't match Pod's node affinity/selector. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.] 09/17/22 04:26:03.872 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:26:04.867: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-6889" for this suite. 09/17/22 04:26:04.869 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if not matching [Conformance]","completed":122,"skipped":2304,"failed":0} +------------------------------ +• [1.038 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:438 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:26:03.834 + Sep 17 04:26:03.835: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-pred 09/17/22 04:26:03.835 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:03.842 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:03.844 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 17 04:26:03.847: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 17 04:26:03.849: INFO: Waiting for terminating namespaces to be deleted... + Sep 17 04:26:03.850: INFO: + Logging pods the apiserver thinks is on node 10.254.0.16 before test + Sep 17 04:26:03.853: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container calico-kube-controllers ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container calico-node ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container coredns ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container kubernetes-dashboard ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container metrics-server ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container node-cache ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:26:03.853: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 04:26:03.853: INFO: + Logging pods the apiserver thinks is on node 10.254.0.17 before test + Sep 17 04:26:03.855: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.855: INFO: Container calico-node ready: true, restart count 0 + Sep 17 04:26:03.855: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.855: INFO: Container node-cache ready: true, restart count 0 + Sep 17 04:26:03.855: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.855: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 17 04:26:03.855: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:26:03.855: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:26:03.855: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 04:26:03.855: INFO: + Logging pods the apiserver thinks is on node 10.254.0.18 before test + Sep 17 04:26:03.858: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.858: INFO: Container calico-node ready: true, restart count 0 + Sep 17 04:26:03.858: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 04:26:03.858: INFO: Container node-cache ready: true, restart count 0 + Sep 17 04:26:03.858: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:26:03.858: INFO: Container e2e ready: true, restart count 0 + Sep 17 04:26:03.858: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:26:03.858: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 04:26:03.858: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 04:26:03.858: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:438 + STEP: Trying to schedule Pod with nonempty NodeSelector. 09/17/22 04:26:03.858 + STEP: Considering event: + Type = [Warning], Name = [restricted-pod.17158b4489a26175], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 node(s) didn't match Pod's node affinity/selector. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.] 09/17/22 04:26:03.872 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:26:04.867: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-6889" for this suite. 09/17/22 04:26:04.869 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:443 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:26:04.876 +Sep 17 04:26:04.876: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 04:26:04.876 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:04.889 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:04.892 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:443 +Sep 17 04:26:04.901: INFO: Waiting up to 5m0s for pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996" in namespace "pods-8555" to be "running and ready" +Sep 17 04:26:04.905: INFO: Pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996": Phase="Pending", Reason="", readiness=false. Elapsed: 3.322956ms +Sep 17 04:26:04.905: INFO: The phase of Pod server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:26:06.907: INFO: Pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996": Phase="Running", Reason="", readiness=true. Elapsed: 2.005165841s +Sep 17 04:26:06.907: INFO: The phase of Pod server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996 is Running (Ready = true) +Sep 17 04:26:06.907: INFO: Pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996" satisfied condition "running and ready" +Sep 17 04:26:06.923: INFO: Waiting up to 5m0s for pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153" in namespace "pods-8555" to be "Succeeded or Failed" +Sep 17 04:26:06.926: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153": Phase="Pending", Reason="", readiness=false. Elapsed: 2.404353ms +Sep 17 04:26:08.930: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006705417s +Sep 17 04:26:10.928: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004293731s +STEP: Saw pod success 09/17/22 04:26:10.928 +Sep 17 04:26:10.928: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153" satisfied condition "Succeeded or Failed" +Sep 17 04:26:10.929: INFO: Trying to get logs from node 10.254.0.18 pod client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153 container env3cont: +STEP: delete the pod 09/17/22 04:26:10.932 +Sep 17 04:26:10.934: INFO: Waiting for pod client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153 to disappear +Sep 17 04:26:10.937: INFO: Pod client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153 no longer exists +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 04:26:10.937: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-8555" for this suite. 09/17/22 04:26:10.938 +{"msg":"PASSED [sig-node] Pods should contain environment variables for services [NodeConformance] [Conformance]","completed":123,"skipped":2372,"failed":0} +------------------------------ +• [SLOW TEST] [6.065 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:443 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:26:04.876 + Sep 17 04:26:04.876: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 04:26:04.876 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:04.889 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:04.892 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:443 + Sep 17 04:26:04.901: INFO: Waiting up to 5m0s for pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996" in namespace "pods-8555" to be "running and ready" + Sep 17 04:26:04.905: INFO: Pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996": Phase="Pending", Reason="", readiness=false. Elapsed: 3.322956ms + Sep 17 04:26:04.905: INFO: The phase of Pod server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:26:06.907: INFO: Pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996": Phase="Running", Reason="", readiness=true. Elapsed: 2.005165841s + Sep 17 04:26:06.907: INFO: The phase of Pod server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996 is Running (Ready = true) + Sep 17 04:26:06.907: INFO: Pod "server-envvars-b0b97e02-f54a-46a1-94fc-8863f7bed996" satisfied condition "running and ready" + Sep 17 04:26:06.923: INFO: Waiting up to 5m0s for pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153" in namespace "pods-8555" to be "Succeeded or Failed" + Sep 17 04:26:06.926: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153": Phase="Pending", Reason="", readiness=false. Elapsed: 2.404353ms + Sep 17 04:26:08.930: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006705417s + Sep 17 04:26:10.928: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004293731s + STEP: Saw pod success 09/17/22 04:26:10.928 + Sep 17 04:26:10.928: INFO: Pod "client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153" satisfied condition "Succeeded or Failed" + Sep 17 04:26:10.929: INFO: Trying to get logs from node 10.254.0.18 pod client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153 container env3cont: + STEP: delete the pod 09/17/22 04:26:10.932 + Sep 17 04:26:10.934: INFO: Waiting for pod client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153 to disappear + Sep 17 04:26:10.937: INFO: Pod client-envvars-bd797f01-299a-4fff-8cbb-60d3150a8153 no longer exists + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 04:26:10.937: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-8555" for this suite. 09/17/22 04:26:10.938 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Projected configMap + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:173 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:26:10.941 +Sep 17 04:26:10.941: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:26:10.941 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:10.949 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:10.952 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:173 +STEP: Creating configMap with name cm-test-opt-del-7032f2fe-1a51-4046-a022-8e7493773b6c 09/17/22 04:26:10.954 +STEP: Creating configMap with name cm-test-opt-upd-bb50ec1a-e128-42ef-846d-8e4a8acd1a8e 09/17/22 04:26:10.956 +STEP: Creating the pod 09/17/22 04:26:10.957 +Sep 17 04:26:10.961: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538" in namespace "projected-9687" to be "running and ready" +Sep 17 04:26:10.963: INFO: Pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00757ms +Sep 17 04:26:10.963: INFO: The phase of Pod pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:26:12.965: INFO: Pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538": Phase="Running", Reason="", readiness=true. Elapsed: 2.00409604s +Sep 17 04:26:12.965: INFO: The phase of Pod pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538 is Running (Ready = true) +Sep 17 04:26:12.965: INFO: Pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-7032f2fe-1a51-4046-a022-8e7493773b6c 09/17/22 04:26:12.972 +STEP: Updating configmap cm-test-opt-upd-bb50ec1a-e128-42ef-846d-8e4a8acd1a8e 09/17/22 04:26:12.974 +STEP: Creating configMap with name cm-test-opt-create-1e581559-8ce0-4b46-9957-0b2dc6a4f129 09/17/22 04:26:12.976 +STEP: waiting to observe update in volume 09/17/22 04:26:12.978 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 04:26:14.987: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9687" for this suite. 09/17/22 04:26:14.989 +{"msg":"PASSED [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":124,"skipped":2372,"failed":0} +------------------------------ +• [4.051 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:173 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:26:10.941 + Sep 17 04:26:10.941: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:26:10.941 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:10.949 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:10.952 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:173 + STEP: Creating configMap with name cm-test-opt-del-7032f2fe-1a51-4046-a022-8e7493773b6c 09/17/22 04:26:10.954 + STEP: Creating configMap with name cm-test-opt-upd-bb50ec1a-e128-42ef-846d-8e4a8acd1a8e 09/17/22 04:26:10.956 + STEP: Creating the pod 09/17/22 04:26:10.957 + Sep 17 04:26:10.961: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538" in namespace "projected-9687" to be "running and ready" + Sep 17 04:26:10.963: INFO: Pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00757ms + Sep 17 04:26:10.963: INFO: The phase of Pod pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:26:12.965: INFO: Pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538": Phase="Running", Reason="", readiness=true. Elapsed: 2.00409604s + Sep 17 04:26:12.965: INFO: The phase of Pod pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538 is Running (Ready = true) + Sep 17 04:26:12.965: INFO: Pod "pod-projected-configmaps-39e99fbf-c69a-4f46-a32d-f444e2f5a538" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-7032f2fe-1a51-4046-a022-8e7493773b6c 09/17/22 04:26:12.972 + STEP: Updating configmap cm-test-opt-upd-bb50ec1a-e128-42ef-846d-8e4a8acd1a8e 09/17/22 04:26:12.974 + STEP: Creating configMap with name cm-test-opt-create-1e581559-8ce0-4b46-9957-0b2dc6a4f129 09/17/22 04:26:12.976 + STEP: waiting to observe update in volume 09/17/22 04:26:12.978 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 04:26:14.987: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9687" for this suite. 09/17/22 04:26:14.989 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] Deployment + deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:26:14.991 +Sep 17 04:26:14.991: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 04:26:14.992 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:14.998 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:15.003 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 +Sep 17 04:26:15.012: INFO: Pod name cleanup-pod: Found 0 pods out of 1 +Sep 17 04:26:20.015: INFO: Pod name cleanup-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/17/22 04:26:20.015 +Sep 17 04:26:20.015: INFO: Creating deployment test-cleanup-deployment +STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 09/17/22 04:26:20.019 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 17 04:26:20.026: INFO: Deployment "test-cleanup-deployment": +&Deployment{ObjectMeta:{test-cleanup-deployment deployment-7396 1de30cf8-5b55-4295-b036-c03b4476319a 17132 1 2022-09-17 04:26:20 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2022-09-17 04:26: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.40 [] [] [] [] [] {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 0xc002e99648 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,},} + +Sep 17 04:26:20.029: INFO: New ReplicaSet "test-cleanup-deployment-69cb9c5497" of Deployment "test-cleanup-deployment": +&ReplicaSet{ObjectMeta:{test-cleanup-deployment-69cb9c5497 deployment-7396 acfa37f6-a759-49ec-8235-81a35694099e 17137 1 2022-09-17 04:26:20 +0000 UTC map[name:cleanup-pod pod-template-hash:69cb9c5497] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-cleanup-deployment 1de30cf8-5b55-4295-b036-c03b4476319a 0xc002e99ae7 0xc002e99ae8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:26: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\":\"1de30cf8-5b55-4295-b036-c03b4476319a\"}":{}}},"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":{}}}}} }]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,pod-template-hash: 69cb9c5497,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:cleanup-pod pod-template-hash:69cb9c5497] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc002e99b78 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:0,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Sep 17 04:26:20.029: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment": +Sep 17 04:26:20.029: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller deployment-7396 af91d80c-ce57-4a7e-ab50-b90324566d23 17135 1 2022-09-17 04:26:15 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment 1de30cf8-5b55-4295-b036-c03b4476319a 0xc002e999b7 0xc002e999b8}] [] [{e2e.test Update apps/v1 2022-09-17 04:26:15 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:replicas":{},"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 2022-09-17 04:26:16 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2022-09-17 04:26:20 +0000 UTC FieldsV1 {"f:metadata":{"f:ownerReferences":{".":{},"k:{\"uid\":\"1de30cf8-5b55-4295-b036-c03b4476319a\"}":{}}}} }]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc002e99a78 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{},},} +Sep 17 04:26:20.035: INFO: Pod "test-cleanup-controller-hmjzg" is available: +&Pod{ObjectMeta:{test-cleanup-controller-hmjzg test-cleanup-controller- deployment-7396 333873b6-0ec5-4fdb-9919-7f4dea00d6cb 17104 0 2022-09-17 04:26:15 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller af91d80c-ce57-4a7e-ab50-b90324566d23 0xc002f0afa7 0xc002f0afa8}] [] [{kube-controller-manager Update v1 2022-09-17 04:26:15 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"af91d80c-ce57-4a7e-ab50-b90324566d23\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2022-09-17 04:26:16 +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\":\"172.20.110.180\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-j2xlj,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-j2xlj,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: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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:15 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.180,StartTime:2022-09-17 04:26:15 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:26:15 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://d179e5f367e22ab5d89a37a4dbdf71e619bb3ef35be93396157f423b4eb70039,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.180,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 17 04:26:20.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-7396" for this suite. 09/17/22 04:26:20.041 +{"msg":"PASSED [sig-apps] Deployment deployment should delete old replica sets [Conformance]","completed":125,"skipped":2372,"failed":0} +------------------------------ +• [SLOW TEST] [5.067 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:26:14.991 + Sep 17 04:26:14.991: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 04:26:14.992 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:14.998 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:15.003 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 + Sep 17 04:26:15.012: INFO: Pod name cleanup-pod: Found 0 pods out of 1 + Sep 17 04:26:20.015: INFO: Pod name cleanup-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/17/22 04:26:20.015 + Sep 17 04:26:20.015: INFO: Creating deployment test-cleanup-deployment + STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 09/17/22 04:26:20.019 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 17 04:26:20.026: INFO: Deployment "test-cleanup-deployment": + &Deployment{ObjectMeta:{test-cleanup-deployment deployment-7396 1de30cf8-5b55-4295-b036-c03b4476319a 17132 1 2022-09-17 04:26:20 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2022-09-17 04:26: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.40 [] [] [] [] [] {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 0xc002e99648 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,},} + + Sep 17 04:26:20.029: INFO: New ReplicaSet "test-cleanup-deployment-69cb9c5497" of Deployment "test-cleanup-deployment": + &ReplicaSet{ObjectMeta:{test-cleanup-deployment-69cb9c5497 deployment-7396 acfa37f6-a759-49ec-8235-81a35694099e 17137 1 2022-09-17 04:26:20 +0000 UTC map[name:cleanup-pod pod-template-hash:69cb9c5497] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-cleanup-deployment 1de30cf8-5b55-4295-b036-c03b4476319a 0xc002e99ae7 0xc002e99ae8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:26: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\":\"1de30cf8-5b55-4295-b036-c03b4476319a\"}":{}}},"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":{}}}}} }]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,pod-template-hash: 69cb9c5497,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:cleanup-pod pod-template-hash:69cb9c5497] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc002e99b78 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:0,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Sep 17 04:26:20.029: INFO: All old ReplicaSets of Deployment "test-cleanup-deployment": + Sep 17 04:26:20.029: INFO: &ReplicaSet{ObjectMeta:{test-cleanup-controller deployment-7396 af91d80c-ce57-4a7e-ab50-b90324566d23 17135 1 2022-09-17 04:26:15 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 Deployment test-cleanup-deployment 1de30cf8-5b55-4295-b036-c03b4476319a 0xc002e999b7 0xc002e999b8}] [] [{e2e.test Update apps/v1 2022-09-17 04:26:15 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:replicas":{},"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 2022-09-17 04:26:16 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status} {kube-controller-manager Update apps/v1 2022-09-17 04:26:20 +0000 UTC FieldsV1 {"f:metadata":{"f:ownerReferences":{".":{},"k:{\"uid\":\"1de30cf8-5b55-4295-b036-c03b4476319a\"}":{}}}} }]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc002e99a78 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{},},} + Sep 17 04:26:20.035: INFO: Pod "test-cleanup-controller-hmjzg" is available: + &Pod{ObjectMeta:{test-cleanup-controller-hmjzg test-cleanup-controller- deployment-7396 333873b6-0ec5-4fdb-9919-7f4dea00d6cb 17104 0 2022-09-17 04:26:15 +0000 UTC map[name:cleanup-pod pod:httpd] map[] [{apps/v1 ReplicaSet test-cleanup-controller af91d80c-ce57-4a7e-ab50-b90324566d23 0xc002f0afa7 0xc002f0afa8}] [] [{kube-controller-manager Update v1 2022-09-17 04:26:15 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"af91d80c-ce57-4a7e-ab50-b90324566d23\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2022-09-17 04:26:16 +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\":\"172.20.110.180\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-j2xlj,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-j2xlj,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: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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:26:15 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.180,StartTime:2022-09-17 04:26:15 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:26:15 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://d179e5f367e22ab5d89a37a4dbdf71e619bb3ef35be93396157f423b4eb70039,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.180,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 17 04:26:20.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-7396" for this suite. 09/17/22 04:26:20.041 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:129 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:26:20.061 +Sep 17 04:26:20.061: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:26:20.061 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:20.078 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:20.08 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:129 +STEP: Creating the pod 09/17/22 04:26:20.082 +Sep 17 04:26:20.086: INFO: Waiting up to 5m0s for pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18" in namespace "downward-api-7840" to be "running and ready" +Sep 17 04:26:20.088: INFO: Pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18": Phase="Pending", Reason="", readiness=false. Elapsed: 2.522147ms +Sep 17 04:26:20.088: INFO: The phase of Pod labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:26:22.091: INFO: Pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18": Phase="Running", Reason="", readiness=true. Elapsed: 2.00510302s +Sep 17 04:26:22.091: INFO: The phase of Pod labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18 is Running (Ready = true) +Sep 17 04:26:22.091: INFO: Pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18" satisfied condition "running and ready" +Sep 17 04:26:22.600: INFO: Successfully updated pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:26:26.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-7840" for this suite. 09/17/22 04:26:26.612 +{"msg":"PASSED [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance]","completed":126,"skipped":2412,"failed":0} +------------------------------ +• [SLOW TEST] [6.554 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:129 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:26:20.061 + Sep 17 04:26:20.061: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:26:20.061 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:20.078 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:20.08 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:129 + STEP: Creating the pod 09/17/22 04:26:20.082 + Sep 17 04:26:20.086: INFO: Waiting up to 5m0s for pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18" in namespace "downward-api-7840" to be "running and ready" + Sep 17 04:26:20.088: INFO: Pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18": Phase="Pending", Reason="", readiness=false. Elapsed: 2.522147ms + Sep 17 04:26:20.088: INFO: The phase of Pod labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:26:22.091: INFO: Pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18": Phase="Running", Reason="", readiness=true. Elapsed: 2.00510302s + Sep 17 04:26:22.091: INFO: The phase of Pod labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18 is Running (Ready = true) + Sep 17 04:26:22.091: INFO: Pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18" satisfied condition "running and ready" + Sep 17 04:26:22.600: INFO: Successfully updated pod "labelsupdate310db107-7a6b-4b7a-94f7-cd13d30f5b18" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:26:26.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-7840" for this suite. 09/17/22 04:26:26.612 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:26:26.615 +Sep 17 04:26:26.615: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 04:26:26.616 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:26.623 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:26.626 +[It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 +STEP: Creating a test headless service 09/17/22 04:26:26.627 +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-4216 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-4216;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-4216;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +notcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_udp@PTR;check="$$(dig +tcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_tcp@PTR;sleep 1; done + 09/17/22 04:26:26.634 +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-4216 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-4216;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-4216;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +notcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_udp@PTR;check="$$(dig +tcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_tcp@PTR;sleep 1; done + 09/17/22 04:26:26.634 +STEP: creating a pod to probe DNS 09/17/22 04:26:26.634 +STEP: submitting the pod to kubernetes 09/17/22 04:26:26.634 +Sep 17 04:26:26.647: INFO: Waiting up to 15m0s for pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5" in namespace "dns-4216" to be "running" +Sep 17 04:26:26.651: INFO: Pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.115094ms +Sep 17 04:26:28.653: INFO: Pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5": Phase="Running", Reason="", readiness=true. Elapsed: 2.006008403s +Sep 17 04:26:28.653: INFO: Pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5" satisfied condition "running" +STEP: retrieving the pod 09/17/22 04:26:28.653 +STEP: looking for the results for each expected name from probers 09/17/22 04:26:28.654 +Sep 17 04:26:28.661: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.662: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.663: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.665: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.666: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.667: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.676: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.686: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.736: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.743: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.746: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.756: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.763: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.773: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.783: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.793: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:28.834: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + +Sep 17 04:26:33.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.877: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.887: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.897: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.907: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.917: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.968: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.977: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.987: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:33.997: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:34.007: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:34.018: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:34.027: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:34.038: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:34.077: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + +Sep 17 04:26:38.848: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.878: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.880: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.891: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.901: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.911: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.962: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.968: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.978: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.988: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.992: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:38.998: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:39.008: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:39.012: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:39.048: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + +Sep 17 04:26:43.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.877: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.887: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.897: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.907: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.917: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.967: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.977: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.988: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:43.997: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:44.008: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:44.018: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:44.028: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:44.038: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:44.077: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + +Sep 17 04:26:48.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.877: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.887: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.897: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.907: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.917: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.967: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.977: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.987: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:48.997: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:49.007: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:49.019: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:49.029: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:49.037: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:49.078: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + +Sep 17 04:26:53.837: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.838: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.840: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.841: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.842: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.843: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.845: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.846: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.878: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.887: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.897: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.907: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.917: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.928: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.938: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.947: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:53.978: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + +Sep 17 04:26:58.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) +Sep 17 04:26:59.050: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service] + +Sep 17 04:27:04.066: INFO: DNS probes using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 succeeded + +STEP: deleting the pod 09/17/22 04:27:04.067 +STEP: deleting the test service 09/17/22 04:27:04.076 +STEP: deleting the test headless service 09/17/22 04:27:04.1 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 04:27:04.111: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-4216" for this suite. 09/17/22 04:27:04.114 +{"msg":"PASSED [sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]","completed":127,"skipped":2424,"failed":0} +------------------------------ +• [SLOW TEST] [37.506 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:26:26.615 + Sep 17 04:26:26.615: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 04:26:26.616 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:26:26.623 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:26:26.626 + [It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 + STEP: Creating a test headless service 09/17/22 04:26:26.627 + 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-4216 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-4216;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-4216;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +notcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_udp@PTR;check="$$(dig +tcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_tcp@PTR;sleep 1; done + 09/17/22 04:26:26.634 + 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-4216 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-4216;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-4216;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-4216.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-4216.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-4216.svc;check="$$(dig +notcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_udp@PTR;check="$$(dig +tcp +noall +answer +search 216.33.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.33.216_tcp@PTR;sleep 1; done + 09/17/22 04:26:26.634 + STEP: creating a pod to probe DNS 09/17/22 04:26:26.634 + STEP: submitting the pod to kubernetes 09/17/22 04:26:26.634 + Sep 17 04:26:26.647: INFO: Waiting up to 15m0s for pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5" in namespace "dns-4216" to be "running" + Sep 17 04:26:26.651: INFO: Pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.115094ms + Sep 17 04:26:28.653: INFO: Pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5": Phase="Running", Reason="", readiness=true. Elapsed: 2.006008403s + Sep 17 04:26:28.653: INFO: Pod "dns-test-6d889919-bf62-487f-93f8-d0372a2471f5" satisfied condition "running" + STEP: retrieving the pod 09/17/22 04:26:28.653 + STEP: looking for the results for each expected name from probers 09/17/22 04:26:28.654 + Sep 17 04:26:28.661: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.662: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.663: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.665: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.666: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.667: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.676: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.686: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.736: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.743: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.746: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.756: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.763: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.773: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.783: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.793: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:28.834: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + + Sep 17 04:26:33.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.877: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.887: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.897: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.907: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.917: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.968: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.977: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.987: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:33.997: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:34.007: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:34.018: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:34.027: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:34.038: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:34.077: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + + Sep 17 04:26:38.848: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.878: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.880: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.891: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.901: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.911: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.962: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.968: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.978: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.988: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.992: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:38.998: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:39.008: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:39.012: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:39.048: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + + Sep 17 04:26:43.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.877: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.887: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.897: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.907: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.917: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.967: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.977: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.988: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:43.997: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:44.008: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:44.018: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:44.028: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:44.038: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:44.077: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + + Sep 17 04:26:48.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.857: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.867: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.877: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.887: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.897: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.907: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.917: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.967: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.977: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.987: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:48.997: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:49.007: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:49.019: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:49.029: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:49.037: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:49.078: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + + Sep 17 04:26:53.837: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.838: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.840: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.841: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.842: INFO: Unable to read wheezy_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.843: INFO: Unable to read wheezy_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.845: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.846: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.878: INFO: Unable to read jessie_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.887: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.897: INFO: Unable to read jessie_udp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.907: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216 from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.917: INFO: Unable to read jessie_udp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.928: INFO: Unable to read jessie_tcp@dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.938: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.947: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:53.978: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-4216 wheezy_tcp@dns-test-service.dns-4216 wheezy_udp@dns-test-service.dns-4216.svc wheezy_tcp@dns-test-service.dns-4216.svc wheezy_udp@_http._tcp.dns-test-service.dns-4216.svc wheezy_tcp@_http._tcp.dns-test-service.dns-4216.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-4216 jessie_tcp@dns-test-service.dns-4216 jessie_udp@dns-test-service.dns-4216.svc jessie_tcp@dns-test-service.dns-4216.svc jessie_udp@_http._tcp.dns-test-service.dns-4216.svc jessie_tcp@_http._tcp.dns-test-service.dns-4216.svc] + + Sep 17 04:26:58.847: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5: the server could not find the requested resource (get pods dns-test-6d889919-bf62-487f-93f8-d0372a2471f5) + Sep 17 04:26:59.050: INFO: Lookups using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 failed for: [wheezy_udp@dns-test-service] + + Sep 17 04:27:04.066: INFO: DNS probes using dns-4216/dns-test-6d889919-bf62-487f-93f8-d0372a2471f5 succeeded + + STEP: deleting the pod 09/17/22 04:27:04.067 + STEP: deleting the test service 09/17/22 04:27:04.076 + STEP: deleting the test headless service 09/17/22 04:27:04.1 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 04:27:04.111: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-4216" for this suite. 09/17/22 04:27:04.114 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:04.122 +Sep 17 04:27:04.122: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename subpath 09/17/22 04:27:04.123 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:04.14 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:04.142 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/17/22 04:27:04.144 +[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-7srv 09/17/22 04:27:04.148 +STEP: Creating a pod to test atomic-volume-subpath 09/17/22 04:27:04.148 +Sep 17 04:27:04.153: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-7srv" in namespace "subpath-6736" to be "Succeeded or Failed" +Sep 17 04:27:04.155: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Pending", Reason="", readiness=false. Elapsed: 1.942856ms +Sep 17 04:27:06.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 2.004109719s +Sep 17 04:27:08.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 4.004532511s +Sep 17 04:27:10.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 6.004049588s +Sep 17 04:27:12.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 8.003946504s +Sep 17 04:27:14.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 10.004454186s +Sep 17 04:27:16.156: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 12.003777877s +Sep 17 04:27:18.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 14.004114625s +Sep 17 04:27:20.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 16.004073906s +Sep 17 04:27:22.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 18.004000963s +Sep 17 04:27:24.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 20.004083505s +Sep 17 04:27:26.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=false. Elapsed: 22.003995471s +Sep 17 04:27:28.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004105275s +STEP: Saw pod success 09/17/22 04:27:28.157 +Sep 17 04:27:28.157: INFO: Pod "pod-subpath-test-configmap-7srv" satisfied condition "Succeeded or Failed" +Sep 17 04:27:28.158: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-configmap-7srv container test-container-subpath-configmap-7srv: +STEP: delete the pod 09/17/22 04:27:28.16 +Sep 17 04:27:28.165: INFO: Waiting for pod pod-subpath-test-configmap-7srv to disappear +Sep 17 04:27:28.167: INFO: Pod pod-subpath-test-configmap-7srv no longer exists +STEP: Deleting pod pod-subpath-test-configmap-7srv 09/17/22 04:27:28.167 +Sep 17 04:27:28.167: INFO: Deleting pod "pod-subpath-test-configmap-7srv" in namespace "subpath-6736" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 17 04:27:28.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-6736" for this suite. 09/17/22 04:27:28.169 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod with mountPath of existing file [Conformance]","completed":128,"skipped":2431,"failed":0} +------------------------------ +• [SLOW TEST] [24.049 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:04.122 + Sep 17 04:27:04.122: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename subpath 09/17/22 04:27:04.123 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:04.14 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:04.142 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/17/22 04:27:04.144 + [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-7srv 09/17/22 04:27:04.148 + STEP: Creating a pod to test atomic-volume-subpath 09/17/22 04:27:04.148 + Sep 17 04:27:04.153: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-7srv" in namespace "subpath-6736" to be "Succeeded or Failed" + Sep 17 04:27:04.155: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Pending", Reason="", readiness=false. Elapsed: 1.942856ms + Sep 17 04:27:06.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 2.004109719s + Sep 17 04:27:08.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 4.004532511s + Sep 17 04:27:10.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 6.004049588s + Sep 17 04:27:12.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 8.003946504s + Sep 17 04:27:14.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 10.004454186s + Sep 17 04:27:16.156: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 12.003777877s + Sep 17 04:27:18.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 14.004114625s + Sep 17 04:27:20.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 16.004073906s + Sep 17 04:27:22.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 18.004000963s + Sep 17 04:27:24.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=true. Elapsed: 20.004083505s + Sep 17 04:27:26.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Running", Reason="", readiness=false. Elapsed: 22.003995471s + Sep 17 04:27:28.157: INFO: Pod "pod-subpath-test-configmap-7srv": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004105275s + STEP: Saw pod success 09/17/22 04:27:28.157 + Sep 17 04:27:28.157: INFO: Pod "pod-subpath-test-configmap-7srv" satisfied condition "Succeeded or Failed" + Sep 17 04:27:28.158: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-configmap-7srv container test-container-subpath-configmap-7srv: + STEP: delete the pod 09/17/22 04:27:28.16 + Sep 17 04:27:28.165: INFO: Waiting for pod pod-subpath-test-configmap-7srv to disappear + Sep 17 04:27:28.167: INFO: Pod pod-subpath-test-configmap-7srv no longer exists + STEP: Deleting pod pod-subpath-test-configmap-7srv 09/17/22 04:27:28.167 + Sep 17 04:27:28.167: INFO: Deleting pod "pod-subpath-test-configmap-7srv" in namespace "subpath-6736" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 17 04:27:28.168: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-6736" for this suite. 09/17/22 04:27:28.169 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:194 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:28.173 +Sep 17 04:27:28.173: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-runtime 09/17/22 04:27:28.173 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:28.181 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:28.186 +[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:194 +STEP: create the container 09/17/22 04:27:28.187 +STEP: wait for the container to reach Succeeded 09/17/22 04:27:28.192 +STEP: get the container status 09/17/22 04:27:32.204 +STEP: the container should be terminated 09/17/22 04:27:32.205 +STEP: the termination message should be set 09/17/22 04:27:32.205 +Sep 17 04:27:32.205: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 09/17/22 04:27:32.205 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 17 04:27:32.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-1162" for this suite. 09/17/22 04:27:32.213 +{"msg":"PASSED [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]","completed":129,"skipped":2489,"failed":0} +------------------------------ +• [4.044 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + 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:194 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:28.173 + Sep 17 04:27:28.173: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-runtime 09/17/22 04:27:28.173 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:28.181 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:28.186 + [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:194 + STEP: create the container 09/17/22 04:27:28.187 + STEP: wait for the container to reach Succeeded 09/17/22 04:27:28.192 + STEP: get the container status 09/17/22 04:27:32.204 + STEP: the container should be terminated 09/17/22 04:27:32.205 + STEP: the termination message should be set 09/17/22 04:27:32.205 + Sep 17 04:27:32.205: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 09/17/22 04:27:32.205 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 17 04:27:32.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-1162" for this suite. 09/17/22 04:27:32.213 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-network] Services + should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2189 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:32.218 +Sep 17 04:27:32.218: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:27:32.218 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:32.229 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:32.232 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2189 +STEP: creating service in namespace services-1573 09/17/22 04:27:32.233 +STEP: creating service affinity-clusterip-transition in namespace services-1573 09/17/22 04:27:32.233 +STEP: creating replication controller affinity-clusterip-transition in namespace services-1573 09/17/22 04:27:32.242 +I0917 04:27:32.248061 20 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-1573, replica count: 3 +I0917 04:27:35.298482 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 +Sep 17 04:27:35.301: INFO: Creating new exec pod +Sep 17 04:27:35.302: INFO: Waiting up to 5m0s for pod "execpod-affinityz4x5f" in namespace "services-1573" to be "running" +Sep 17 04:27:35.305: INFO: Pod "execpod-affinityz4x5f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.147353ms +Sep 17 04:27:37.306: INFO: Pod "execpod-affinityz4x5f": Phase="Running", Reason="", readiness=true. Elapsed: 2.003908589s +Sep 17 04:27:37.306: INFO: Pod "execpod-affinityz4x5f" satisfied condition "running" +Sep 17 04:27:38.307: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-transition 80' +Sep 17 04:27:38.393: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip-transition 80\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" +Sep 17 04:27:38.393: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:27:38.393: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.113.19 80' +Sep 17 04:27:38.476: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.113.19 80\nConnection to 10.68.113.19 80 port [tcp/http] succeeded!\n" +Sep 17 04:27:38.476: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:27:38.480: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.113.19:80/ ; done' +Sep 17 04:27:38.622: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n" +Sep 17 04:27:38.622: INFO: stdout: "\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh" +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh +Sep 17 04:27:38.628: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.113.19:80/ ; done' +Sep 17 04:27:38.774: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n" +Sep 17 04:27:38.774: INFO: stdout: "\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq" +Sep 17 04:27:38.774: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq +Sep 17 04:27:38.775: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-1573, will wait for the garbage collector to delete the pods 09/17/22 04:27:38.78 +Sep 17 04:27:38.839: INFO: Deleting ReplicationController affinity-clusterip-transition took: 6.311674ms +Sep 17 04:27:38.940: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.598926ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:27:40.549: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-1573" for this suite. 09/17/22 04:27:40.552 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance]","completed":130,"skipped":2498,"failed":0} +------------------------------ +• [SLOW TEST] [8.338 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:2189 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:32.218 + Sep 17 04:27:32.218: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:27:32.218 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:32.229 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:32.232 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2189 + STEP: creating service in namespace services-1573 09/17/22 04:27:32.233 + STEP: creating service affinity-clusterip-transition in namespace services-1573 09/17/22 04:27:32.233 + STEP: creating replication controller affinity-clusterip-transition in namespace services-1573 09/17/22 04:27:32.242 + I0917 04:27:32.248061 20 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-1573, replica count: 3 + I0917 04:27:35.298482 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 + Sep 17 04:27:35.301: INFO: Creating new exec pod + Sep 17 04:27:35.302: INFO: Waiting up to 5m0s for pod "execpod-affinityz4x5f" in namespace "services-1573" to be "running" + Sep 17 04:27:35.305: INFO: Pod "execpod-affinityz4x5f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.147353ms + Sep 17 04:27:37.306: INFO: Pod "execpod-affinityz4x5f": Phase="Running", Reason="", readiness=true. Elapsed: 2.003908589s + Sep 17 04:27:37.306: INFO: Pod "execpod-affinityz4x5f" satisfied condition "running" + Sep 17 04:27:38.307: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-transition 80' + Sep 17 04:27:38.393: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip-transition 80\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" + Sep 17 04:27:38.393: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:27:38.393: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.113.19 80' + Sep 17 04:27:38.476: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.113.19 80\nConnection to 10.68.113.19 80 port [tcp/http] succeeded!\n" + Sep 17 04:27:38.476: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:27:38.480: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.113.19:80/ ; done' + Sep 17 04:27:38.622: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n" + Sep 17 04:27:38.622: INFO: stdout: "\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh\naffinity-clusterip-transition-7vcnd\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-jdpzh" + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-7vcnd + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.622: INFO: Received response from host: affinity-clusterip-transition-jdpzh + Sep 17 04:27:38.628: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1573 exec execpod-affinityz4x5f -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.113.19:80/ ; done' + Sep 17 04:27:38.774: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.113.19:80/\n" + Sep 17 04:27:38.774: INFO: stdout: "\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq\naffinity-clusterip-transition-5k5mq" + Sep 17 04:27:38.774: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Received response from host: affinity-clusterip-transition-5k5mq + Sep 17 04:27:38.775: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-1573, will wait for the garbage collector to delete the pods 09/17/22 04:27:38.78 + Sep 17 04:27:38.839: INFO: Deleting ReplicationController affinity-clusterip-transition took: 6.311674ms + Sep 17 04:27:38.940: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.598926ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:27:40.549: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-1573" for this suite. 09/17/22 04:27:40.552 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] RuntimeClass + should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:40.556 +Sep 17 04:27:40.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename runtimeclass 09/17/22 04:27:40.557 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:40.574 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:40.577 +[It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 +STEP: Deleting RuntimeClass runtimeclass-867-delete-me 09/17/22 04:27:40.581 +STEP: Waiting for the RuntimeClass to disappear 09/17/22 04:27:40.585 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 17 04:27:40.590: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-867" for this suite. 09/17/22 04:27:40.592 +{"msg":"PASSED [sig-node] RuntimeClass should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance]","completed":131,"skipped":2521,"failed":0} +------------------------------ +• [0.039 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:40.556 + Sep 17 04:27:40.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename runtimeclass 09/17/22 04:27:40.557 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:40.574 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:40.577 + [It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 + STEP: Deleting RuntimeClass runtimeclass-867-delete-me 09/17/22 04:27:40.581 + STEP: Waiting for the RuntimeClass to disappear 09/17/22 04:27:40.585 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 17 04:27:40.590: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-867" for this suite. 09/17/22 04:27:40.592 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:40.597 +Sep 17 04:27:40.597: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:27:40.597 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:40.658 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:40.661 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 +STEP: creating a Service 09/17/22 04:27:40.666 +STEP: watching for the Service to be added 09/17/22 04:27:40.67 +Sep 17 04:27:40.671: INFO: Found Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] +Sep 17 04:27:40.672: INFO: Service test-service-mhx6w created +STEP: Getting /status 09/17/22 04:27:40.672 +Sep 17 04:27:40.679: INFO: Service test-service-mhx6w has LoadBalancer: {[]} +STEP: patching the ServiceStatus 09/17/22 04:27:40.679 +STEP: watching for the Service to be patched 09/17/22 04:27:40.685 +Sep 17 04:27:40.687: INFO: observed Service test-service-mhx6w in namespace services-8029 with annotations: map[] & LoadBalancer: {[]} +Sep 17 04:27:40.687: INFO: Found Service test-service-mhx6w in namespace services-8029 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} +Sep 17 04:27:40.687: INFO: Service test-service-mhx6w has service status patched +STEP: updating the ServiceStatus 09/17/22 04:27:40.687 +Sep 17 04:27:40.692: 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 09/17/22 04:27:40.692 +Sep 17 04:27:40.693: INFO: Observed Service test-service-mhx6w in namespace services-8029 with annotations: map[] & Conditions: {[]} +Sep 17 04:27:40.693: INFO: Observed event: &Service{ObjectMeta:{test-service-mhx6w services-8029 17d07e75-d580-45a2-9bd0-346b280bbd71 17635 0 2022-09-17 04:27:40 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2022-09-17 04:27:40 +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 2022-09-17 04:27:40 +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.68.201.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.68.201.63],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{},},} +Sep 17 04:27:40.694: INFO: Found Service test-service-mhx6w in namespace services-8029 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Sep 17 04:27:40.694: INFO: Service test-service-mhx6w has service status updated +STEP: patching the service 09/17/22 04:27:40.694 +STEP: watching for the Service to be patched 09/17/22 04:27:40.707 +Sep 17 04:27:40.710: INFO: observed Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] +Sep 17 04:27:40.710: INFO: observed Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] +Sep 17 04:27:40.710: INFO: observed Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] +Sep 17 04:27:40.711: INFO: Found Service test-service-mhx6w in namespace services-8029 with labels: map[test-service:patched test-service-static:true] +Sep 17 04:27:40.711: INFO: Service test-service-mhx6w patched +STEP: deleting the service 09/17/22 04:27:40.711 +STEP: watching for the Service to be deleted 09/17/22 04:27:40.721 +Sep 17 04:27:40.723: INFO: Observed event: ADDED +Sep 17 04:27:40.723: INFO: Observed event: MODIFIED +Sep 17 04:27:40.723: INFO: Observed event: MODIFIED +Sep 17 04:27:40.723: INFO: Observed event: MODIFIED +Sep 17 04:27:40.723: INFO: Found Service test-service-mhx6w in namespace services-8029 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] +Sep 17 04:27:40.723: INFO: Service test-service-mhx6w deleted +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:27:40.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8029" for this suite. 09/17/22 04:27:40.725 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should complete a service status lifecycle [Conformance]","completed":132,"skipped":2555,"failed":0} +------------------------------ +• [0.132 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:40.597 + Sep 17 04:27:40.597: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:27:40.597 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:40.658 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:40.661 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3415 + STEP: creating a Service 09/17/22 04:27:40.666 + STEP: watching for the Service to be added 09/17/22 04:27:40.67 + Sep 17 04:27:40.671: INFO: Found Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] + Sep 17 04:27:40.672: INFO: Service test-service-mhx6w created + STEP: Getting /status 09/17/22 04:27:40.672 + Sep 17 04:27:40.679: INFO: Service test-service-mhx6w has LoadBalancer: {[]} + STEP: patching the ServiceStatus 09/17/22 04:27:40.679 + STEP: watching for the Service to be patched 09/17/22 04:27:40.685 + Sep 17 04:27:40.687: INFO: observed Service test-service-mhx6w in namespace services-8029 with annotations: map[] & LoadBalancer: {[]} + Sep 17 04:27:40.687: INFO: Found Service test-service-mhx6w in namespace services-8029 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} + Sep 17 04:27:40.687: INFO: Service test-service-mhx6w has service status patched + STEP: updating the ServiceStatus 09/17/22 04:27:40.687 + Sep 17 04:27:40.692: 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 09/17/22 04:27:40.692 + Sep 17 04:27:40.693: INFO: Observed Service test-service-mhx6w in namespace services-8029 with annotations: map[] & Conditions: {[]} + Sep 17 04:27:40.693: INFO: Observed event: &Service{ObjectMeta:{test-service-mhx6w services-8029 17d07e75-d580-45a2-9bd0-346b280bbd71 17635 0 2022-09-17 04:27:40 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2022-09-17 04:27:40 +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 2022-09-17 04:27:40 +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.68.201.63,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.68.201.63],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{},},} + Sep 17 04:27:40.694: INFO: Found Service test-service-mhx6w in namespace services-8029 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Sep 17 04:27:40.694: INFO: Service test-service-mhx6w has service status updated + STEP: patching the service 09/17/22 04:27:40.694 + STEP: watching for the Service to be patched 09/17/22 04:27:40.707 + Sep 17 04:27:40.710: INFO: observed Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] + Sep 17 04:27:40.710: INFO: observed Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] + Sep 17 04:27:40.710: INFO: observed Service test-service-mhx6w in namespace services-8029 with labels: map[test-service-static:true] + Sep 17 04:27:40.711: INFO: Found Service test-service-mhx6w in namespace services-8029 with labels: map[test-service:patched test-service-static:true] + Sep 17 04:27:40.711: INFO: Service test-service-mhx6w patched + STEP: deleting the service 09/17/22 04:27:40.711 + STEP: watching for the Service to be deleted 09/17/22 04:27:40.721 + Sep 17 04:27:40.723: INFO: Observed event: ADDED + Sep 17 04:27:40.723: INFO: Observed event: MODIFIED + Sep 17 04:27:40.723: INFO: Observed event: MODIFIED + Sep 17 04:27:40.723: INFO: Observed event: MODIFIED + Sep 17 04:27:40.723: INFO: Found Service test-service-mhx6w in namespace services-8029 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] + Sep 17 04:27:40.723: INFO: Service test-service-mhx6w deleted + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:27:40.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8029" for this suite. 09/17/22 04:27:40.725 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:40.73 +Sep 17 04:27:40.730: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:27:40.73 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:40.747 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:40.748 +[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 +Sep 17 04:27:40.756: INFO: Waiting up to 5m0s for pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f" in namespace "kubelet-test-1335" to be "running and ready" +Sep 17 04:27:40.760: INFO: Pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.303413ms +Sep 17 04:27:40.760: INFO: The phase of Pod busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:27:42.762: INFO: Pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f": Phase="Running", Reason="", readiness=true. Elapsed: 2.005472964s +Sep 17 04:27:42.762: INFO: The phase of Pod busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f is Running (Ready = true) +Sep 17 04:27:42.762: INFO: Pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 17 04:27:42.765: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-1335" for this suite. 09/17/22 04:27:42.767 +{"msg":"PASSED [sig-node] Kubelet when scheduling a read only busybox container should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]","completed":133,"skipped":2586,"failed":0} +------------------------------ +• [2.039 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:40.73 + Sep 17 04:27:40.730: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:27:40.73 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:40.747 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:40.748 + [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 + Sep 17 04:27:40.756: INFO: Waiting up to 5m0s for pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f" in namespace "kubelet-test-1335" to be "running and ready" + Sep 17 04:27:40.760: INFO: Pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.303413ms + Sep 17 04:27:40.760: INFO: The phase of Pod busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:27:42.762: INFO: Pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f": Phase="Running", Reason="", readiness=true. Elapsed: 2.005472964s + Sep 17 04:27:42.762: INFO: The phase of Pod busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f is Running (Ready = true) + Sep 17 04:27:42.762: INFO: Pod "busybox-readonly-fs89d32f55-b3cd-4f28-b8d6-4694efbcf94f" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 17 04:27:42.765: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-1335" for this suite. 09/17/22 04:27:42.767 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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:248 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:42.769 +Sep 17 04:27:42.769: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:27:42.77 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:42.778 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:42.779 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[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:248 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:27:42.781 +Sep 17 04:27:42.784: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261" in namespace "projected-7878" to be "Succeeded or Failed" +Sep 17 04:27:42.786: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261": Phase="Pending", Reason="", readiness=false. Elapsed: 2.121979ms +Sep 17 04:27:44.789: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004702796s +Sep 17 04:27:46.789: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004833126s +STEP: Saw pod success 09/17/22 04:27:46.789 +Sep 17 04:27:46.789: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261" satisfied condition "Succeeded or Failed" +Sep 17 04:27:46.790: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261 container client-container: +STEP: delete the pod 09/17/22 04:27:46.793 +Sep 17 04:27:46.798: INFO: Waiting for pod downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261 to disappear +Sep 17 04:27:46.802: INFO: Pod downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 04:27:46.802: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7878" for this suite. 09/17/22 04:27:46.803 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","completed":134,"skipped":2594,"failed":0} +------------------------------ +• [4.037 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:248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:42.769 + Sep 17 04:27:42.769: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:27:42.77 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:42.778 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:42.779 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [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:248 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:27:42.781 + Sep 17 04:27:42.784: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261" in namespace "projected-7878" to be "Succeeded or Failed" + Sep 17 04:27:42.786: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261": Phase="Pending", Reason="", readiness=false. Elapsed: 2.121979ms + Sep 17 04:27:44.789: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004702796s + Sep 17 04:27:46.789: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004833126s + STEP: Saw pod success 09/17/22 04:27:46.789 + Sep 17 04:27:46.789: INFO: Pod "downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261" satisfied condition "Succeeded or Failed" + Sep 17 04:27:46.790: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261 container client-container: + STEP: delete the pod 09/17/22 04:27:46.793 + Sep 17 04:27:46.798: INFO: Waiting for pod downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261 to disappear + Sep 17 04:27:46.802: INFO: Pod downwardapi-volume-a39787a2-ab7d-4caa-a5ee-aed9df2f7261 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 04:27:46.802: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7878" for this suite. 09/17/22 04:27:46.803 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:27:46.807 +Sep 17 04:27:46.807: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 04:27:46.808 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:46.816 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:46.818 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-9033 09/17/22 04:27:46.819 +[It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 +STEP: Creating stateful set ss in namespace statefulset-9033 09/17/22 04:27:46.822 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-9033 09/17/22 04:27:46.826 +Sep 17 04:27:46.829: INFO: Found 0 stateful pods, waiting for 1 +Sep 17 04:27:56.831: 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 09/17/22 04:27:56.831 +Sep 17 04:27:56.832: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 04:27:56.924: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 04:27:56.924: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 04:27:56.924: 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' + +Sep 17 04:27:56.926: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Sep 17 04:28:06.928: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 04:28:06.928: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 04:28:06.935: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 17 04:28:06.935: INFO: ss-0 10.254.0.18 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:57 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:57 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC }] +Sep 17 04:28:06.935: INFO: +Sep 17 04:28:06.935: INFO: StatefulSet ss has not reached scale 3, at 1 +Sep 17 04:28:07.937: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996800451s +Sep 17 04:28:08.950: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.994850711s +Sep 17 04:28:09.953: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.981596202s +Sep 17 04:28:10.955: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.979060293s +Sep 17 04:28:11.958: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.976399268s +Sep 17 04:28:12.960: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.974628984s +Sep 17 04:28:13.962: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.972406096s +Sep 17 04:28:14.964: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.970520148s +Sep 17 04:28:15.967: INFO: Verifying statefulset ss doesn't scale past 3 for another 967.628229ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-9033 09/17/22 04:28:16.967 +Sep 17 04:28:16.969: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 04:28:17.058: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 17 04:28:17.058: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 04:28:17.058: 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' + +Sep 17 04:28:17.058: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 04:28:17.148: 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" +Sep 17 04:28:17.148: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 04:28:17.148: 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' + +Sep 17 04:28:17.149: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 04:28:17.252: 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" +Sep 17 04:28:17.252: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 04:28:17.252: 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' + +Sep 17 04:28:17.255: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:28:17.255: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:28:17.255: 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 09/17/22 04:28:17.255 +Sep 17 04:28:17.257: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 04:28:17.352: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 04:28:17.352: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 04:28:17.352: 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' + +Sep 17 04:28:17.352: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 04:28:17.436: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 04:28:17.436: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 04:28:17.436: 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' + +Sep 17 04:28:17.437: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 04:28:17.539: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 04:28:17.539: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 04:28:17.539: 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' + +Sep 17 04:28:17.539: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 04:28:17.541: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 +Sep 17 04:28:27.544: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 04:28:27.544: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 04:28:27.544: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 04:28:27.549: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 17 04:28:27.549: INFO: ss-0 10.254.0.18 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC }] +Sep 17 04:28:27.549: INFO: ss-1 10.254.0.17 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC }] +Sep 17 04:28:27.549: INFO: ss-2 10.254.0.16 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:17 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:17 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC }] +Sep 17 04:28:27.549: INFO: +Sep 17 04:28:27.549: INFO: StatefulSet ss has not reached scale 0, at 3 +Sep 17 04:28:28.554: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 17 04:28:28.554: INFO: ss-0 10.254.0.18 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC }] +Sep 17 04:28:28.554: INFO: +Sep 17 04:28:28.554: INFO: StatefulSet ss has not reached scale 0, at 1 +Sep 17 04:28:29.556: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.993468225s +Sep 17 04:28:30.557: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.991817141s +Sep 17 04:28:31.559: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.99007123s +Sep 17 04:28:32.562: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.987608198s +Sep 17 04:28:33.563: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.985979778s +Sep 17 04:28:34.565: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.98430465s +Sep 17 04:28:35.567: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.981857511s +Sep 17 04:28:36.570: INFO: Verifying statefulset ss doesn't scale past 0 for another 979.636765ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-9033 09/17/22 04:28:37.57 +Sep 17 04:28:37.572: INFO: Scaling statefulset ss to 0 +Sep 17 04:28:37.576: INFO: Waiting for statefulset status.replicas updated to 0 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 17 04:28:37.577: INFO: Deleting all statefulset in ns statefulset-9033 +Sep 17 04:28:37.578: INFO: Scaling statefulset ss to 0 +Sep 17 04:28:37.582: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 04:28:37.583: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 04:28:37.588: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-9033" for this suite. 09/17/22 04:28:37.596 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance]","completed":135,"skipped":2604,"failed":0} +------------------------------ +• [SLOW TEST] [50.792 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:27:46.807 + Sep 17 04:27:46.807: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 04:27:46.808 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:27:46.816 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:27:46.818 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-9033 09/17/22 04:27:46.819 + [It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:695 + STEP: Creating stateful set ss in namespace statefulset-9033 09/17/22 04:27:46.822 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-9033 09/17/22 04:27:46.826 + Sep 17 04:27:46.829: INFO: Found 0 stateful pods, waiting for 1 + Sep 17 04:27:56.831: 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 09/17/22 04:27:56.831 + Sep 17 04:27:56.832: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 04:27:56.924: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 04:27:56.924: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 04:27:56.924: 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' + + Sep 17 04:27:56.926: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Sep 17 04:28:06.928: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 04:28:06.928: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 04:28:06.935: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 17 04:28:06.935: INFO: ss-0 10.254.0.18 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:57 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:57 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC }] + Sep 17 04:28:06.935: INFO: + Sep 17 04:28:06.935: INFO: StatefulSet ss has not reached scale 3, at 1 + Sep 17 04:28:07.937: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996800451s + Sep 17 04:28:08.950: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.994850711s + Sep 17 04:28:09.953: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.981596202s + Sep 17 04:28:10.955: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.979060293s + Sep 17 04:28:11.958: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.976399268s + Sep 17 04:28:12.960: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.974628984s + Sep 17 04:28:13.962: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.972406096s + Sep 17 04:28:14.964: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.970520148s + Sep 17 04:28:15.967: INFO: Verifying statefulset ss doesn't scale past 3 for another 967.628229ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-9033 09/17/22 04:28:16.967 + Sep 17 04:28:16.969: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 04:28:17.058: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 17 04:28:17.058: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 04:28:17.058: 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' + + Sep 17 04:28:17.058: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 04:28:17.148: 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" + Sep 17 04:28:17.148: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 04:28:17.148: 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' + + Sep 17 04:28:17.149: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 04:28:17.252: 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" + Sep 17 04:28:17.252: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 04:28:17.252: 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' + + Sep 17 04:28:17.255: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:28:17.255: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:28:17.255: 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 09/17/22 04:28:17.255 + Sep 17 04:28:17.257: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 04:28:17.352: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 04:28:17.352: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 04:28:17.352: 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' + + Sep 17 04:28:17.352: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 04:28:17.436: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 04:28:17.436: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 04:28:17.436: 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' + + Sep 17 04:28:17.437: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-9033 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 04:28:17.539: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 04:28:17.539: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 04:28:17.539: 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' + + Sep 17 04:28:17.539: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 04:28:17.541: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 + Sep 17 04:28:27.544: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 04:28:27.544: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 04:28:27.544: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 04:28:27.549: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 17 04:28:27.549: INFO: ss-0 10.254.0.18 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC }] + Sep 17 04:28:27.549: INFO: ss-1 10.254.0.17 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC }] + Sep 17 04:28:27.549: INFO: ss-2 10.254.0.16 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:17 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:17 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:06 +0000 UTC }] + Sep 17 04:28:27.549: INFO: + Sep 17 04:28:27.549: INFO: StatefulSet ss has not reached scale 0, at 3 + Sep 17 04:28:28.554: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 17 04:28:28.554: INFO: ss-0 10.254.0.18 Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:28:18 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:27:46 +0000 UTC }] + Sep 17 04:28:28.554: INFO: + Sep 17 04:28:28.554: INFO: StatefulSet ss has not reached scale 0, at 1 + Sep 17 04:28:29.556: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.993468225s + Sep 17 04:28:30.557: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.991817141s + Sep 17 04:28:31.559: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.99007123s + Sep 17 04:28:32.562: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.987608198s + Sep 17 04:28:33.563: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.985979778s + Sep 17 04:28:34.565: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.98430465s + Sep 17 04:28:35.567: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.981857511s + Sep 17 04:28:36.570: INFO: Verifying statefulset ss doesn't scale past 0 for another 979.636765ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-9033 09/17/22 04:28:37.57 + Sep 17 04:28:37.572: INFO: Scaling statefulset ss to 0 + Sep 17 04:28:37.576: INFO: Waiting for statefulset status.replicas updated to 0 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 17 04:28:37.577: INFO: Deleting all statefulset in ns statefulset-9033 + Sep 17 04:28:37.578: INFO: Scaling statefulset ss to 0 + Sep 17 04:28:37.582: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 04:28:37.583: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 04:28:37.588: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-9033" for this suite. 09/17/22 04:28:37.596 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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:527 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:28:37.6 +Sep 17 04:28:37.600: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename security-context-test 09/17/22 04:28:37.6 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:37.609 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:37.612 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:527 +Sep 17 04:28:37.617: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b" in namespace "security-context-test-7250" to be "Succeeded or Failed" +Sep 17 04:28:37.619: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": Phase="Pending", Reason="", readiness=false. Elapsed: 1.612522ms +Sep 17 04:28:39.621: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00380046s +Sep 17 04:28:41.621: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003717575s +Sep 17 04:28:41.621: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b" satisfied condition "Succeeded or Failed" +Sep 17 04:28:41.623: INFO: Got logs for pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": "ip: RTNETLINK answers: Operation not permitted\n" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 17 04:28:41.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-7250" for this suite. 09/17/22 04:28:41.625 +{"msg":"PASSED [sig-node] Security Context When creating a pod with privileged should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]","completed":136,"skipped":2611,"failed":0} +------------------------------ +• [4.027 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:490 + should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:527 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:28:37.6 + Sep 17 04:28:37.600: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename security-context-test 09/17/22 04:28:37.6 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:37.609 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:37.612 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:527 + Sep 17 04:28:37.617: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b" in namespace "security-context-test-7250" to be "Succeeded or Failed" + Sep 17 04:28:37.619: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": Phase="Pending", Reason="", readiness=false. Elapsed: 1.612522ms + Sep 17 04:28:39.621: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00380046s + Sep 17 04:28:41.621: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003717575s + Sep 17 04:28:41.621: INFO: Pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b" satisfied condition "Succeeded or Failed" + Sep 17 04:28:41.623: INFO: Got logs for pod "busybox-privileged-false-392ebc71-e582-47ea-a034-e3657e5ef81b": "ip: RTNETLINK answers: Operation not permitted\n" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 17 04:28:41.623: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-7250" for this suite. 09/17/22 04:28:41.625 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-apps] CronJob + should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:28:41.627 +Sep 17 04:28:41.627: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename cronjob 09/17/22 04:28:41.628 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.637 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.638 +[It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 +STEP: Creating a cronjob 09/17/22 04:28:41.639 +STEP: creating 09/17/22 04:28:41.639 +STEP: getting 09/17/22 04:28:41.641 +STEP: listing 09/17/22 04:28:41.642 +STEP: watching 09/17/22 04:28:41.643 +Sep 17 04:28:41.643: INFO: starting watch +STEP: cluster-wide listing 09/17/22 04:28:41.644 +STEP: cluster-wide watching 09/17/22 04:28:41.645 +Sep 17 04:28:41.645: INFO: starting watch +STEP: patching 09/17/22 04:28:41.645 +STEP: updating 09/17/22 04:28:41.649 +Sep 17 04:28:41.652: INFO: waiting for watch events with expected annotations +Sep 17 04:28:41.652: INFO: saw patched and updated annotations +STEP: patching /status 09/17/22 04:28:41.652 +STEP: updating /status 09/17/22 04:28:41.654 +STEP: get /status 09/17/22 04:28:41.657 +STEP: deleting 09/17/22 04:28:41.658 +STEP: deleting a collection 09/17/22 04:28:41.663 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 17 04:28:41.666: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-5736" for this suite. 09/17/22 04:28:41.667 +{"msg":"PASSED [sig-apps] CronJob should support CronJob API operations [Conformance]","completed":137,"skipped":2616,"failed":0} +------------------------------ +• [0.041 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:28:41.627 + Sep 17 04:28:41.627: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename cronjob 09/17/22 04:28:41.628 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.637 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.638 + [It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 + STEP: Creating a cronjob 09/17/22 04:28:41.639 + STEP: creating 09/17/22 04:28:41.639 + STEP: getting 09/17/22 04:28:41.641 + STEP: listing 09/17/22 04:28:41.642 + STEP: watching 09/17/22 04:28:41.643 + Sep 17 04:28:41.643: INFO: starting watch + STEP: cluster-wide listing 09/17/22 04:28:41.644 + STEP: cluster-wide watching 09/17/22 04:28:41.645 + Sep 17 04:28:41.645: INFO: starting watch + STEP: patching 09/17/22 04:28:41.645 + STEP: updating 09/17/22 04:28:41.649 + Sep 17 04:28:41.652: INFO: waiting for watch events with expected annotations + Sep 17 04:28:41.652: INFO: saw patched and updated annotations + STEP: patching /status 09/17/22 04:28:41.652 + STEP: updating /status 09/17/22 04:28:41.654 + STEP: get /status 09/17/22 04:28:41.657 + STEP: deleting 09/17/22 04:28:41.658 + STEP: deleting a collection 09/17/22 04:28:41.663 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 17 04:28:41.666: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-5736" for this suite. 09/17/22 04:28:41.667 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl api-versions + should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:28:41.67 +Sep 17 04:28:41.670: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:28:41.67 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.677 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.68 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 +STEP: validating api versions 09/17/22 04:28:41.681 +Sep 17 04:28:41.681: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6281 api-versions' +Sep 17 04:28:41.742: INFO: stderr: "" +Sep 17 04:28:41.742: 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\nautoscaling/v2beta2\nbatch/v1\ncertificates.k8s.io/v1\ncoordination.k8s.io/v1\ndiscovery.k8s.io/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta1\nflowcontrol.apiserver.k8s.io/v1beta2\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/framework.go:187 +Sep 17 04:28:41.742: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-6281" for this suite. 09/17/22 04:28:41.743 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl api-versions should check if v1 is in available api versions [Conformance]","completed":138,"skipped":2650,"failed":0} +------------------------------ +• [0.076 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl api-versions + test/e2e/kubectl/kubectl.go:816 + should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:28:41.67 + Sep 17 04:28:41.670: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:28:41.67 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.677 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.68 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:822 + STEP: validating api versions 09/17/22 04:28:41.681 + Sep 17 04:28:41.681: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6281 api-versions' + Sep 17 04:28:41.742: INFO: stderr: "" + Sep 17 04:28:41.742: 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\nautoscaling/v2beta2\nbatch/v1\ncertificates.k8s.io/v1\ncoordination.k8s.io/v1\ndiscovery.k8s.io/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta1\nflowcontrol.apiserver.k8s.io/v1beta2\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/framework.go:187 + Sep 17 04:28:41.742: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-6281" for this suite. 09/17/22 04:28:41.743 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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:1248 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:28:41.746 +Sep 17 04:28:41.746: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:28:41.746 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.755 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.758 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1248 +STEP: validating cluster-info 09/17/22 04:28:41.759 +Sep 17 04:28:41.759: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-994 cluster-info' +Sep 17 04:28:41.801: INFO: stderr: "" +Sep 17 04:28:41.801: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://10.68.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/framework.go:187 +Sep 17 04:28:41.801: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-994" for this suite. 09/17/22 04:28:41.803 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl cluster-info should check if Kubernetes control plane services is included in cluster-info [Conformance]","completed":139,"skipped":2654,"failed":0} +------------------------------ +• [0.059 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl cluster-info + test/e2e/kubectl/kubectl.go:1242 + should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:28:41.746 + Sep 17 04:28:41.746: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:28:41.746 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.755 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.758 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1248 + STEP: validating cluster-info 09/17/22 04:28:41.759 + Sep 17 04:28:41.759: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-994 cluster-info' + Sep 17 04:28:41.801: INFO: stderr: "" + Sep 17 04:28:41.801: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://10.68.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/framework.go:187 + Sep 17 04:28:41.801: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-994" for this suite. 09/17/22 04:28:41.803 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:28:41.805 +Sep 17 04:28:41.805: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:28:41.805 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.813 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.816 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:28:41.825 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:28:42.107 +STEP: Deploying the webhook pod 09/17/22 04:28:42.11 +STEP: Wait for the deployment to be ready 09/17/22 04:28:42.114 +Sep 17 04:28:42.116: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/17/22 04:28:44.124 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:28:44.138 +Sep 17 04:28:45.138: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 +Sep 17 04:28:45.140: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-3817-crds.webhook.example.com via the AdmissionRegistration API 09/17/22 04:28:45.652 +STEP: Creating a custom resource that should be mutated by the webhook 09/17/22 04:28:45.659 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:28:48.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-6090" for this suite. 09/17/22 04:28:48.259 +STEP: Destroying namespace "webhook-6090-markers" for this suite. 09/17/22 04:28:48.261 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance]","completed":140,"skipped":2654,"failed":0} +------------------------------ +• [SLOW TEST] [6.509 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:28:41.805 + Sep 17 04:28:41.805: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:28:41.805 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:41.813 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:41.816 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:28:41.825 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:28:42.107 + STEP: Deploying the webhook pod 09/17/22 04:28:42.11 + STEP: Wait for the deployment to be ready 09/17/22 04:28:42.114 + Sep 17 04:28:42.116: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/17/22 04:28:44.124 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:28:44.138 + Sep 17 04:28:45.138: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:290 + Sep 17 04:28:45.140: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-3817-crds.webhook.example.com via the AdmissionRegistration API 09/17/22 04:28:45.652 + STEP: Creating a custom resource that should be mutated by the webhook 09/17/22 04:28:45.659 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:28:48.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-6090" for this suite. 09/17/22 04:28:48.259 + STEP: Destroying namespace "webhook-6090-markers" for this suite. 09/17/22 04:28:48.261 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:28:48.315 +Sep 17 04:28:48.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename aggregator 09/17/22 04:28:48.315 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:48.361 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:48.364 +[BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 +Sep 17 04:28:48.370: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[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. 09/17/22 04:28:48.37 +Sep 17 04:28:48.731: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set +Sep 17 04:28:50.753: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:28:52.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:28:54.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:28:56.755: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:28:58.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:29:00.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:29:02.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:29:04.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:29:06.755: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:29:08.757: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:29:10.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:29:12.868: INFO: Waited 109.769828ms for the sample-apiserver to be ready to handle requests. +STEP: Read Status for v1alpha1.wardle.example.com 09/17/22 04:29:12.888 +STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 09/17/22 04:29:12.89 +STEP: List APIServices 09/17/22 04:29:12.892 +Sep 17 04:29:12.897: 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/framework.go:187 +Sep 17 04:29:13.068: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "aggregator-3944" for this suite. 09/17/22 04:29:13.112 +{"msg":"PASSED [sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]","completed":141,"skipped":2666,"failed":0} +------------------------------ +• [SLOW TEST] [24.849 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:28:48.315 + Sep 17 04:28:48.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename aggregator 09/17/22 04:28:48.315 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:28:48.361 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:28:48.364 + [BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 + Sep 17 04:28:48.370: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [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. 09/17/22 04:28:48.37 + Sep 17 04:28:48.731: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set + Sep 17 04:28:50.753: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:28:52.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:28:54.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:28:56.755: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:28:58.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:29:00.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:29:02.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:29:04.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:29:06.755: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:29:08.757: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:29:10.756: 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(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 28, 48, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-78794cb777\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:29:12.868: INFO: Waited 109.769828ms for the sample-apiserver to be ready to handle requests. + STEP: Read Status for v1alpha1.wardle.example.com 09/17/22 04:29:12.888 + STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 09/17/22 04:29:12.89 + STEP: List APIServices 09/17/22 04:29:12.892 + Sep 17 04:29:12.897: 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/framework.go:187 + Sep 17 04:29:13.068: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "aggregator-3944" for this suite. 09/17/22 04:29:13.112 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:46 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:13.166 +Sep 17 04:29:13.166: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 04:29:13.167 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:13.175 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:13.178 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:46 +STEP: Creating secret with name secret-test-9c61ea4b-3c81-4f4e-bb60-56b37b6017d0 09/17/22 04:29:13.179 +STEP: Creating a pod to test consume secrets 09/17/22 04:29:13.181 +Sep 17 04:29:13.184: INFO: Waiting up to 5m0s for pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c" in namespace "secrets-2551" to be "Succeeded or Failed" +Sep 17 04:29:13.186: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.627045ms +Sep 17 04:29:15.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003779793s +Sep 17 04:29:17.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.003820016s +Sep 17 04:29:19.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.003718163s +STEP: Saw pod success 09/17/22 04:29:19.188 +Sep 17 04:29:19.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c" satisfied condition "Succeeded or Failed" +Sep 17 04:29:19.189: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c container secret-volume-test: +STEP: delete the pod 09/17/22 04:29:19.192 +Sep 17 04:29:19.195: INFO: Waiting for pod pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c to disappear +Sep 17 04:29:19.201: INFO: Pod pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 04:29:19.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-2551" for this suite. 09/17/22 04:29:19.202 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance]","completed":142,"skipped":2789,"failed":0} +------------------------------ +• [SLOW TEST] [6.042 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:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:13.166 + Sep 17 04:29:13.166: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 04:29:13.167 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:13.175 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:13.178 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:46 + STEP: Creating secret with name secret-test-9c61ea4b-3c81-4f4e-bb60-56b37b6017d0 09/17/22 04:29:13.179 + STEP: Creating a pod to test consume secrets 09/17/22 04:29:13.181 + Sep 17 04:29:13.184: INFO: Waiting up to 5m0s for pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c" in namespace "secrets-2551" to be "Succeeded or Failed" + Sep 17 04:29:13.186: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.627045ms + Sep 17 04:29:15.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003779793s + Sep 17 04:29:17.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.003820016s + Sep 17 04:29:19.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.003718163s + STEP: Saw pod success 09/17/22 04:29:19.188 + Sep 17 04:29:19.188: INFO: Pod "pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c" satisfied condition "Succeeded or Failed" + Sep 17 04:29:19.189: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c container secret-volume-test: + STEP: delete the pod 09/17/22 04:29:19.192 + Sep 17 04:29:19.195: INFO: Waiting for pod pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c to disappear + Sep 17 04:29:19.201: INFO: Pod pod-secrets-10629716-1a88-4ff9-9845-937a0c7ae18c no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 04:29:19.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-2551" for this suite. 09/17/22 04:29:19.202 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:19.209 +Sep 17 04:29:19.209: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename daemonsets 09/17/22 04:29:19.21 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:19.218 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:19.221 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 +Sep 17 04:29:19.230: INFO: Create a RollingUpdate DaemonSet +Sep 17 04:29:19.232: INFO: Check that daemon pods launch on every node of the cluster +Sep 17 04:29:19.235: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:29:19.235: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:29:20.238: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:29:20.238: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 04:29:21.238: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Sep 17 04:29:21.238: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 +Sep 17 04:29:22.239: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 04:29:22.239: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +Sep 17 04:29:22.239: INFO: Update the DaemonSet to trigger a rollout +Sep 17 04:29:22.242: INFO: Updating DaemonSet daemon-set +Sep 17 04:29:25.248: INFO: Roll back the DaemonSet before rollout is complete +Sep 17 04:29:25.252: INFO: Updating DaemonSet daemon-set +Sep 17 04:29:25.252: INFO: Make sure DaemonSet rollback is complete +Sep 17 04:29:25.254: INFO: Wrong image for pod: daemon-set-5cnrw. Expected: registry.k8s.io/e2e-test-images/httpd:2.4.38-2, got: foo:non-existent. +Sep 17 04:29:25.254: INFO: Pod daemon-set-5cnrw is not available +Sep 17 04:29:29.260: INFO: Pod daemon-set-hqhmm is not available +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:29:29.263 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-3256, will wait for the garbage collector to delete the pods 09/17/22 04:29:29.264 +Sep 17 04:29:29.317: INFO: Deleting DaemonSet.extensions daemon-set took: 2.487357ms +Sep 17 04:29:29.418: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.914516ms +Sep 17 04:29:30.730: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 04:29:30.730: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Sep 17 04:29:30.731: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"18543"},"items":null} + +Sep 17 04:29:30.732: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"18543"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:29:30.737: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-3256" for this suite. 09/17/22 04:29:30.738 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance]","completed":143,"skipped":2810,"failed":0} +------------------------------ +• [SLOW TEST] [11.531 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:19.209 + Sep 17 04:29:19.209: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename daemonsets 09/17/22 04:29:19.21 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:19.218 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:19.221 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:431 + Sep 17 04:29:19.230: INFO: Create a RollingUpdate DaemonSet + Sep 17 04:29:19.232: INFO: Check that daemon pods launch on every node of the cluster + Sep 17 04:29:19.235: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:29:19.235: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:29:20.238: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:29:20.238: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 04:29:21.238: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Sep 17 04:29:21.238: INFO: Node 10.254.0.18 is running 0 daemon pod, expected 1 + Sep 17 04:29:22.239: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 04:29:22.239: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + Sep 17 04:29:22.239: INFO: Update the DaemonSet to trigger a rollout + Sep 17 04:29:22.242: INFO: Updating DaemonSet daemon-set + Sep 17 04:29:25.248: INFO: Roll back the DaemonSet before rollout is complete + Sep 17 04:29:25.252: INFO: Updating DaemonSet daemon-set + Sep 17 04:29:25.252: INFO: Make sure DaemonSet rollback is complete + Sep 17 04:29:25.254: INFO: Wrong image for pod: daemon-set-5cnrw. Expected: registry.k8s.io/e2e-test-images/httpd:2.4.38-2, got: foo:non-existent. + Sep 17 04:29:25.254: INFO: Pod daemon-set-5cnrw is not available + Sep 17 04:29:29.260: INFO: Pod daemon-set-hqhmm is not available + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + STEP: Deleting DaemonSet "daemon-set" 09/17/22 04:29:29.263 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-3256, will wait for the garbage collector to delete the pods 09/17/22 04:29:29.264 + Sep 17 04:29:29.317: INFO: Deleting DaemonSet.extensions daemon-set took: 2.487357ms + Sep 17 04:29:29.418: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.914516ms + Sep 17 04:29:30.730: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 04:29:30.730: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Sep 17 04:29:30.731: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"18543"},"items":null} + + Sep 17 04:29:30.732: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"18543"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:29:30.737: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-3256" for this suite. 09/17/22 04:29:30.738 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:30.742 +Sep 17 04:29:30.742: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:29:30.742 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:30.751 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:30.753 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 +STEP: creating service multi-endpoint-test in namespace services-8969 09/17/22 04:29:30.754 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[] 09/17/22 04:29:30.758 +Sep 17 04:29:30.760: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found +Sep 17 04:29:31.763: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-8969 09/17/22 04:29:31.763 +Sep 17 04:29:31.766: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-8969" to be "running and ready" +Sep 17 04:29:31.770: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.3425ms +Sep 17 04:29:31.770: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:29:33.772: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.00588341s +Sep 17 04:29:33.772: INFO: The phase of Pod pod1 is Running (Ready = true) +Sep 17 04:29:33.772: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[pod1:[100]] 09/17/22 04:29:33.773 +Sep 17 04:29:33.777: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[pod1:[100]] +STEP: Creating pod pod2 in namespace services-8969 09/17/22 04:29:33.777 +Sep 17 04:29:33.779: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-8969" to be "running and ready" +Sep 17 04:29:33.783: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 3.521772ms +Sep 17 04:29:33.783: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:29:35.785: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.005371727s +Sep 17 04:29:35.785: INFO: The phase of Pod pod2 is Running (Ready = true) +Sep 17 04:29:35.785: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[pod1:[100] pod2:[101]] 09/17/22 04:29:35.786 +Sep 17 04:29:35.791: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[pod1:[100] pod2:[101]] +STEP: Checking if the Service forwards traffic to pods 09/17/22 04:29:35.791 +Sep 17 04:29:35.791: INFO: Creating new exec pod +Sep 17 04:29:35.794: INFO: Waiting up to 5m0s for pod "execpodqt4tm" in namespace "services-8969" to be "running" +Sep 17 04:29:35.796: INFO: Pod "execpodqt4tm": Phase="Pending", Reason="", readiness=false. Elapsed: 1.86442ms +Sep 17 04:29:37.798: INFO: Pod "execpodqt4tm": Phase="Running", Reason="", readiness=true. Elapsed: 2.003669129s +Sep 17 04:29:37.798: INFO: Pod "execpodqt4tm" satisfied condition "running" +Sep 17 04:29:38.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 80' +Sep 17 04:29:38.899: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 80\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" +Sep 17 04:29:38.899: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:29:38.899: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.117.134 80' +Sep 17 04:29:38.994: INFO: stderr: "+ nc -v -t -w 2 10.68.117.134 80\nConnection to 10.68.117.134 80 port [tcp/http] succeeded!\n+ echo hostName\n" +Sep 17 04:29:38.994: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:29:38.994: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 81' +Sep 17 04:29:39.073: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 81\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" +Sep 17 04:29:39.073: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:29:39.073: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.117.134 81' +Sep 17 04:29:39.160: INFO: stderr: "+ nc -v -t -w 2 10.68.117.134 81\n+ echo hostName\nConnection to 10.68.117.134 81 port [tcp/*] succeeded!\n" +Sep 17 04:29:39.160: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Deleting pod pod1 in namespace services-8969 09/17/22 04:29:39.16 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[pod2:[101]] 09/17/22 04:29:39.167 +Sep 17 04:29:39.180: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[pod2:[101]] +STEP: Deleting pod pod2 in namespace services-8969 09/17/22 04:29:39.18 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[] 09/17/22 04:29:39.195 +Sep 17 04:29:40.202: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:29:40.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8969" for this suite. 09/17/22 04:29:40.218 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should serve multiport endpoints from pods [Conformance]","completed":144,"skipped":2864,"failed":0} +------------------------------ +• [SLOW TEST] [9.480 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:30.742 + Sep 17 04:29:30.742: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:29:30.742 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:30.751 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:30.753 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:852 + STEP: creating service multi-endpoint-test in namespace services-8969 09/17/22 04:29:30.754 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[] 09/17/22 04:29:30.758 + Sep 17 04:29:30.760: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found + Sep 17 04:29:31.763: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-8969 09/17/22 04:29:31.763 + Sep 17 04:29:31.766: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-8969" to be "running and ready" + Sep 17 04:29:31.770: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.3425ms + Sep 17 04:29:31.770: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:29:33.772: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.00588341s + Sep 17 04:29:33.772: INFO: The phase of Pod pod1 is Running (Ready = true) + Sep 17 04:29:33.772: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[pod1:[100]] 09/17/22 04:29:33.773 + Sep 17 04:29:33.777: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[pod1:[100]] + STEP: Creating pod pod2 in namespace services-8969 09/17/22 04:29:33.777 + Sep 17 04:29:33.779: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-8969" to be "running and ready" + Sep 17 04:29:33.783: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 3.521772ms + Sep 17 04:29:33.783: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:29:35.785: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.005371727s + Sep 17 04:29:35.785: INFO: The phase of Pod pod2 is Running (Ready = true) + Sep 17 04:29:35.785: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[pod1:[100] pod2:[101]] 09/17/22 04:29:35.786 + Sep 17 04:29:35.791: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[pod1:[100] pod2:[101]] + STEP: Checking if the Service forwards traffic to pods 09/17/22 04:29:35.791 + Sep 17 04:29:35.791: INFO: Creating new exec pod + Sep 17 04:29:35.794: INFO: Waiting up to 5m0s for pod "execpodqt4tm" in namespace "services-8969" to be "running" + Sep 17 04:29:35.796: INFO: Pod "execpodqt4tm": Phase="Pending", Reason="", readiness=false. Elapsed: 1.86442ms + Sep 17 04:29:37.798: INFO: Pod "execpodqt4tm": Phase="Running", Reason="", readiness=true. Elapsed: 2.003669129s + Sep 17 04:29:37.798: INFO: Pod "execpodqt4tm" satisfied condition "running" + Sep 17 04:29:38.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 80' + Sep 17 04:29:38.899: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 80\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" + Sep 17 04:29:38.899: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:29:38.899: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.117.134 80' + Sep 17 04:29:38.994: INFO: stderr: "+ nc -v -t -w 2 10.68.117.134 80\nConnection to 10.68.117.134 80 port [tcp/http] succeeded!\n+ echo hostName\n" + Sep 17 04:29:38.994: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:29:38.994: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 multi-endpoint-test 81' + Sep 17 04:29:39.073: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 multi-endpoint-test 81\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" + Sep 17 04:29:39.073: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:29:39.073: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8969 exec execpodqt4tm -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.117.134 81' + Sep 17 04:29:39.160: INFO: stderr: "+ nc -v -t -w 2 10.68.117.134 81\n+ echo hostName\nConnection to 10.68.117.134 81 port [tcp/*] succeeded!\n" + Sep 17 04:29:39.160: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Deleting pod pod1 in namespace services-8969 09/17/22 04:29:39.16 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[pod2:[101]] 09/17/22 04:29:39.167 + Sep 17 04:29:39.180: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[pod2:[101]] + STEP: Deleting pod pod2 in namespace services-8969 09/17/22 04:29:39.18 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-8969 to expose endpoints map[] 09/17/22 04:29:39.195 + Sep 17 04:29:40.202: INFO: successfully validated that service multi-endpoint-test in namespace services-8969 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:29:40.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8969" for this suite. 09/17/22 04:29:40.218 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-storage] Projected configMap + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:123 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:40.222 +Sep 17 04:29:40.222: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:29:40.222 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:40.231 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:40.233 +[It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:123 +STEP: Creating projection with configMap that has name projected-configmap-test-upd-0f403bc1-8352-44fa-97ba-02e3ae74ac13 09/17/22 04:29:40.237 +STEP: Creating the pod 09/17/22 04:29:40.239 +Sep 17 04:29:40.243: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf" in namespace "projected-6378" to be "running and ready" +Sep 17 04:29:40.248: INFO: Pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf": Phase="Pending", Reason="", readiness=false. Elapsed: 5.418024ms +Sep 17 04:29:40.248: INFO: The phase of Pod pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:29:42.252: INFO: Pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf": Phase="Running", Reason="", readiness=true. Elapsed: 2.008554235s +Sep 17 04:29:42.252: INFO: The phase of Pod pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf is Running (Ready = true) +Sep 17 04:29:42.252: INFO: Pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf" satisfied condition "running and ready" +STEP: Updating configmap projected-configmap-test-upd-0f403bc1-8352-44fa-97ba-02e3ae74ac13 09/17/22 04:29:42.261 +STEP: waiting to observe update in volume 09/17/22 04:29:42.262 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 04:29:44.276: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-6378" for this suite. 09/17/22 04:29:44.277 +{"msg":"PASSED [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance]","completed":145,"skipped":2865,"failed":0} +------------------------------ +• [4.057 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:123 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:40.222 + Sep 17 04:29:40.222: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:29:40.222 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:40.231 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:40.233 + [It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:123 + STEP: Creating projection with configMap that has name projected-configmap-test-upd-0f403bc1-8352-44fa-97ba-02e3ae74ac13 09/17/22 04:29:40.237 + STEP: Creating the pod 09/17/22 04:29:40.239 + Sep 17 04:29:40.243: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf" in namespace "projected-6378" to be "running and ready" + Sep 17 04:29:40.248: INFO: Pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf": Phase="Pending", Reason="", readiness=false. Elapsed: 5.418024ms + Sep 17 04:29:40.248: INFO: The phase of Pod pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:29:42.252: INFO: Pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf": Phase="Running", Reason="", readiness=true. Elapsed: 2.008554235s + Sep 17 04:29:42.252: INFO: The phase of Pod pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf is Running (Ready = true) + Sep 17 04:29:42.252: INFO: Pod "pod-projected-configmaps-86a92975-f149-4de7-81d0-32b0424605bf" satisfied condition "running and ready" + STEP: Updating configmap projected-configmap-test-upd-0f403bc1-8352-44fa-97ba-02e3ae74ac13 09/17/22 04:29:42.261 + STEP: waiting to observe update in volume 09/17/22 04:29:42.262 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 04:29:44.276: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-6378" for this suite. 09/17/22 04:29:44.277 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:86 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:44.28 +Sep 17 04:29:44.280: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:29:44.28 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:44.336 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:44.339 +[It] volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:86 +STEP: Creating a pod to test emptydir volume type on tmpfs 09/17/22 04:29:44.34 +Sep 17 04:29:44.345: INFO: Waiting up to 5m0s for pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760" in namespace "emptydir-5277" to be "Succeeded or Failed" +Sep 17 04:29:44.348: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760": Phase="Pending", Reason="", readiness=false. Elapsed: 2.97041ms +Sep 17 04:29:46.350: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005050507s +Sep 17 04:29:48.349: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004759529s +STEP: Saw pod success 09/17/22 04:29:48.349 +Sep 17 04:29:48.350: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760" satisfied condition "Succeeded or Failed" +Sep 17 04:29:48.351: INFO: Trying to get logs from node 10.254.0.17 pod pod-99bd835b-3da4-487e-8505-3ea2b924b760 container test-container: +STEP: delete the pod 09/17/22 04:29:48.353 +Sep 17 04:29:48.358: INFO: Waiting for pod pod-99bd835b-3da4-487e-8505-3ea2b924b760 to disappear +Sep 17 04:29:48.359: INFO: Pod pod-99bd835b-3da4-487e-8505-3ea2b924b760 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:29:48.359: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-5277" for this suite. 09/17/22 04:29:48.361 +{"msg":"PASSED [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","completed":146,"skipped":2892,"failed":0} +------------------------------ +• [4.083 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:86 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:44.28 + Sep 17 04:29:44.280: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:29:44.28 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:44.336 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:44.339 + [It] volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:86 + STEP: Creating a pod to test emptydir volume type on tmpfs 09/17/22 04:29:44.34 + Sep 17 04:29:44.345: INFO: Waiting up to 5m0s for pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760" in namespace "emptydir-5277" to be "Succeeded or Failed" + Sep 17 04:29:44.348: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760": Phase="Pending", Reason="", readiness=false. Elapsed: 2.97041ms + Sep 17 04:29:46.350: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005050507s + Sep 17 04:29:48.349: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004759529s + STEP: Saw pod success 09/17/22 04:29:48.349 + Sep 17 04:29:48.350: INFO: Pod "pod-99bd835b-3da4-487e-8505-3ea2b924b760" satisfied condition "Succeeded or Failed" + Sep 17 04:29:48.351: INFO: Trying to get logs from node 10.254.0.17 pod pod-99bd835b-3da4-487e-8505-3ea2b924b760 container test-container: + STEP: delete the pod 09/17/22 04:29:48.353 + Sep 17 04:29:48.358: INFO: Waiting for pod pod-99bd835b-3da4-487e-8505-3ea2b924b760 to disappear + Sep 17 04:29:48.359: INFO: Pod pod-99bd835b-3da4-487e-8505-3ea2b924b760 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:29:48.359: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-5277" for this suite. 09/17/22 04:29:48.361 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:108 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:48.363 +Sep 17 04:29:48.363: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:29:48.364 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:48.377 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:48.379 +[It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:108 +STEP: Creating configMap with name configmap-test-volume-map-4fd183ab-8f85-44ac-84d3-448b1fc549b9 09/17/22 04:29:48.38 +STEP: Creating a pod to test consume configMaps 09/17/22 04:29:48.385 +Sep 17 04:29:48.388: INFO: Waiting up to 5m0s for pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1" in namespace "configmap-580" to be "Succeeded or Failed" +Sep 17 04:29:48.390: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.265641ms +Sep 17 04:29:50.392: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00393512s +Sep 17 04:29:52.393: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004291585s +STEP: Saw pod success 09/17/22 04:29:52.393 +Sep 17 04:29:52.393: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1" satisfied condition "Succeeded or Failed" +Sep 17 04:29:52.394: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1 container agnhost-container: +STEP: delete the pod 09/17/22 04:29:52.398 +Sep 17 04:29:52.403: INFO: Waiting for pod pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1 to disappear +Sep 17 04:29:52.404: INFO: Pod pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:29:52.404: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-580" for this suite. 09/17/22 04:29:52.406 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","completed":147,"skipped":2896,"failed":0} +------------------------------ +• [4.044 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:108 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:48.363 + Sep 17 04:29:48.363: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:29:48.364 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:48.377 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:48.379 + [It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:108 + STEP: Creating configMap with name configmap-test-volume-map-4fd183ab-8f85-44ac-84d3-448b1fc549b9 09/17/22 04:29:48.38 + STEP: Creating a pod to test consume configMaps 09/17/22 04:29:48.385 + Sep 17 04:29:48.388: INFO: Waiting up to 5m0s for pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1" in namespace "configmap-580" to be "Succeeded or Failed" + Sep 17 04:29:48.390: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.265641ms + Sep 17 04:29:50.392: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00393512s + Sep 17 04:29:52.393: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004291585s + STEP: Saw pod success 09/17/22 04:29:52.393 + Sep 17 04:29:52.393: INFO: Pod "pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1" satisfied condition "Succeeded or Failed" + Sep 17 04:29:52.394: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1 container agnhost-container: + STEP: delete the pod 09/17/22 04:29:52.398 + Sep 17 04:29:52.403: INFO: Waiting for pod pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1 to disappear + Sep 17 04:29:52.404: INFO: Pod pod-configmaps-1b5d8967-2581-4c83-b89a-6818b6ea57d1 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:29:52.404: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-580" for this suite. 09/17/22 04:29:52.406 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:52.408 +Sep 17 04:29:52.408: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename gc 09/17/22 04:29:52.409 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:52.415 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:52.417 +[It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 +Sep 17 04:29:52.448: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"58bede81-3e68-4354-91ac-91ace04e40c4", Controller:(*bool)(0xc003852926), BlockOwnerDeletion:(*bool)(0xc003852927)}} +Sep 17 04:29:52.452: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"976400ac-c522-4fd7-9ea5-75e54fbbe0a2", Controller:(*bool)(0xc00385350a), BlockOwnerDeletion:(*bool)(0xc00385350b)}} +Sep 17 04:29:52.458: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"2356e2ef-7316-4e27-a614-97ee063bb946", Controller:(*bool)(0xc003a360e6), BlockOwnerDeletion:(*bool)(0xc003a360e7)}} +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Sep 17 04:29:57.465: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-3994" for this suite. 09/17/22 04:29:57.466 +{"msg":"PASSED [sig-api-machinery] Garbage collector should not be blocked by dependency circle [Conformance]","completed":148,"skipped":2913,"failed":0} +------------------------------ +• [SLOW TEST] [5.063 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:52.408 + Sep 17 04:29:52.408: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename gc 09/17/22 04:29:52.409 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:52.415 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:52.417 + [It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 + Sep 17 04:29:52.448: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"58bede81-3e68-4354-91ac-91ace04e40c4", Controller:(*bool)(0xc003852926), BlockOwnerDeletion:(*bool)(0xc003852927)}} + Sep 17 04:29:52.452: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"976400ac-c522-4fd7-9ea5-75e54fbbe0a2", Controller:(*bool)(0xc00385350a), BlockOwnerDeletion:(*bool)(0xc00385350b)}} + Sep 17 04:29:52.458: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"2356e2ef-7316-4e27-a614-97ee063bb946", Controller:(*bool)(0xc003a360e6), BlockOwnerDeletion:(*bool)(0xc003a360e7)}} + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Sep 17 04:29:57.465: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-3994" for this suite. 09/17/22 04:29:57.466 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:216 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:29:57.472 +Sep 17 04:29:57.472: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:29:57.473 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:57.484 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:57.488 +[It] should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:216 +STEP: Creating a pod to test emptydir 0777 on node default medium 09/17/22 04:29:57.49 +Sep 17 04:29:57.496: INFO: Waiting up to 5m0s for pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f" in namespace "emptydir-5490" to be "Succeeded or Failed" +Sep 17 04:29:57.497: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f": Phase="Pending", Reason="", readiness=false. Elapsed: 1.258924ms +Sep 17 04:29:59.500: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00440178s +Sep 17 04:30:01.499: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003358679s +STEP: Saw pod success 09/17/22 04:30:01.499 +Sep 17 04:30:01.499: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f" satisfied condition "Succeeded or Failed" +Sep 17 04:30:01.500: INFO: Trying to get logs from node 10.254.0.17 pod pod-c41a0c2e-a454-4384-9705-8a608fda762f container test-container: +STEP: delete the pod 09/17/22 04:30:01.503 +Sep 17 04:30:01.508: INFO: Waiting for pod pod-c41a0c2e-a454-4384-9705-8a608fda762f to disappear +Sep 17 04:30:01.509: INFO: Pod pod-c41a0c2e-a454-4384-9705-8a608fda762f no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:30:01.509: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-5490" for this suite. 09/17/22 04:30:01.511 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":149,"skipped":2913,"failed":0} +------------------------------ +• [4.041 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:216 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:29:57.472 + Sep 17 04:29:57.472: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:29:57.473 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:29:57.484 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:29:57.488 + [It] should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:216 + STEP: Creating a pod to test emptydir 0777 on node default medium 09/17/22 04:29:57.49 + Sep 17 04:29:57.496: INFO: Waiting up to 5m0s for pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f" in namespace "emptydir-5490" to be "Succeeded or Failed" + Sep 17 04:29:57.497: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f": Phase="Pending", Reason="", readiness=false. Elapsed: 1.258924ms + Sep 17 04:29:59.500: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00440178s + Sep 17 04:30:01.499: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003358679s + STEP: Saw pod success 09/17/22 04:30:01.499 + Sep 17 04:30:01.499: INFO: Pod "pod-c41a0c2e-a454-4384-9705-8a608fda762f" satisfied condition "Succeeded or Failed" + Sep 17 04:30:01.500: INFO: Trying to get logs from node 10.254.0.17 pod pod-c41a0c2e-a454-4384-9705-8a608fda762f container test-container: + STEP: delete the pod 09/17/22 04:30:01.503 + Sep 17 04:30:01.508: INFO: Waiting for pod pod-c41a0c2e-a454-4384-9705-8a608fda762f to disappear + Sep 17 04:30:01.509: INFO: Pod pod-c41a0c2e-a454-4384-9705-8a608fda762f no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:30:01.509: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-5490" for this suite. 09/17/22 04:30:01.511 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] ConfigMap + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:123 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:30:01.513 +Sep 17 04:30:01.513: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:30:01.513 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:30:01.52 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:30:01.523 +[It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:123 +STEP: Creating configMap with name configmap-test-upd-f415ffe7-95fa-4733-93ea-256dfa12d442 09/17/22 04:30:01.526 +STEP: Creating the pod 09/17/22 04:30:01.528 +Sep 17 04:30:01.537: INFO: Waiting up to 5m0s for pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea" in namespace "configmap-8515" to be "running and ready" +Sep 17 04:30:01.538: INFO: Pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea": Phase="Pending", Reason="", readiness=false. Elapsed: 1.443367ms +Sep 17 04:30:01.538: INFO: The phase of Pod pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:30:03.541: INFO: Pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea": Phase="Running", Reason="", readiness=true. Elapsed: 2.003845013s +Sep 17 04:30:03.541: INFO: The phase of Pod pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea is Running (Ready = true) +Sep 17 04:30:03.541: INFO: Pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea" satisfied condition "running and ready" +STEP: Updating configmap configmap-test-upd-f415ffe7-95fa-4733-93ea-256dfa12d442 09/17/22 04:30:03.544 +STEP: waiting to observe update in volume 09/17/22 04:30:03.546 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:30:05.551: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-8515" for this suite. 09/17/22 04:30:05.553 +{"msg":"PASSED [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]","completed":150,"skipped":2915,"failed":0} +------------------------------ +• [4.043 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:123 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:30:01.513 + Sep 17 04:30:01.513: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:30:01.513 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:30:01.52 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:30:01.523 + [It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:123 + STEP: Creating configMap with name configmap-test-upd-f415ffe7-95fa-4733-93ea-256dfa12d442 09/17/22 04:30:01.526 + STEP: Creating the pod 09/17/22 04:30:01.528 + Sep 17 04:30:01.537: INFO: Waiting up to 5m0s for pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea" in namespace "configmap-8515" to be "running and ready" + Sep 17 04:30:01.538: INFO: Pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea": Phase="Pending", Reason="", readiness=false. Elapsed: 1.443367ms + Sep 17 04:30:01.538: INFO: The phase of Pod pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:30:03.541: INFO: Pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea": Phase="Running", Reason="", readiness=true. Elapsed: 2.003845013s + Sep 17 04:30:03.541: INFO: The phase of Pod pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea is Running (Ready = true) + Sep 17 04:30:03.541: INFO: Pod "pod-configmaps-936a901f-900e-471f-8223-0489eb5234ea" satisfied condition "running and ready" + STEP: Updating configmap configmap-test-upd-f415ffe7-95fa-4733-93ea-256dfa12d442 09/17/22 04:30:03.544 + STEP: waiting to observe update in volume 09/17/22 04:30:03.546 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:30:05.551: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-8515" for this suite. 09/17/22 04:30:05.553 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-network] Services + should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:30:05.556 +Sep 17 04:30:05.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:30:05.557 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:30:05.564 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:30:05.567 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 +STEP: creating service in namespace services-8179 09/17/22 04:30:05.569 +Sep 17 04:30:05.572: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-8179" to be "running and ready" +Sep 17 04:30:05.573: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 1.355395ms +Sep 17 04:30:05.573: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:30:07.576: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.004086886s +Sep 17 04:30:07.576: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) +Sep 17 04:30:07.576: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" +Sep 17 04:30:07.577: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' +Sep 17 04:30:07.664: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" +Sep 17 04:30:07.664: INFO: stdout: "ipvs" +Sep 17 04:30:07.664: INFO: proxyMode: ipvs +Sep 17 04:30:07.669: INFO: Waiting for pod kube-proxy-mode-detector to disappear +Sep 17 04:30:07.677: INFO: Pod kube-proxy-mode-detector no longer exists +STEP: creating service affinity-clusterip-timeout in namespace services-8179 09/17/22 04:30:07.677 +STEP: creating replication controller affinity-clusterip-timeout in namespace services-8179 09/17/22 04:30:07.682 +I0917 04:30:07.688749 20 runners.go:193] Created replication controller with name: affinity-clusterip-timeout, namespace: services-8179, replica count: 3 +I0917 04:30:10.739983 20 runners.go:193] affinity-clusterip-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 17 04:30:10.742: INFO: Creating new exec pod +Sep 17 04:30:10.746: INFO: Waiting up to 5m0s for pod "execpod-affinityw4fbh" in namespace "services-8179" to be "running" +Sep 17 04:30:10.749: INFO: Pod "execpod-affinityw4fbh": Phase="Pending", Reason="", readiness=false. Elapsed: 3.297047ms +Sep 17 04:30:12.752: INFO: Pod "execpod-affinityw4fbh": Phase="Running", Reason="", readiness=true. Elapsed: 2.005744398s +Sep 17 04:30:12.752: INFO: Pod "execpod-affinityw4fbh" satisfied condition "running" +Sep 17 04:30:13.752: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-timeout 80' +Sep 17 04:30:13.837: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip-timeout 80\nConnection to affinity-clusterip-timeout 80 port [tcp/http] succeeded!\n" +Sep 17 04:30:13.837: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:30:13.837: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.102.32 80' +Sep 17 04:30:13.923: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.102.32 80\nConnection to 10.68.102.32 80 port [tcp/http] succeeded!\n" +Sep 17 04:30:13.923: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:30:13.923: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.102.32:80/ ; done' +Sep 17 04:30:14.044: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n" +Sep 17 04:30:14.044: INFO: stdout: "\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn" +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn +Sep 17 04:30:14.044: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.68.102.32:80/' +Sep 17 04:30:14.125: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n" +Sep 17 04:30:14.126: INFO: stdout: "affinity-clusterip-timeout-kg7tn" +Sep 17 04:32:24.126: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.68.102.32:80/' +Sep 17 04:32:24.226: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n" +Sep 17 04:32:24.226: INFO: stdout: "affinity-clusterip-timeout-5w7vh" +Sep 17 04:32:24.226: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip-timeout in namespace services-8179, will wait for the garbage collector to delete the pods 09/17/22 04:32:24.232 +Sep 17 04:32:24.289: INFO: Deleting ReplicationController affinity-clusterip-timeout took: 3.291244ms +Sep 17 04:32:24.395: INFO: Terminating ReplicationController affinity-clusterip-timeout pods took: 106.2288ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:32:26.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8179" for this suite. 09/17/22 04:32:26.015 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance]","completed":151,"skipped":2916,"failed":0} +------------------------------ +• [SLOW TEST] [140.463 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:30:05.556 + Sep 17 04:30:05.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:30:05.557 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:30:05.564 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:30:05.567 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2173 + STEP: creating service in namespace services-8179 09/17/22 04:30:05.569 + Sep 17 04:30:05.572: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-8179" to be "running and ready" + Sep 17 04:30:05.573: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 1.355395ms + Sep 17 04:30:05.573: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:30:07.576: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.004086886s + Sep 17 04:30:07.576: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) + Sep 17 04:30:07.576: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" + Sep 17 04:30:07.577: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' + Sep 17 04:30:07.664: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" + Sep 17 04:30:07.664: INFO: stdout: "ipvs" + Sep 17 04:30:07.664: INFO: proxyMode: ipvs + Sep 17 04:30:07.669: INFO: Waiting for pod kube-proxy-mode-detector to disappear + Sep 17 04:30:07.677: INFO: Pod kube-proxy-mode-detector no longer exists + STEP: creating service affinity-clusterip-timeout in namespace services-8179 09/17/22 04:30:07.677 + STEP: creating replication controller affinity-clusterip-timeout in namespace services-8179 09/17/22 04:30:07.682 + I0917 04:30:07.688749 20 runners.go:193] Created replication controller with name: affinity-clusterip-timeout, namespace: services-8179, replica count: 3 + I0917 04:30:10.739983 20 runners.go:193] affinity-clusterip-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 17 04:30:10.742: INFO: Creating new exec pod + Sep 17 04:30:10.746: INFO: Waiting up to 5m0s for pod "execpod-affinityw4fbh" in namespace "services-8179" to be "running" + Sep 17 04:30:10.749: INFO: Pod "execpod-affinityw4fbh": Phase="Pending", Reason="", readiness=false. Elapsed: 3.297047ms + Sep 17 04:30:12.752: INFO: Pod "execpod-affinityw4fbh": Phase="Running", Reason="", readiness=true. Elapsed: 2.005744398s + Sep 17 04:30:12.752: INFO: Pod "execpod-affinityw4fbh" satisfied condition "running" + Sep 17 04:30:13.752: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-clusterip-timeout 80' + Sep 17 04:30:13.837: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-clusterip-timeout 80\nConnection to affinity-clusterip-timeout 80 port [tcp/http] succeeded!\n" + Sep 17 04:30:13.837: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:30:13.837: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.102.32 80' + Sep 17 04:30:13.923: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.102.32 80\nConnection to 10.68.102.32 80 port [tcp/http] succeeded!\n" + Sep 17 04:30:13.923: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:30:13.923: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.68.102.32:80/ ; done' + Sep 17 04:30:14.044: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n" + Sep 17 04:30:14.044: INFO: stdout: "\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn\naffinity-clusterip-timeout-kg7tn" + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Received response from host: affinity-clusterip-timeout-kg7tn + Sep 17 04:30:14.044: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.68.102.32:80/' + Sep 17 04:30:14.125: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n" + Sep 17 04:30:14.126: INFO: stdout: "affinity-clusterip-timeout-kg7tn" + Sep 17 04:32:24.126: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8179 exec execpod-affinityw4fbh -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.68.102.32:80/' + Sep 17 04:32:24.226: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.68.102.32:80/\n" + Sep 17 04:32:24.226: INFO: stdout: "affinity-clusterip-timeout-5w7vh" + Sep 17 04:32:24.226: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip-timeout in namespace services-8179, will wait for the garbage collector to delete the pods 09/17/22 04:32:24.232 + Sep 17 04:32:24.289: INFO: Deleting ReplicationController affinity-clusterip-timeout took: 3.291244ms + Sep 17 04:32:24.395: INFO: Terminating ReplicationController affinity-clusterip-timeout pods took: 106.2288ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:32:26.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8179" for this suite. 09/17/22 04:32:26.015 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:32:26.02 +Sep 17 04:32:26.020: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 04:32:26.021 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:32:26.03 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:32:26.033 +[It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 +STEP: Counting existing ResourceQuota 09/17/22 04:32:26.035 +STEP: Creating a ResourceQuota 09/17/22 04:32:31.036 +STEP: Ensuring resource quota status is calculated 09/17/22 04:32:31.04 +STEP: Creating a Pod that fits quota 09/17/22 04:32:33.043 +STEP: Ensuring ResourceQuota status captures the pod usage 09/17/22 04:32:33.048 +STEP: Not allowing a pod to be created that exceeds remaining quota 09/17/22 04:32:35.051 +STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 09/17/22 04:32:35.053 +STEP: Ensuring a pod cannot update its resource requirements 09/17/22 04:32:35.054 +STEP: Ensuring attempts to update pod resource requirements did not change quota usage 09/17/22 04:32:35.056 +STEP: Deleting the pod 09/17/22 04:32:37.058 +STEP: Ensuring resource quota status released the pod usage 09/17/22 04:32:37.062 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 04:32:39.065: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-4258" for this suite. 09/17/22 04:32:39.066 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a pod. [Conformance]","completed":152,"skipped":2927,"failed":0} +------------------------------ +• [SLOW TEST] [13.049 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:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:32:26.02 + Sep 17 04:32:26.020: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 04:32:26.021 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:32:26.03 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:32:26.033 + [It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:220 + STEP: Counting existing ResourceQuota 09/17/22 04:32:26.035 + STEP: Creating a ResourceQuota 09/17/22 04:32:31.036 + STEP: Ensuring resource quota status is calculated 09/17/22 04:32:31.04 + STEP: Creating a Pod that fits quota 09/17/22 04:32:33.043 + STEP: Ensuring ResourceQuota status captures the pod usage 09/17/22 04:32:33.048 + STEP: Not allowing a pod to be created that exceeds remaining quota 09/17/22 04:32:35.051 + STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 09/17/22 04:32:35.053 + STEP: Ensuring a pod cannot update its resource requirements 09/17/22 04:32:35.054 + STEP: Ensuring attempts to update pod resource requirements did not change quota usage 09/17/22 04:32:35.056 + STEP: Deleting the pod 09/17/22 04:32:37.058 + STEP: Ensuring resource quota status released the pod usage 09/17/22 04:32:37.062 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 04:32:39.065: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-4258" for this suite. 09/17/22 04:32:39.066 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:32:39.07 +Sep 17 04:32:39.070: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-watch 09/17/22 04:32:39.07 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:32:39.079 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:32:39.08 +[It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 +Sep 17 04:32:39.081: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Creating first CR 09/17/22 04:32:41.618 +Sep 17 04:32:41.620: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:41Z 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:2022-09-17T04:32:41Z]] name:name1 resourceVersion:19377 uid:52fc4d66-06cb-4cee-b3da-bdc4fa54cf56] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Creating second CR 09/17/22 04:32:51.62 +Sep 17 04:32:51.623: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:51Z 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:2022-09-17T04:32:51Z]] name:name2 resourceVersion:19401 uid:ff954589-4ff6-4e61-9eb8-ac37acab9931] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying first CR 09/17/22 04:33:01.623 +Sep 17 04:33:01.627: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:41Z 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:2022-09-17T04:33:01Z]] name:name1 resourceVersion:19416 uid:52fc4d66-06cb-4cee-b3da-bdc4fa54cf56] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying second CR 09/17/22 04:33:11.627 +Sep 17 04:33:11.630: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:51Z 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:2022-09-17T04:33:11Z]] name:name2 resourceVersion:19431 uid:ff954589-4ff6-4e61-9eb8-ac37acab9931] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting first CR 09/17/22 04:33:21.631 +Sep 17 04:33:21.634: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:41Z 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:2022-09-17T04:33:01Z]] name:name1 resourceVersion:19446 uid:52fc4d66-06cb-4cee-b3da-bdc4fa54cf56] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting second CR 09/17/22 04:33:31.635 +Sep 17 04:33:31.638: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:51Z 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:2022-09-17T04:33:11Z]] name:name2 resourceVersion:19462 uid:ff954589-4ff6-4e61-9eb8-ac37acab9931] num:map[num1:9223372036854775807 num2:1000000]]} +[AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:33:42.144: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-watch-5679" for this suite. 09/17/22 04:33:42.146 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch watch on custom resource definition objects [Conformance]","completed":153,"skipped":2941,"failed":0} +------------------------------ +• [SLOW TEST] [63.079 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:32:39.07 + Sep 17 04:32:39.070: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-watch 09/17/22 04:32:39.07 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:32:39.079 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:32:39.08 + [It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 + Sep 17 04:32:39.081: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Creating first CR 09/17/22 04:32:41.618 + Sep 17 04:32:41.620: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:41Z 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:2022-09-17T04:32:41Z]] name:name1 resourceVersion:19377 uid:52fc4d66-06cb-4cee-b3da-bdc4fa54cf56] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Creating second CR 09/17/22 04:32:51.62 + Sep 17 04:32:51.623: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:51Z 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:2022-09-17T04:32:51Z]] name:name2 resourceVersion:19401 uid:ff954589-4ff6-4e61-9eb8-ac37acab9931] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying first CR 09/17/22 04:33:01.623 + Sep 17 04:33:01.627: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:41Z 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:2022-09-17T04:33:01Z]] name:name1 resourceVersion:19416 uid:52fc4d66-06cb-4cee-b3da-bdc4fa54cf56] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying second CR 09/17/22 04:33:11.627 + Sep 17 04:33:11.630: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:51Z 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:2022-09-17T04:33:11Z]] name:name2 resourceVersion:19431 uid:ff954589-4ff6-4e61-9eb8-ac37acab9931] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting first CR 09/17/22 04:33:21.631 + Sep 17 04:33:21.634: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:41Z 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:2022-09-17T04:33:01Z]] name:name1 resourceVersion:19446 uid:52fc4d66-06cb-4cee-b3da-bdc4fa54cf56] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting second CR 09/17/22 04:33:31.635 + Sep 17 04:33:31.638: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2022-09-17T04:32:51Z 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:2022-09-17T04:33:11Z]] name:name2 resourceVersion:19462 uid:ff954589-4ff6-4e61-9eb8-ac37acab9931] num:map[num1:9223372036854775807 num2:1000000]]} + [AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:33:42.144: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-watch-5679" for this suite. 09/17/22 04:33:42.146 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-apps] Deployment + RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:33:42.148 +Sep 17 04:33:42.148: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 04:33:42.149 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:42.157 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:42.159 +[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 +Sep 17 04:33:42.160: INFO: Creating deployment "test-recreate-deployment" +Sep 17 04:33:42.162: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 +Sep 17 04:33:42.164: INFO: new replicaset for deployment "test-recreate-deployment" is yet to be created +Sep 17 04:33:44.168: INFO: Waiting deployment "test-recreate-deployment" to complete +Sep 17 04:33:44.169: INFO: Triggering a new rollout for deployment "test-recreate-deployment" +Sep 17 04:33:44.172: INFO: Updating deployment test-recreate-deployment +Sep 17 04:33:44.172: 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 +Sep 17 04:33:44.224: INFO: Deployment "test-recreate-deployment": +&Deployment{ObjectMeta:{test-recreate-deployment deployment-2416 ea0a90aa-1e86-4fc0-a418-b093db301a19 19533 2 2022-09-17 04:33:42 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-17 04:33:44 +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 2022-09-17 04:33:44 +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-2 [] [] [] [] [] {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 0xc005b45108 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:2022-09-17 04:33:44 +0000 UTC,LastTransitionTime:2022-09-17 04:33:44 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-9d58999df" is progressing.,LastUpdateTime:2022-09-17 04:33:44 +0000 UTC,LastTransitionTime:2022-09-17 04:33:42 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + +Sep 17 04:33:44.225: INFO: New ReplicaSet "test-recreate-deployment-9d58999df" of Deployment "test-recreate-deployment": +&ReplicaSet{ObjectMeta:{test-recreate-deployment-9d58999df deployment-2416 ae7c326e-16b3-4acb-909c-588c316794fc 19529 1 2022-09-17 04:33:44 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment ea0a90aa-1e86-4fc0-a418-b093db301a19 0xc005b455e0 0xc005b455e1}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:33:44 +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\":\"ea0a90aa-1e86-4fc0-a418-b093db301a19\"}":{}}},"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 2022-09-17 04:33:44 +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: 9d58999df,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc005b45678 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{},},} +Sep 17 04:33:44.225: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": +Sep 17 04:33:44.225: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-7d8b6f647f deployment-2416 471153ae-0ad4-4d45-97ce-7c9818a933b1 19521 2 2022-09-17 04:33:42 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment ea0a90aa-1e86-4fc0-a418-b093db301a19 0xc005b454c7 0xc005b454c8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:33:44 +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\":\"ea0a90aa-1e86-4fc0-a418-b093db301a19\"}":{}}},"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 2022-09-17 04:33:44 +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: 7d8b6f647f,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc005b45578 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{},},} +Sep 17 04:33:44.227: INFO: Pod "test-recreate-deployment-9d58999df-44gn7" is not available: +&Pod{ObjectMeta:{test-recreate-deployment-9d58999df-44gn7 test-recreate-deployment-9d58999df- deployment-2416 10917ebf-e0b4-424f-a1d2-e4625e834717 19532 0 2022-09-17 04:33:44 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [{apps/v1 ReplicaSet test-recreate-deployment-9d58999df ae7c326e-16b3-4acb-909c-588c316794fc 0xc005ad2100 0xc005ad2101}] [] [{kube-controller-manager Update v1 2022-09-17 04:33:44 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ae7c326e-16b3-4acb-909c-588c316794fc\"}":{}}},"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 2022-09-17 04:33:44 +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-4bsgm,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4bsgm,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:33:44 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:33:44 +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:2022-09-17 04:33:44 +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:2022-09-17 04:33:44 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:33:44 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 17 04:33:44.227: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-2416" for this suite. 09/17/22 04:33:44.228 +{"msg":"PASSED [sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance]","completed":154,"skipped":2943,"failed":0} +------------------------------ +• [2.082 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:33:42.148 + Sep 17 04:33:42.148: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 04:33:42.149 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:42.157 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:42.159 + [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 + Sep 17 04:33:42.160: INFO: Creating deployment "test-recreate-deployment" + Sep 17 04:33:42.162: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 + Sep 17 04:33:42.164: INFO: new replicaset for deployment "test-recreate-deployment" is yet to be created + Sep 17 04:33:44.168: INFO: Waiting deployment "test-recreate-deployment" to complete + Sep 17 04:33:44.169: INFO: Triggering a new rollout for deployment "test-recreate-deployment" + Sep 17 04:33:44.172: INFO: Updating deployment test-recreate-deployment + Sep 17 04:33:44.172: 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 + Sep 17 04:33:44.224: INFO: Deployment "test-recreate-deployment": + &Deployment{ObjectMeta:{test-recreate-deployment deployment-2416 ea0a90aa-1e86-4fc0-a418-b093db301a19 19533 2 2022-09-17 04:33:42 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-17 04:33:44 +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 2022-09-17 04:33:44 +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-2 [] [] [] [] [] {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 0xc005b45108 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:2022-09-17 04:33:44 +0000 UTC,LastTransitionTime:2022-09-17 04:33:44 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-9d58999df" is progressing.,LastUpdateTime:2022-09-17 04:33:44 +0000 UTC,LastTransitionTime:2022-09-17 04:33:42 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + + Sep 17 04:33:44.225: INFO: New ReplicaSet "test-recreate-deployment-9d58999df" of Deployment "test-recreate-deployment": + &ReplicaSet{ObjectMeta:{test-recreate-deployment-9d58999df deployment-2416 ae7c326e-16b3-4acb-909c-588c316794fc 19529 1 2022-09-17 04:33:44 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment ea0a90aa-1e86-4fc0-a418-b093db301a19 0xc005b455e0 0xc005b455e1}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:33:44 +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\":\"ea0a90aa-1e86-4fc0-a418-b093db301a19\"}":{}}},"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 2022-09-17 04:33:44 +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: 9d58999df,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc005b45678 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{},},} + Sep 17 04:33:44.225: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": + Sep 17 04:33:44.225: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-7d8b6f647f deployment-2416 471153ae-0ad4-4d45-97ce-7c9818a933b1 19521 2 2022-09-17 04:33:42 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment ea0a90aa-1e86-4fc0-a418-b093db301a19 0xc005b454c7 0xc005b454c8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:33:44 +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\":\"ea0a90aa-1e86-4fc0-a418-b093db301a19\"}":{}}},"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 2022-09-17 04:33:44 +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: 7d8b6f647f,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:7d8b6f647f] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc005b45578 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{},},} + Sep 17 04:33:44.227: INFO: Pod "test-recreate-deployment-9d58999df-44gn7" is not available: + &Pod{ObjectMeta:{test-recreate-deployment-9d58999df-44gn7 test-recreate-deployment-9d58999df- deployment-2416 10917ebf-e0b4-424f-a1d2-e4625e834717 19532 0 2022-09-17 04:33:44 +0000 UTC map[name:sample-pod-3 pod-template-hash:9d58999df] map[] [{apps/v1 ReplicaSet test-recreate-deployment-9d58999df ae7c326e-16b3-4acb-909c-588c316794fc 0xc005ad2100 0xc005ad2101}] [] [{kube-controller-manager Update v1 2022-09-17 04:33:44 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ae7c326e-16b3-4acb-909c-588c316794fc\"}":{}}},"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 2022-09-17 04:33:44 +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-4bsgm,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-4bsgm,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:33:44 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:33:44 +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:2022-09-17 04:33:44 +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:2022-09-17 04:33:44 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:33:44 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 17 04:33:44.227: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-2416" for this suite. 09/17/22 04:33:44.228 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] InitContainer [NodeConformance] + should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:176 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:33:44.23 +Sep 17 04:33:44.230: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename init-container 09/17/22 04:33:44.231 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:44.239 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:44.241 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[It] should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:176 +STEP: creating the pod 09/17/22 04:33:44.242 +Sep 17 04:33:44.242: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 17 04:33:49.014: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-2717" for this suite. 09/17/22 04:33:49.015 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance]","completed":155,"skipped":2943,"failed":0} +------------------------------ +• [4.788 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:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:33:44.23 + Sep 17 04:33:44.230: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename init-container 09/17/22 04:33:44.231 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:44.239 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:44.241 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [It] should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:176 + STEP: creating the pod 09/17/22 04:33:44.242 + Sep 17 04:33:44.242: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 17 04:33:49.014: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-2717" for this suite. 09/17/22 04:33:49.015 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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:260 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:33:49.018 +Sep 17 04:33:49.018: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:33:49.019 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:49.029 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:49.03 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[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:260 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:33:49.032 +Sep 17 04:33:49.034: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d" in namespace "downward-api-2500" to be "Succeeded or Failed" +Sep 17 04:33:49.036: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d": Phase="Pending", Reason="", readiness=false. Elapsed: 1.789803ms +Sep 17 04:33:51.038: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003719526s +Sep 17 04:33:53.039: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00451808s +STEP: Saw pod success 09/17/22 04:33:53.039 +Sep 17 04:33:53.039: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d" satisfied condition "Succeeded or Failed" +Sep 17 04:33:53.040: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d container client-container: +STEP: delete the pod 09/17/22 04:33:53.047 +Sep 17 04:33:53.051: INFO: Waiting for pod downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d to disappear +Sep 17 04:33:53.060: INFO: Pod downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:33:53.060: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-2500" for this suite. 09/17/22 04:33:53.061 +{"msg":"PASSED [sig-storage] Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","completed":156,"skipped":2948,"failed":0} +------------------------------ +• [4.045 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:260 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:33:49.018 + Sep 17 04:33:49.018: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:33:49.019 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:49.029 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:49.03 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [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:260 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:33:49.032 + Sep 17 04:33:49.034: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d" in namespace "downward-api-2500" to be "Succeeded or Failed" + Sep 17 04:33:49.036: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d": Phase="Pending", Reason="", readiness=false. Elapsed: 1.789803ms + Sep 17 04:33:51.038: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003719526s + Sep 17 04:33:53.039: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00451808s + STEP: Saw pod success 09/17/22 04:33:53.039 + Sep 17 04:33:53.039: INFO: Pod "downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d" satisfied condition "Succeeded or Failed" + Sep 17 04:33:53.040: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d container client-container: + STEP: delete the pod 09/17/22 04:33:53.047 + Sep 17 04:33:53.051: INFO: Waiting for pod downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d to disappear + Sep 17 04:33:53.060: INFO: Pod downwardapi-volume-c16399fa-2cd6-4598-a124-29973ffa156d no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:33:53.060: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-2500" for this suite. 09/17/22 04:33:53.061 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-network] IngressClass API + should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 +[BeforeEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:33:53.064 +Sep 17 04:33:53.064: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename ingressclass 09/17/22 04:33:53.065 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:53.073 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:53.077 +[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 09/17/22 04:33:53.078 +STEP: getting /apis/networking.k8s.io 09/17/22 04:33:53.079 +STEP: getting /apis/networking.k8s.iov1 09/17/22 04:33:53.08 +STEP: creating 09/17/22 04:33:53.08 +STEP: getting 09/17/22 04:33:53.085 +STEP: listing 09/17/22 04:33:53.086 +STEP: watching 09/17/22 04:33:53.087 +Sep 17 04:33:53.087: INFO: starting watch +STEP: patching 09/17/22 04:33:53.087 +STEP: updating 09/17/22 04:33:53.089 +Sep 17 04:33:53.091: INFO: waiting for watch events with expected annotations +Sep 17 04:33:53.091: INFO: saw patched and updated annotations +STEP: deleting 09/17/22 04:33:53.091 +STEP: deleting a collection 09/17/22 04:33:53.094 +[AfterEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:187 +Sep 17 04:33:53.100: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "ingressclass-6001" for this suite. 09/17/22 04:33:53.101 +{"msg":"PASSED [sig-network] IngressClass API should support creating IngressClass API operations [Conformance]","completed":157,"skipped":2957,"failed":0} +------------------------------ +• [0.039 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:33:53.064 + Sep 17 04:33:53.064: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename ingressclass 09/17/22 04:33:53.065 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:53.073 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:53.077 + [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 09/17/22 04:33:53.078 + STEP: getting /apis/networking.k8s.io 09/17/22 04:33:53.079 + STEP: getting /apis/networking.k8s.iov1 09/17/22 04:33:53.08 + STEP: creating 09/17/22 04:33:53.08 + STEP: getting 09/17/22 04:33:53.085 + STEP: listing 09/17/22 04:33:53.086 + STEP: watching 09/17/22 04:33:53.087 + Sep 17 04:33:53.087: INFO: starting watch + STEP: patching 09/17/22 04:33:53.087 + STEP: updating 09/17/22 04:33:53.089 + Sep 17 04:33:53.091: INFO: waiting for watch events with expected annotations + Sep 17 04:33:53.091: INFO: saw patched and updated annotations + STEP: deleting 09/17/22 04:33:53.091 + STEP: deleting a collection 09/17/22 04:33:53.094 + [AfterEach] [sig-network] IngressClass API + test/e2e/framework/framework.go:187 + Sep 17 04:33:53.100: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "ingressclass-6001" for this suite. 09/17/22 04:33:53.101 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Downward API + should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:266 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:33:53.105 +Sep 17 04:33:53.105: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:33:53.106 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:53.116 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:53.117 +[It] should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:266 +STEP: Creating a pod to test downward api env vars 09/17/22 04:33:53.118 +Sep 17 04:33:53.122: INFO: Waiting up to 5m0s for pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80" in namespace "downward-api-1843" to be "Succeeded or Failed" +Sep 17 04:33:53.123: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80": Phase="Pending", Reason="", readiness=false. Elapsed: 1.318355ms +Sep 17 04:33:55.126: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003655234s +Sep 17 04:33:57.125: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003273788s +STEP: Saw pod success 09/17/22 04:33:57.125 +Sep 17 04:33:57.125: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80" satisfied condition "Succeeded or Failed" +Sep 17 04:33:57.127: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-f6c15df9-40ee-4146-b162-331acabffd80 container dapi-container: +STEP: delete the pod 09/17/22 04:33:57.129 +Sep 17 04:33:57.134: INFO: Waiting for pod downward-api-f6c15df9-40ee-4146-b162-331acabffd80 to disappear +Sep 17 04:33:57.145: INFO: Pod downward-api-f6c15df9-40ee-4146-b162-331acabffd80 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 17 04:33:57.145: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-1843" for this suite. 09/17/22 04:33:57.147 +{"msg":"PASSED [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance]","completed":158,"skipped":2985,"failed":0} +------------------------------ +• [4.043 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:266 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:33:53.105 + Sep 17 04:33:53.105: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:33:53.106 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:53.116 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:53.117 + [It] should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:266 + STEP: Creating a pod to test downward api env vars 09/17/22 04:33:53.118 + Sep 17 04:33:53.122: INFO: Waiting up to 5m0s for pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80" in namespace "downward-api-1843" to be "Succeeded or Failed" + Sep 17 04:33:53.123: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80": Phase="Pending", Reason="", readiness=false. Elapsed: 1.318355ms + Sep 17 04:33:55.126: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003655234s + Sep 17 04:33:57.125: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003273788s + STEP: Saw pod success 09/17/22 04:33:57.125 + Sep 17 04:33:57.125: INFO: Pod "downward-api-f6c15df9-40ee-4146-b162-331acabffd80" satisfied condition "Succeeded or Failed" + Sep 17 04:33:57.127: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-f6c15df9-40ee-4146-b162-331acabffd80 container dapi-container: + STEP: delete the pod 09/17/22 04:33:57.129 + Sep 17 04:33:57.134: INFO: Waiting for pod downward-api-f6c15df9-40ee-4146-b162-331acabffd80 to disappear + Sep 17 04:33:57.145: INFO: Pod downward-api-f6c15df9-40ee-4146-b162-331acabffd80 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 17 04:33:57.145: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-1843" for this suite. 09/17/22 04:33:57.147 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-apps] Job + should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:254 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:33:57.149 +Sep 17 04:33:57.149: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename job 09/17/22 04:33:57.15 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:57.159 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:57.161 +[It] should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:254 +STEP: Creating a job 09/17/22 04:33:57.162 +STEP: Ensuring job reaches completions 09/17/22 04:33:57.164 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 17 04:34:09.167: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-5128" for this suite. 09/17/22 04:34:09.169 +{"msg":"PASSED [sig-apps] Job should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]","completed":159,"skipped":2999,"failed":0} +------------------------------ +• [SLOW TEST] [12.021 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:254 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:33:57.149 + Sep 17 04:33:57.149: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename job 09/17/22 04:33:57.15 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:33:57.159 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:33:57.161 + [It] should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:254 + STEP: Creating a job 09/17/22 04:33:57.162 + STEP: Ensuring job reaches completions 09/17/22 04:33:57.164 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 17 04:34:09.167: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-5128" for this suite. 09/17/22 04:34:09.169 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:116 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:34:09.171 +Sep 17 04:34:09.171: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:34:09.172 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:09.179 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:09.182 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:34:09.189 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:34:09.402 +STEP: Deploying the webhook pod 09/17/22 04:34:09.406 +STEP: Wait for the deployment to be ready 09/17/22 04:34:09.409 +Sep 17 04:34:09.412: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/17/22 04:34:11.416 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:34:11.423 +Sep 17 04:34:12.424: 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:116 +STEP: fetching the /apis discovery document 09/17/22 04:34:12.426 +STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 09/17/22 04:34:12.426 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 09/17/22 04:34:12.426 +STEP: fetching the /apis/admissionregistration.k8s.io discovery document 09/17/22 04:34:12.426 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 09/17/22 04:34:12.427 +STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 09/17/22 04:34:12.427 +STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 09/17/22 04:34:12.427 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:34:12.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-3005" for this suite. 09/17/22 04:34:12.429 +STEP: Destroying namespace "webhook-3005-markers" for this suite. 09/17/22 04:34:12.431 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should include webhook resources in discovery documents [Conformance]","completed":160,"skipped":3009,"failed":0} +------------------------------ +• [3.290 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:116 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:34:09.171 + Sep 17 04:34:09.171: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:34:09.172 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:09.179 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:09.182 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:34:09.189 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:34:09.402 + STEP: Deploying the webhook pod 09/17/22 04:34:09.406 + STEP: Wait for the deployment to be ready 09/17/22 04:34:09.409 + Sep 17 04:34:09.412: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/17/22 04:34:11.416 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:34:11.423 + Sep 17 04:34:12.424: 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:116 + STEP: fetching the /apis discovery document 09/17/22 04:34:12.426 + STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 09/17/22 04:34:12.426 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 09/17/22 04:34:12.426 + STEP: fetching the /apis/admissionregistration.k8s.io discovery document 09/17/22 04:34:12.426 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 09/17/22 04:34:12.427 + STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 09/17/22 04:34:12.427 + STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 09/17/22 04:34:12.427 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:34:12.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-3005" for this suite. 09/17/22 04:34:12.429 + STEP: Destroying namespace "webhook-3005-markers" for this suite. 09/17/22 04:34:12.431 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:165 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:34:12.462 +Sep 17 04:34:12.462: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 04:34:12.463 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:12.529 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:12.531 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:165 +STEP: Creating pod liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c in namespace container-probe-1576 09/17/22 04:34:12.535 +Sep 17 04:34:12.539: INFO: Waiting up to 5m0s for pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c" in namespace "container-probe-1576" to be "not pending" +Sep 17 04:34:12.541: INFO: Pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.330686ms +Sep 17 04:34:14.542: INFO: Pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c": Phase="Running", Reason="", readiness=true. Elapsed: 2.003189082s +Sep 17 04:34:14.543: INFO: Pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c" satisfied condition "not pending" +Sep 17 04:34:14.543: INFO: Started pod liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c in namespace container-probe-1576 +STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:34:14.543 +Sep 17 04:34:14.544: INFO: Initial restart count of pod liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c is 0 +Sep 17 04:34:34.567: INFO: Restart count of pod container-probe-1576/liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c is now 1 (20.023070459s elapsed) +STEP: deleting the pod 09/17/22 04:34:34.567 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 04:34:34.572: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-1576" for this suite. 09/17/22 04:34:34.574 +{"msg":"PASSED [sig-node] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]","completed":161,"skipped":3041,"failed":0} +------------------------------ +• [SLOW TEST] [22.114 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:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:34:12.462 + Sep 17 04:34:12.462: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 04:34:12.463 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:12.529 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:12.531 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:165 + STEP: Creating pod liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c in namespace container-probe-1576 09/17/22 04:34:12.535 + Sep 17 04:34:12.539: INFO: Waiting up to 5m0s for pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c" in namespace "container-probe-1576" to be "not pending" + Sep 17 04:34:12.541: INFO: Pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.330686ms + Sep 17 04:34:14.542: INFO: Pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c": Phase="Running", Reason="", readiness=true. Elapsed: 2.003189082s + Sep 17 04:34:14.543: INFO: Pod "liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c" satisfied condition "not pending" + Sep 17 04:34:14.543: INFO: Started pod liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c in namespace container-probe-1576 + STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:34:14.543 + Sep 17 04:34:14.544: INFO: Initial restart count of pod liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c is 0 + Sep 17 04:34:34.567: INFO: Restart count of pod container-probe-1576/liveness-af5d0f00-8197-4a88-9dc4-54e877f0094c is now 1 (20.023070459s elapsed) + STEP: deleting the pod 09/17/22 04:34:34.567 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 04:34:34.572: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-1576" for this suite. 09/17/22 04:34:34.574 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:34:34.577 +Sep 17 04:34:34.577: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 04:34:34.578 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:34.592 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:34.594 +[It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 +STEP: Creating a ResourceQuota with best effort scope 09/17/22 04:34:34.596 +STEP: Ensuring ResourceQuota status is calculated 09/17/22 04:34:34.599 +STEP: Creating a ResourceQuota with not best effort scope 09/17/22 04:34:36.601 +STEP: Ensuring ResourceQuota status is calculated 09/17/22 04:34:36.602 +STEP: Creating a best-effort pod 09/17/22 04:34:38.605 +STEP: Ensuring resource quota with best effort scope captures the pod usage 09/17/22 04:34:38.61 +STEP: Ensuring resource quota with not best effort ignored the pod usage 09/17/22 04:34:40.612 +STEP: Deleting the pod 09/17/22 04:34:42.614 +STEP: Ensuring resource quota status released the pod usage 09/17/22 04:34:42.619 +STEP: Creating a not best-effort pod 09/17/22 04:34:44.622 +STEP: Ensuring resource quota with not best effort scope captures the pod usage 09/17/22 04:34:44.626 +STEP: Ensuring resource quota with best effort scope ignored the pod usage 09/17/22 04:34:46.628 +STEP: Deleting the pod 09/17/22 04:34:48.63 +STEP: Ensuring resource quota status released the pod usage 09/17/22 04:34:48.636 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 04:34:50.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-4441" for this suite. 09/17/22 04:34:50.639 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance]","completed":162,"skipped":3074,"failed":0} +------------------------------ +• [SLOW TEST] [16.065 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:793 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:34:34.577 + Sep 17 04:34:34.577: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 04:34:34.578 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:34.592 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:34.594 + [It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:793 + STEP: Creating a ResourceQuota with best effort scope 09/17/22 04:34:34.596 + STEP: Ensuring ResourceQuota status is calculated 09/17/22 04:34:34.599 + STEP: Creating a ResourceQuota with not best effort scope 09/17/22 04:34:36.601 + STEP: Ensuring ResourceQuota status is calculated 09/17/22 04:34:36.602 + STEP: Creating a best-effort pod 09/17/22 04:34:38.605 + STEP: Ensuring resource quota with best effort scope captures the pod usage 09/17/22 04:34:38.61 + STEP: Ensuring resource quota with not best effort ignored the pod usage 09/17/22 04:34:40.612 + STEP: Deleting the pod 09/17/22 04:34:42.614 + STEP: Ensuring resource quota status released the pod usage 09/17/22 04:34:42.619 + STEP: Creating a not best-effort pod 09/17/22 04:34:44.622 + STEP: Ensuring resource quota with not best effort scope captures the pod usage 09/17/22 04:34:44.626 + STEP: Ensuring resource quota with best effort scope ignored the pod usage 09/17/22 04:34:46.628 + STEP: Deleting the pod 09/17/22 04:34:48.63 + STEP: Ensuring resource quota status released the pod usage 09/17/22 04:34:48.636 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 04:34:50.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-4441" for this suite. 09/17/22 04:34:50.639 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] Variable Expansion + should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:34:50.642 +Sep 17 04:34:50.642: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 04:34:50.643 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:50.652 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:50.654 +[It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 +STEP: creating the pod 09/17/22 04:34:50.656 +STEP: waiting for pod running 09/17/22 04:34:50.661 +Sep 17 04:34:50.661: INFO: Waiting up to 2m0s for pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" in namespace "var-expansion-5387" to be "running" +Sep 17 04:34:50.664: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.329515ms +Sep 17 04:34:52.666: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e": Phase="Running", Reason="", readiness=true. Elapsed: 2.005089654s +Sep 17 04:34:52.666: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" satisfied condition "running" +STEP: creating a file in subpath 09/17/22 04:34:52.666 +Sep 17 04:34:52.667: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-5387 PodName:var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:34:52.668: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:34:52.668: INFO: ExecWithOptions: Clientset creation +Sep 17 04:34:52.668: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/var-expansion-5387/pods/var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e/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 09/17/22 04:34:52.716 +Sep 17 04:34:52.717: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-5387 PodName:var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:34:52.717: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:34:52.718: INFO: ExecWithOptions: Clientset creation +Sep 17 04:34:52.718: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/var-expansion-5387/pods/var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e/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 09/17/22 04:34:52.743 +Sep 17 04:34:53.249: INFO: Successfully updated pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" +STEP: waiting for annotated pod running 09/17/22 04:34:53.249 +Sep 17 04:34:53.249: INFO: Waiting up to 2m0s for pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" in namespace "var-expansion-5387" to be "running" +Sep 17 04:34:53.251: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e": Phase="Running", Reason="", readiness=true. Elapsed: 1.96107ms +Sep 17 04:34:53.251: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" satisfied condition "running" +STEP: deleting the pod gracefully 09/17/22 04:34:53.251 +Sep 17 04:34:53.251: INFO: Deleting pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" in namespace "var-expansion-5387" +Sep 17 04:34:53.253: INFO: Wait up to 5m0s for pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 04:35:27.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-5387" for this suite. 09/17/22 04:35:27.258 +{"msg":"PASSED [sig-node] Variable Expansion should succeed in writing subpaths in container [Slow] [Conformance]","completed":163,"skipped":3078,"failed":0} +------------------------------ +• [SLOW TEST] [36.618 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:296 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:34:50.642 + Sep 17 04:34:50.642: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 04:34:50.643 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:34:50.652 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:34:50.654 + [It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:296 + STEP: creating the pod 09/17/22 04:34:50.656 + STEP: waiting for pod running 09/17/22 04:34:50.661 + Sep 17 04:34:50.661: INFO: Waiting up to 2m0s for pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" in namespace "var-expansion-5387" to be "running" + Sep 17 04:34:50.664: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.329515ms + Sep 17 04:34:52.666: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e": Phase="Running", Reason="", readiness=true. Elapsed: 2.005089654s + Sep 17 04:34:52.666: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" satisfied condition "running" + STEP: creating a file in subpath 09/17/22 04:34:52.666 + Sep 17 04:34:52.667: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-5387 PodName:var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:34:52.668: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:34:52.668: INFO: ExecWithOptions: Clientset creation + Sep 17 04:34:52.668: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/var-expansion-5387/pods/var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e/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 09/17/22 04:34:52.716 + Sep 17 04:34:52.717: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-5387 PodName:var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:34:52.717: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:34:52.718: INFO: ExecWithOptions: Clientset creation + Sep 17 04:34:52.718: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/var-expansion-5387/pods/var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e/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 09/17/22 04:34:52.743 + Sep 17 04:34:53.249: INFO: Successfully updated pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" + STEP: waiting for annotated pod running 09/17/22 04:34:53.249 + Sep 17 04:34:53.249: INFO: Waiting up to 2m0s for pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" in namespace "var-expansion-5387" to be "running" + Sep 17 04:34:53.251: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e": Phase="Running", Reason="", readiness=true. Elapsed: 1.96107ms + Sep 17 04:34:53.251: INFO: Pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" satisfied condition "running" + STEP: deleting the pod gracefully 09/17/22 04:34:53.251 + Sep 17 04:34:53.251: INFO: Deleting pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" in namespace "var-expansion-5387" + Sep 17 04:34:53.253: INFO: Wait up to 5m0s for pod "var-expansion-f2be404a-26d0-4995-8774-e8d987e71c9e" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 04:35:27.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-5387" for this suite. 09/17/22 04:35:27.258 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:655 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:35:27.263 +Sep 17 04:35:27.263: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:35:27.263 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:27.274 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:27.275 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:35:27.283 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:35:27.542 +STEP: Deploying the webhook pod 09/17/22 04:35:27.545 +STEP: Wait for the deployment to be ready 09/17/22 04:35:27.549 +Sep 17 04:35:27.552: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/17/22 04:35:29.556 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:35:29.561 +Sep 17 04:35:30.561: 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:655 +STEP: Listing all of the created validation webhooks 09/17/22 04:35:30.58 +STEP: Creating a configMap that should be mutated 09/17/22 04:35:30.586 +STEP: Deleting the collection of validation webhooks 09/17/22 04:35:30.597 +STEP: Creating a configMap that should not be mutated 09/17/22 04:35:30.611 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:35:30.614: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-587" for this suite. 09/17/22 04:35:30.616 +STEP: Destroying namespace "webhook-587-markers" for this suite. 09/17/22 04:35:30.618 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing mutating webhooks should work [Conformance]","completed":164,"skipped":3112,"failed":0} +------------------------------ +• [3.411 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:655 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:35:27.263 + Sep 17 04:35:27.263: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:35:27.263 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:27.274 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:27.275 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:35:27.283 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:35:27.542 + STEP: Deploying the webhook pod 09/17/22 04:35:27.545 + STEP: Wait for the deployment to be ready 09/17/22 04:35:27.549 + Sep 17 04:35:27.552: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/17/22 04:35:29.556 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:35:29.561 + Sep 17 04:35:30.561: 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:655 + STEP: Listing all of the created validation webhooks 09/17/22 04:35:30.58 + STEP: Creating a configMap that should be mutated 09/17/22 04:35:30.586 + STEP: Deleting the collection of validation webhooks 09/17/22 04:35:30.597 + STEP: Creating a configMap that should not be mutated 09/17/22 04:35:30.611 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:35:30.614: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-587" for this suite. 09/17/22 04:35:30.616 + STEP: Destroying namespace "webhook-587-markers" for this suite. 09/17/22 04:35:30.618 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-network] Services + should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:35:30.674 +Sep 17 04:35:30.674: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:35:30.675 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:30.695 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:30.697 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 +STEP: creating service endpoint-test2 in namespace services-8296 09/17/22 04:35:30.699 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[] 09/17/22 04:35:30.704 +Sep 17 04:35:30.708: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-8296 09/17/22 04:35:30.708 +Sep 17 04:35:30.711: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-8296" to be "running and ready" +Sep 17 04:35:30.714: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.375514ms +Sep 17 04:35:30.714: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:35:32.717: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.005748912s +Sep 17 04:35:32.717: INFO: The phase of Pod pod1 is Running (Ready = true) +Sep 17 04:35:32.717: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[pod1:[80]] 09/17/22 04:35:32.718 +Sep 17 04:35:32.721: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[pod1:[80]] +STEP: Checking if the Service forwards traffic to pod1 09/17/22 04:35:32.721 +Sep 17 04:35:32.721: INFO: Creating new exec pod +Sep 17 04:35:32.723: INFO: Waiting up to 5m0s for pod "execpodbjtsk" in namespace "services-8296" to be "running" +Sep 17 04:35:32.725: INFO: Pod "execpodbjtsk": Phase="Pending", Reason="", readiness=false. Elapsed: 2.238844ms +Sep 17 04:35:34.728: INFO: Pod "execpodbjtsk": Phase="Running", Reason="", readiness=true. Elapsed: 2.005045176s +Sep 17 04:35:34.728: INFO: Pod "execpodbjtsk" satisfied condition "running" +Sep 17 04:35:35.729: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Sep 17 04:35:35.820: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Sep 17 04:35:35.820: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:35:35.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.30.207 80' +Sep 17 04:35:35.911: INFO: stderr: "+ nc -v -t -w 2 10.68.30.207 80\n+ echo hostName\nConnection to 10.68.30.207 80 port [tcp/http] succeeded!\n" +Sep 17 04:35:35.911: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Creating pod pod2 in namespace services-8296 09/17/22 04:35:35.911 +Sep 17 04:35:35.914: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-8296" to be "running and ready" +Sep 17 04:35:35.916: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.433376ms +Sep 17 04:35:35.916: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:35:37.919: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.005270017s +Sep 17 04:35:37.919: INFO: The phase of Pod pod2 is Running (Ready = true) +Sep 17 04:35:37.919: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[pod1:[80] pod2:[80]] 09/17/22 04:35:37.92 +Sep 17 04:35:37.925: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[pod1:[80] pod2:[80]] +STEP: Checking if the Service forwards traffic to pod1 and pod2 09/17/22 04:35:37.925 +Sep 17 04:35:38.925: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Sep 17 04:35:39.020: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Sep 17 04:35:39.020: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:35:39.020: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.30.207 80' +Sep 17 04:35:39.106: INFO: stderr: "+ nc -v -t -w 2 10.68.30.207 80\n+ echo hostName\nConnection to 10.68.30.207 80 port [tcp/http] succeeded!\n" +Sep 17 04:35:39.106: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Deleting pod pod1 in namespace services-8296 09/17/22 04:35:39.106 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[pod2:[80]] 09/17/22 04:35:39.12 +Sep 17 04:35:39.147: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[pod2:[80]] +STEP: Checking if the Service forwards traffic to pod2 09/17/22 04:35:39.147 +Sep 17 04:35:40.148: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' +Sep 17 04:35:40.235: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Sep 17 04:35:40.235: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:35:40.235: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.30.207 80' +Sep 17 04:35:40.328: INFO: stderr: "+ nc -v -t -w 2 10.68.30.207 80\nConnection to 10.68.30.207 80 port [tcp/http] succeeded!\n+ echo hostName\n" +Sep 17 04:35:40.328: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +STEP: Deleting pod pod2 in namespace services-8296 09/17/22 04:35:40.328 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[] 09/17/22 04:35:40.337 +Sep 17 04:35:41.356: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:35:41.369: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8296" for this suite. 09/17/22 04:35:41.371 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should serve a basic endpoint from pods [Conformance]","completed":165,"skipped":3116,"failed":0} +------------------------------ +• [SLOW TEST] [10.700 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:35:30.674 + Sep 17 04:35:30.674: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:35:30.675 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:30.695 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:30.697 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:791 + STEP: creating service endpoint-test2 in namespace services-8296 09/17/22 04:35:30.699 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[] 09/17/22 04:35:30.704 + Sep 17 04:35:30.708: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-8296 09/17/22 04:35:30.708 + Sep 17 04:35:30.711: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-8296" to be "running and ready" + Sep 17 04:35:30.714: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 3.375514ms + Sep 17 04:35:30.714: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:35:32.717: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.005748912s + Sep 17 04:35:32.717: INFO: The phase of Pod pod1 is Running (Ready = true) + Sep 17 04:35:32.717: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[pod1:[80]] 09/17/22 04:35:32.718 + Sep 17 04:35:32.721: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[pod1:[80]] + STEP: Checking if the Service forwards traffic to pod1 09/17/22 04:35:32.721 + Sep 17 04:35:32.721: INFO: Creating new exec pod + Sep 17 04:35:32.723: INFO: Waiting up to 5m0s for pod "execpodbjtsk" in namespace "services-8296" to be "running" + Sep 17 04:35:32.725: INFO: Pod "execpodbjtsk": Phase="Pending", Reason="", readiness=false. Elapsed: 2.238844ms + Sep 17 04:35:34.728: INFO: Pod "execpodbjtsk": Phase="Running", Reason="", readiness=true. Elapsed: 2.005045176s + Sep 17 04:35:34.728: INFO: Pod "execpodbjtsk" satisfied condition "running" + Sep 17 04:35:35.729: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Sep 17 04:35:35.820: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Sep 17 04:35:35.820: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:35:35.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.30.207 80' + Sep 17 04:35:35.911: INFO: stderr: "+ nc -v -t -w 2 10.68.30.207 80\n+ echo hostName\nConnection to 10.68.30.207 80 port [tcp/http] succeeded!\n" + Sep 17 04:35:35.911: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Creating pod pod2 in namespace services-8296 09/17/22 04:35:35.911 + Sep 17 04:35:35.914: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-8296" to be "running and ready" + Sep 17 04:35:35.916: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.433376ms + Sep 17 04:35:35.916: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:35:37.919: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.005270017s + Sep 17 04:35:37.919: INFO: The phase of Pod pod2 is Running (Ready = true) + Sep 17 04:35:37.919: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[pod1:[80] pod2:[80]] 09/17/22 04:35:37.92 + Sep 17 04:35:37.925: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[pod1:[80] pod2:[80]] + STEP: Checking if the Service forwards traffic to pod1 and pod2 09/17/22 04:35:37.925 + Sep 17 04:35:38.925: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Sep 17 04:35:39.020: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Sep 17 04:35:39.020: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:35:39.020: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.30.207 80' + Sep 17 04:35:39.106: INFO: stderr: "+ nc -v -t -w 2 10.68.30.207 80\n+ echo hostName\nConnection to 10.68.30.207 80 port [tcp/http] succeeded!\n" + Sep 17 04:35:39.106: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Deleting pod pod1 in namespace services-8296 09/17/22 04:35:39.106 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[pod2:[80]] 09/17/22 04:35:39.12 + Sep 17 04:35:39.147: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[pod2:[80]] + STEP: Checking if the Service forwards traffic to pod2 09/17/22 04:35:39.147 + Sep 17 04:35:40.148: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 endpoint-test2 80' + Sep 17 04:35:40.235: INFO: stderr: "+ nc -v -t -w 2 endpoint-test2 80\n+ echo hostName\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Sep 17 04:35:40.235: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:35:40.235: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-8296 exec execpodbjtsk -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.30.207 80' + Sep 17 04:35:40.328: INFO: stderr: "+ nc -v -t -w 2 10.68.30.207 80\nConnection to 10.68.30.207 80 port [tcp/http] succeeded!\n+ echo hostName\n" + Sep 17 04:35:40.328: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + STEP: Deleting pod pod2 in namespace services-8296 09/17/22 04:35:40.328 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-8296 to expose endpoints map[] 09/17/22 04:35:40.337 + Sep 17 04:35:41.356: INFO: successfully validated that service endpoint-test2 in namespace services-8296 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:35:41.369: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8296" for this suite. 09/17/22 04:35:41.371 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:263 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:35:41.377 +Sep 17 04:35:41.377: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:35:41.378 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:41.392 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:41.394 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:35:41.407 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:35:41.8 +STEP: Deploying the webhook pod 09/17/22 04:35:41.802 +STEP: Wait for the deployment to be ready 09/17/22 04:35:41.807 +Sep 17 04:35:41.810: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:35:43.815 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:35:43.82 +Sep 17 04:35:44.820: 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:263 +STEP: Registering the mutating pod webhook via the AdmissionRegistration API 09/17/22 04:35:44.822 +STEP: create a pod that should be updated by the webhook 09/17/22 04:35:44.829 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:35:44.840: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-6926" for this suite. 09/17/22 04:35:44.843 +STEP: Destroying namespace "webhook-6926-markers" for this suite. 09/17/22 04:35:44.847 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]","completed":166,"skipped":3131,"failed":0} +------------------------------ +• [3.497 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:263 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:35:41.377 + Sep 17 04:35:41.377: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:35:41.378 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:41.392 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:41.394 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:35:41.407 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:35:41.8 + STEP: Deploying the webhook pod 09/17/22 04:35:41.802 + STEP: Wait for the deployment to be ready 09/17/22 04:35:41.807 + Sep 17 04:35:41.810: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:35:43.815 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:35:43.82 + Sep 17 04:35:44.820: 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:263 + STEP: Registering the mutating pod webhook via the AdmissionRegistration API 09/17/22 04:35:44.822 + STEP: create a pod that should be updated by the webhook 09/17/22 04:35:44.829 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:35:44.840: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-6926" for this suite. 09/17/22 04:35:44.843 + STEP: Destroying namespace "webhook-6926-markers" for this suite. 09/17/22 04:35:44.847 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-network] EndpointSlice + should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:204 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:35:44.874 +Sep 17 04:35:44.874: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename endpointslice 09/17/22 04:35:44.875 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:44.944 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:44.946 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:204 +STEP: referencing a single matching pod 09/17/22 04:35:49.999 +STEP: referencing matching pods with named port 09/17/22 04:35:55.003 +STEP: creating empty Endpoints and EndpointSlices for no matching Pods 09/17/22 04:36:00.009 +STEP: recreating EndpointSlices after they've been deleted 09/17/22 04:36:05.016 +Sep 17 04:36:05.024: INFO: EndpointSlice for Service endpointslice-8375/example-named-port not found +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 17 04:36:15.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-8375" for this suite. 09/17/22 04:36:15.036 +{"msg":"PASSED [sig-network] EndpointSlice should create Endpoints and EndpointSlices for Pods matching a Service [Conformance]","completed":167,"skipped":3132,"failed":0} +------------------------------ +• [SLOW TEST] [30.165 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:204 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:35:44.874 + Sep 17 04:35:44.874: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename endpointslice 09/17/22 04:35:44.875 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:35:44.944 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:35:44.946 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:204 + STEP: referencing a single matching pod 09/17/22 04:35:49.999 + STEP: referencing matching pods with named port 09/17/22 04:35:55.003 + STEP: creating empty Endpoints and EndpointSlices for no matching Pods 09/17/22 04:36:00.009 + STEP: recreating EndpointSlices after they've been deleted 09/17/22 04:36:05.016 + Sep 17 04:36:05.024: INFO: EndpointSlice for Service endpointslice-8375/example-named-port not found + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 17 04:36:15.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-8375" for this suite. 09/17/22 04:36:15.036 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:374 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:15.04 +Sep 17 04:36:15.040: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:36:15.041 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:15.05 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:15.055 +[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:374 +STEP: Creating configMap with name projected-configmap-test-volume-ed8f2550-dce2-4397-bcaa-5a78e96e16eb 09/17/22 04:36:15.057 +STEP: Creating a pod to test consume configMaps 09/17/22 04:36:15.059 +Sep 17 04:36:15.062: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508" in namespace "projected-7180" to be "Succeeded or Failed" +Sep 17 04:36:15.064: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508": Phase="Pending", Reason="", readiness=false. Elapsed: 1.25543ms +Sep 17 04:36:17.066: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003707164s +Sep 17 04:36:19.065: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003109799s +STEP: Saw pod success 09/17/22 04:36:19.065 +Sep 17 04:36:19.066: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508" satisfied condition "Succeeded or Failed" +Sep 17 04:36:19.067: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508 container projected-configmap-volume-test: +STEP: delete the pod 09/17/22 04:36:19.075 +Sep 17 04:36:19.080: INFO: Waiting for pod pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508 to disappear +Sep 17 04:36:19.082: INFO: Pod pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 04:36:19.082: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-7180" for this suite. 09/17/22 04:36:19.084 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","completed":168,"skipped":3162,"failed":0} +------------------------------ +• [4.045 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:374 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:15.04 + Sep 17 04:36:15.040: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:36:15.041 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:15.05 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:15.055 + [It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:374 + STEP: Creating configMap with name projected-configmap-test-volume-ed8f2550-dce2-4397-bcaa-5a78e96e16eb 09/17/22 04:36:15.057 + STEP: Creating a pod to test consume configMaps 09/17/22 04:36:15.059 + Sep 17 04:36:15.062: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508" in namespace "projected-7180" to be "Succeeded or Failed" + Sep 17 04:36:15.064: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508": Phase="Pending", Reason="", readiness=false. Elapsed: 1.25543ms + Sep 17 04:36:17.066: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003707164s + Sep 17 04:36:19.065: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003109799s + STEP: Saw pod success 09/17/22 04:36:19.065 + Sep 17 04:36:19.066: INFO: Pod "pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508" satisfied condition "Succeeded or Failed" + Sep 17 04:36:19.067: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508 container projected-configmap-volume-test: + STEP: delete the pod 09/17/22 04:36:19.075 + Sep 17 04:36:19.080: INFO: Waiting for pod pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508 to disappear + Sep 17 04:36:19.082: INFO: Pod pod-projected-configmaps-2d31f139-6805-4cfd-9cf6-0218e7b71508 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 04:36:19.082: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-7180" for this suite. 09/17/22 04:36:19.084 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] Job + should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:19.086 +Sep 17 04:36:19.086: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename job 09/17/22 04:36:19.087 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:19.144 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:19.148 +[It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 +STEP: Creating a job 09/17/22 04:36:19.149 +STEP: Ensure pods equal to paralellism count is attached to the job 09/17/22 04:36:19.151 +STEP: patching /status 09/17/22 04:36:21.154 +STEP: updating /status 09/17/22 04:36:21.158 +STEP: get /status 09/17/22 04:36:21.164 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 17 04:36:21.165: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-894" for this suite. 09/17/22 04:36:21.167 +{"msg":"PASSED [sig-apps] Job should apply changes to a job status [Conformance]","completed":169,"skipped":3162,"failed":0} +------------------------------ +• [2.083 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:19.086 + Sep 17 04:36:19.086: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename job 09/17/22 04:36:19.087 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:19.144 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:19.148 + [It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:464 + STEP: Creating a job 09/17/22 04:36:19.149 + STEP: Ensure pods equal to paralellism count is attached to the job 09/17/22 04:36:19.151 + STEP: patching /status 09/17/22 04:36:21.154 + STEP: updating /status 09/17/22 04:36:21.158 + STEP: get /status 09/17/22 04:36:21.164 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 17 04:36:21.165: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-894" for this suite. 09/17/22 04:36:21.167 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:21.17 +Sep 17 04:36:21.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-webhook 09/17/22 04:36:21.171 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:21.183 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:21.187 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 09/17/22 04:36:21.189 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/17/22 04:36:21.365 +STEP: Deploying the custom resource conversion webhook pod 09/17/22 04:36:21.369 +STEP: Wait for the deployment to be ready 09/17/22 04:36:21.373 +Sep 17 04:36:21.381: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:36:23.385 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:36:23.389 +Sep 17 04:36:24.389: 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 +Sep 17 04:36:24.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Creating a v1 custom resource 09/17/22 04:36:26.94 +STEP: v2 custom resource should be converted 09/17/22 04:36:26.942 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:36:27.449: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-webhook-239" for this suite. 09/17/22 04:36:27.452 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert from CR v1 to CR v2 [Conformance]","completed":170,"skipped":3170,"failed":0} +------------------------------ +• [SLOW TEST] [6.317 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:21.17 + Sep 17 04:36:21.170: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-webhook 09/17/22 04:36:21.171 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:21.183 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:21.187 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 09/17/22 04:36:21.189 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/17/22 04:36:21.365 + STEP: Deploying the custom resource conversion webhook pod 09/17/22 04:36:21.369 + STEP: Wait for the deployment to be ready 09/17/22 04:36:21.373 + Sep 17 04:36:21.381: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:36:23.385 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:36:23.389 + Sep 17 04:36:24.389: 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 + Sep 17 04:36:24.390: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Creating a v1 custom resource 09/17/22 04:36:26.94 + STEP: v2 custom resource should be converted 09/17/22 04:36:26.942 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:36:27.449: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-webhook-239" for this suite. 09/17/22 04:36:27.452 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:27.488 +Sep 17 04:36:27.488: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 04:36:27.489 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:27.509 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:27.514 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 +STEP: creating the pod 09/17/22 04:36:27.517 +STEP: setting up watch 09/17/22 04:36:27.517 +STEP: submitting the pod to kubernetes 09/17/22 04:36:27.62 +STEP: verifying the pod is in kubernetes 09/17/22 04:36:27.625 +STEP: verifying pod creation was observed 09/17/22 04:36:27.635 +Sep 17 04:36:27.635: INFO: Waiting up to 5m0s for pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4" in namespace "pods-5227" to be "running" +Sep 17 04:36:27.636: INFO: Pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4": Phase="Pending", Reason="", readiness=false. Elapsed: 1.35735ms +Sep 17 04:36:29.638: INFO: Pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4": Phase="Running", Reason="", readiness=true. Elapsed: 2.003153469s +Sep 17 04:36:29.638: INFO: Pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4" satisfied condition "running" +STEP: deleting the pod gracefully 09/17/22 04:36:29.639 +STEP: verifying pod deletion was observed 09/17/22 04:36:29.642 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 04:36:31.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-5227" for this suite. 09/17/22 04:36:31.242 +{"msg":"PASSED [sig-node] Pods should be submitted and removed [NodeConformance] [Conformance]","completed":171,"skipped":3184,"failed":0} +------------------------------ +• [3.756 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:27.488 + Sep 17 04:36:27.488: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 04:36:27.489 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:27.509 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:27.514 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:225 + STEP: creating the pod 09/17/22 04:36:27.517 + STEP: setting up watch 09/17/22 04:36:27.517 + STEP: submitting the pod to kubernetes 09/17/22 04:36:27.62 + STEP: verifying the pod is in kubernetes 09/17/22 04:36:27.625 + STEP: verifying pod creation was observed 09/17/22 04:36:27.635 + Sep 17 04:36:27.635: INFO: Waiting up to 5m0s for pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4" in namespace "pods-5227" to be "running" + Sep 17 04:36:27.636: INFO: Pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4": Phase="Pending", Reason="", readiness=false. Elapsed: 1.35735ms + Sep 17 04:36:29.638: INFO: Pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4": Phase="Running", Reason="", readiness=true. Elapsed: 2.003153469s + Sep 17 04:36:29.638: INFO: Pod "pod-submit-remove-d803c147-be85-44b4-8a0c-c07b645970f4" satisfied condition "running" + STEP: deleting the pod gracefully 09/17/22 04:36:29.639 + STEP: verifying pod deletion was observed 09/17/22 04:36:29.642 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 04:36:31.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-5227" for this suite. 09/17/22 04:36:31.242 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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:457 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:31.245 +Sep 17 04:36:31.245: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename init-container 09/17/22 04:36:31.245 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:31.252 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:31.256 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[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:457 +STEP: creating the pod 09/17/22 04:36:31.257 +Sep 17 04:36:31.257: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 17 04:36:35.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-4074" for this suite. 09/17/22 04:36:35.244 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]","completed":172,"skipped":3186,"failed":0} +------------------------------ +• [4.001 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:457 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:31.245 + Sep 17 04:36:31.245: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename init-container 09/17/22 04:36:31.245 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:31.252 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:31.256 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [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:457 + STEP: creating the pod 09/17/22 04:36:31.257 + Sep 17 04:36:31.257: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 17 04:36:35.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-4074" for this suite. 09/17/22 04:36:35.244 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:35.246 +Sep 17 04:36:35.246: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replicaset 09/17/22 04:36:35.247 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:35.257 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:35.258 +[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 09/17/22 04:36:35.26 +Sep 17 04:36:35.263: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-3673" to be "running and ready" +Sep 17 04:36:35.266: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 2.650014ms +Sep 17 04:36:35.266: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:36:37.269: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 2.005308533s +Sep 17 04:36:37.269: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) +Sep 17 04:36:37.269: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" +STEP: When a replicaset with a matching selector is created 09/17/22 04:36:37.27 +STEP: Then the orphan pod is adopted 09/17/22 04:36:37.272 +STEP: When the matched label of one of its pods change 09/17/22 04:36:38.281 +Sep 17 04:36:38.282: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 +STEP: Then the pod is released 09/17/22 04:36:38.286 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 17 04:36:39.290: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-3673" for this suite. 09/17/22 04:36:39.292 +{"msg":"PASSED [sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]","completed":173,"skipped":3189,"failed":0} +------------------------------ +• [4.048 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:35.246 + Sep 17 04:36:35.246: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replicaset 09/17/22 04:36:35.247 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:35.257 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:35.258 + [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 09/17/22 04:36:35.26 + Sep 17 04:36:35.263: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-3673" to be "running and ready" + Sep 17 04:36:35.266: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 2.650014ms + Sep 17 04:36:35.266: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:36:37.269: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 2.005308533s + Sep 17 04:36:37.269: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) + Sep 17 04:36:37.269: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" + STEP: When a replicaset with a matching selector is created 09/17/22 04:36:37.27 + STEP: Then the orphan pod is adopted 09/17/22 04:36:37.272 + STEP: When the matched label of one of its pods change 09/17/22 04:36:38.281 + Sep 17 04:36:38.282: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 + STEP: Then the pod is released 09/17/22 04:36:38.286 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 17 04:36:39.290: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-3673" for this suite. 09/17/22 04:36:39.292 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:39.295 +Sep 17 04:36:39.295: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename proxy 09/17/22 04:36:39.296 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:39.303 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:39.305 +[It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 +Sep 17 04:36:39.307: INFO: Creating pod... +Sep 17 04:36:39.310: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-1649" to be "running" +Sep 17 04:36:39.311: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 1.684528ms +Sep 17 04:36:41.313: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.003739334s +Sep 17 04:36:41.313: INFO: Pod "agnhost" satisfied condition "running" +Sep 17 04:36:41.313: INFO: Creating service... +Sep 17 04:36:41.318: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/DELETE +Sep 17 04:36:41.337: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 17 04:36:41.337: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/GET +Sep 17 04:36:41.347: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Sep 17 04:36:41.347: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/HEAD +Sep 17 04:36:41.351: INFO: http.Client request:HEAD | StatusCode:200 +Sep 17 04:36:41.351: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/OPTIONS +Sep 17 04:36:41.357: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 17 04:36:41.357: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/PATCH +Sep 17 04:36:41.367: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 17 04:36:41.367: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/POST +Sep 17 04:36:41.377: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 17 04:36:41.377: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/PUT +Sep 17 04:36:41.387: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Sep 17 04:36:41.387: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/DELETE +Sep 17 04:36:41.397: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 17 04:36:41.397: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/GET +Sep 17 04:36:41.407: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Sep 17 04:36:41.407: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/HEAD +Sep 17 04:36:41.409: INFO: http.Client request:HEAD | StatusCode:200 +Sep 17 04:36:41.409: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/OPTIONS +Sep 17 04:36:41.419: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 17 04:36:41.419: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/PATCH +Sep 17 04:36:41.427: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 17 04:36:41.427: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/POST +Sep 17 04:36:41.437: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 17 04:36:41.437: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/PUT +Sep 17 04:36:41.447: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Sep 17 04:36:41.447: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-1649" for this suite. 09/17/22 04:36:41.449 +{"msg":"PASSED [sig-network] Proxy version v1 A set of valid responses are returned for both pod and service ProxyWithPath [Conformance]","completed":174,"skipped":3203,"failed":0} +------------------------------ +• [2.157 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:39.295 + Sep 17 04:36:39.295: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename proxy 09/17/22 04:36:39.296 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:39.303 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:39.305 + [It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 + Sep 17 04:36:39.307: INFO: Creating pod... + Sep 17 04:36:39.310: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-1649" to be "running" + Sep 17 04:36:39.311: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 1.684528ms + Sep 17 04:36:41.313: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.003739334s + Sep 17 04:36:41.313: INFO: Pod "agnhost" satisfied condition "running" + Sep 17 04:36:41.313: INFO: Creating service... + Sep 17 04:36:41.318: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/DELETE + Sep 17 04:36:41.337: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 17 04:36:41.337: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/GET + Sep 17 04:36:41.347: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Sep 17 04:36:41.347: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/HEAD + Sep 17 04:36:41.351: INFO: http.Client request:HEAD | StatusCode:200 + Sep 17 04:36:41.351: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/OPTIONS + Sep 17 04:36:41.357: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 17 04:36:41.357: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/PATCH + Sep 17 04:36:41.367: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 17 04:36:41.367: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/POST + Sep 17 04:36:41.377: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 17 04:36:41.377: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/pods/agnhost/proxy/some/path/with/PUT + Sep 17 04:36:41.387: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Sep 17 04:36:41.387: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/DELETE + Sep 17 04:36:41.397: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 17 04:36:41.397: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/GET + Sep 17 04:36:41.407: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Sep 17 04:36:41.407: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/HEAD + Sep 17 04:36:41.409: INFO: http.Client request:HEAD | StatusCode:200 + Sep 17 04:36:41.409: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/OPTIONS + Sep 17 04:36:41.419: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 17 04:36:41.419: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/PATCH + Sep 17 04:36:41.427: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 17 04:36:41.427: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/POST + Sep 17 04:36:41.437: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 17 04:36:41.437: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-1649/services/test-service/proxy/some/path/with/PUT + Sep 17 04:36:41.447: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Sep 17 04:36:41.447: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-1649" for this suite. 09/17/22 04:36:41.449 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3206 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:41.453 +Sep 17 04:36:41.453: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:36:41.453 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:41.459 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:41.465 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3206 +STEP: fetching services 09/17/22 04:36:41.467 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:36:41.471: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8883" for this suite. 09/17/22 04:36:41.473 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should find a service from listing all namespaces [Conformance]","completed":175,"skipped":3243,"failed":0} +------------------------------ +• [0.024 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:3206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:41.453 + Sep 17 04:36:41.453: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:36:41.453 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:41.459 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:41.465 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3206 + STEP: fetching services 09/17/22 04:36:41.467 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:36:41.471: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8883" for this suite. 09/17/22 04:36:41.473 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:242 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:41.478 +Sep 17 04:36:41.478: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename namespaces 09/17/22 04:36:41.478 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:41.487 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:41.489 +[It] should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:242 +STEP: Creating a test namespace 09/17/22 04:36:41.491 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:41.498 +STEP: Creating a pod in the namespace 09/17/22 04:36:41.502 +STEP: Waiting for the pod to have running status 09/17/22 04:36:41.504 +Sep 17 04:36:41.504: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-7083" to be "running" +Sep 17 04:36:41.506: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.059412ms +Sep 17 04:36:43.508: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00379131s +Sep 17 04:36:43.508: INFO: Pod "test-pod" satisfied condition "running" +STEP: Deleting the namespace 09/17/22 04:36:43.508 +STEP: Waiting for the namespace to be removed. 09/17/22 04:36:43.511 +STEP: Recreating the namespace 09/17/22 04:36:54.512 +STEP: Verifying there are no pods in the namespace 09/17/22 04:36:54.521 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:36:54.526: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-1619" for this suite. 09/17/22 04:36:54.527 +STEP: Destroying namespace "nsdeletetest-7083" for this suite. 09/17/22 04:36:54.529 +Sep 17 04:36:54.530: INFO: Namespace nsdeletetest-7083 was already deleted +STEP: Destroying namespace "nsdeletetest-3131" for this suite. 09/17/22 04:36:54.53 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should ensure that all pods are removed when a namespace is deleted [Conformance]","completed":176,"skipped":3261,"failed":0} +------------------------------ +• [SLOW TEST] [13.055 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:242 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:41.478 + Sep 17 04:36:41.478: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename namespaces 09/17/22 04:36:41.478 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:41.487 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:41.489 + [It] should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:242 + STEP: Creating a test namespace 09/17/22 04:36:41.491 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:41.498 + STEP: Creating a pod in the namespace 09/17/22 04:36:41.502 + STEP: Waiting for the pod to have running status 09/17/22 04:36:41.504 + Sep 17 04:36:41.504: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-7083" to be "running" + Sep 17 04:36:41.506: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.059412ms + Sep 17 04:36:43.508: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.00379131s + Sep 17 04:36:43.508: INFO: Pod "test-pod" satisfied condition "running" + STEP: Deleting the namespace 09/17/22 04:36:43.508 + STEP: Waiting for the namespace to be removed. 09/17/22 04:36:43.511 + STEP: Recreating the namespace 09/17/22 04:36:54.512 + STEP: Verifying there are no pods in the namespace 09/17/22 04:36:54.521 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:36:54.526: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-1619" for this suite. 09/17/22 04:36:54.527 + STEP: Destroying namespace "nsdeletetest-7083" for this suite. 09/17/22 04:36:54.529 + Sep 17 04:36:54.530: INFO: Namespace nsdeletetest-7083 was already deleted + STEP: Destroying namespace "nsdeletetest-3131" for this suite. 09/17/22 04:36:54.53 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:36:54.533 +Sep 17 04:36:54.533: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename gc 09/17/22 04:36:54.533 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:54.542 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:54.543 +[It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 +STEP: create the rc 09/17/22 04:36:54.546 +STEP: delete the rc 09/17/22 04:36:59.554 +STEP: wait for all pods to be garbage collected 09/17/22 04:36:59.56 +STEP: Gathering metrics 09/17/22 04:37:04.564 +W0917 04:37:04.566468 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 17 04:37:04.566: 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/framework.go:187 +Sep 17 04:37:04.566: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-5354" for this suite. 09/17/22 04:37:04.568 +{"msg":"PASSED [sig-api-machinery] Garbage collector should delete pods created by rc when not orphaning [Conformance]","completed":177,"skipped":3269,"failed":0} +------------------------------ +• [SLOW TEST] [10.038 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:36:54.533 + Sep 17 04:36:54.533: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename gc 09/17/22 04:36:54.533 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:36:54.542 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:36:54.543 + [It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 + STEP: create the rc 09/17/22 04:36:54.546 + STEP: delete the rc 09/17/22 04:36:59.554 + STEP: wait for all pods to be garbage collected 09/17/22 04:36:59.56 + STEP: Gathering metrics 09/17/22 04:37:04.564 + W0917 04:37:04.566468 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 17 04:37:04.566: 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/framework.go:187 + Sep 17 04:37:04.566: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-5354" for this suite. 09/17/22 04:37:04.568 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-instrumentation] Events + should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 +[BeforeEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:37:04.571 +Sep 17 04:37:04.571: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename events 09/17/22 04:37:04.572 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:04.581 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:04.583 +[It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 +STEP: Create set of events 09/17/22 04:37:04.584 +Sep 17 04:37:04.585: INFO: created test-event-1 +Sep 17 04:37:04.587: INFO: created test-event-2 +Sep 17 04:37:04.588: INFO: created test-event-3 +STEP: get a list of Events with a label in the current namespace 09/17/22 04:37:04.588 +STEP: delete collection of events 09/17/22 04:37:04.589 +Sep 17 04:37:04.589: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 09/17/22 04:37:04.594 +Sep 17 04:37:04.594: INFO: requesting list of events to confirm quantity +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 +Sep 17 04:37:04.595: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-9166" for this suite. 09/17/22 04:37:04.596 +{"msg":"PASSED [sig-instrumentation] Events should delete a collection of events [Conformance]","completed":178,"skipped":3270,"failed":0} +------------------------------ +• [0.027 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:37:04.571 + Sep 17 04:37:04.571: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename events 09/17/22 04:37:04.572 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:04.581 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:04.583 + [It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 + STEP: Create set of events 09/17/22 04:37:04.584 + Sep 17 04:37:04.585: INFO: created test-event-1 + Sep 17 04:37:04.587: INFO: created test-event-2 + Sep 17 04:37:04.588: INFO: created test-event-3 + STEP: get a list of Events with a label in the current namespace 09/17/22 04:37:04.588 + STEP: delete collection of events 09/17/22 04:37:04.589 + Sep 17 04:37:04.589: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 09/17/22 04:37:04.594 + Sep 17 04:37:04.594: INFO: requesting list of events to confirm quantity + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 + Sep 17 04:37:04.595: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-9166" for this suite. 09/17/22 04:37:04.596 + << End Captured GinkgoWriter Output +------------------------------ +[sig-cli] Kubectl client Proxy server + should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:37:04.599 +Sep 17 04:37:04.599: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:37:04.599 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:04.607 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:04.609 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 +STEP: starting the proxy server 09/17/22 04:37:04.658 +Sep 17 04:37:04.658: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6135 proxy -p 0 --disable-filter' +STEP: curling proxy /api/ output 09/17/22 04:37:04.689 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:37:04.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-6135" for this suite. 09/17/22 04:37:04.696 +{"msg":"PASSED [sig-cli] Kubectl client Proxy server should support proxy with --port 0 [Conformance]","completed":179,"skipped":3270,"failed":0} +------------------------------ +• [0.100 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Proxy server + test/e2e/kubectl/kubectl.go:1778 + should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:37:04.599 + Sep 17 04:37:04.599: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:37:04.599 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:04.607 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:04.609 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1785 + STEP: starting the proxy server 09/17/22 04:37:04.658 + Sep 17 04:37:04.658: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6135 proxy -p 0 --disable-filter' + STEP: curling proxy /api/ output 09/17/22 04:37:04.689 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:37:04.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-6135" for this suite. 09/17/22 04:37:04.696 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:37:04.699 +Sep 17 04:37:04.699: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 04:37:04.7 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:04.707 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:04.709 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-6648 09/17/22 04:37:04.711 +[It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 +Sep 17 04:37:04.720: INFO: Found 0 stateful pods, waiting for 1 +Sep 17 04:37:14.722: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: patching the StatefulSet 09/17/22 04:37:14.724 +W0917 04:37:14.729625 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Sep 17 04:37:14.732: INFO: Found 1 stateful pods, waiting for 2 +Sep 17 04:37:24.737: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:37:24.737: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true +STEP: Listing all StatefulSets 09/17/22 04:37:24.739 +STEP: Delete all of the StatefulSets 09/17/22 04:37:24.74 +STEP: Verify that StatefulSets have been deleted 09/17/22 04:37:24.743 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 17 04:37:24.745: INFO: Deleting all statefulset in ns statefulset-6648 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 04:37:24.757: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-6648" for this suite. 09/17/22 04:37:24.76 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should list, patch and delete a collection of StatefulSets [Conformance]","completed":180,"skipped":3275,"failed":0} +------------------------------ +• [SLOW TEST] [20.068 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:37:04.699 + Sep 17 04:37:04.699: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 04:37:04.7 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:04.707 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:04.709 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-6648 09/17/22 04:37:04.711 + [It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:906 + Sep 17 04:37:04.720: INFO: Found 0 stateful pods, waiting for 1 + Sep 17 04:37:14.722: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: patching the StatefulSet 09/17/22 04:37:14.724 + W0917 04:37:14.729625 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Sep 17 04:37:14.732: INFO: Found 1 stateful pods, waiting for 2 + Sep 17 04:37:24.737: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:37:24.737: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true + STEP: Listing all StatefulSets 09/17/22 04:37:24.739 + STEP: Delete all of the StatefulSets 09/17/22 04:37:24.74 + STEP: Verify that StatefulSets have been deleted 09/17/22 04:37:24.743 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 17 04:37:24.745: INFO: Deleting all statefulset in ns statefulset-6648 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 04:37:24.757: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-6648" for this suite. 09/17/22 04:37:24.76 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-cli] Kubectl client Kubectl expose + should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:37:24.767 +Sep 17 04:37:24.767: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:37:24.768 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:24.78 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:24.782 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 +STEP: creating Agnhost RC 09/17/22 04:37:24.783 +Sep 17 04:37:24.784: INFO: namespace kubectl-1375 +Sep 17 04:37:24.784: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 create -f -' +Sep 17 04:37:25.355: INFO: stderr: "" +Sep 17 04:37:25.355: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 09/17/22 04:37:25.355 +Sep 17 04:37:26.359: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 04:37:26.359: INFO: Found 1 / 1 +Sep 17 04:37:26.359: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Sep 17 04:37:26.361: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 04:37:26.361: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Sep 17 04:37:26.361: INFO: wait on agnhost-primary startup in kubectl-1375 +Sep 17 04:37:26.361: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 logs agnhost-primary-ftx6m agnhost-primary' +Sep 17 04:37:26.406: INFO: stderr: "" +Sep 17 04:37:26.406: INFO: stdout: "Paused\n" +STEP: exposing RC 09/17/22 04:37:26.406 +Sep 17 04:37:26.406: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' +Sep 17 04:37:26.454: INFO: stderr: "" +Sep 17 04:37:26.454: INFO: stdout: "service/rm2 exposed\n" +Sep 17 04:37:26.462: INFO: Service rm2 in namespace kubectl-1375 found. +STEP: exposing service 09/17/22 04:37:28.466 +Sep 17 04:37:28.466: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 expose service rm2 --name=rm3 --port=2345 --target-port=6379' +Sep 17 04:37:28.513: INFO: stderr: "" +Sep 17 04:37:28.513: INFO: stdout: "service/rm3 exposed\n" +Sep 17 04:37:28.516: INFO: Service rm3 in namespace kubectl-1375 found. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:37:30.520: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-1375" for this suite. 09/17/22 04:37:30.521 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl expose should create services for rc [Conformance]","completed":181,"skipped":3276,"failed":0} +------------------------------ +• [SLOW TEST] [5.756 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl expose + test/e2e/kubectl/kubectl.go:1407 + should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:37:24.767 + Sep 17 04:37:24.767: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:37:24.768 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:24.78 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:24.782 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1413 + STEP: creating Agnhost RC 09/17/22 04:37:24.783 + Sep 17 04:37:24.784: INFO: namespace kubectl-1375 + Sep 17 04:37:24.784: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 create -f -' + Sep 17 04:37:25.355: INFO: stderr: "" + Sep 17 04:37:25.355: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 09/17/22 04:37:25.355 + Sep 17 04:37:26.359: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 04:37:26.359: INFO: Found 1 / 1 + Sep 17 04:37:26.359: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Sep 17 04:37:26.361: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 04:37:26.361: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Sep 17 04:37:26.361: INFO: wait on agnhost-primary startup in kubectl-1375 + Sep 17 04:37:26.361: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 logs agnhost-primary-ftx6m agnhost-primary' + Sep 17 04:37:26.406: INFO: stderr: "" + Sep 17 04:37:26.406: INFO: stdout: "Paused\n" + STEP: exposing RC 09/17/22 04:37:26.406 + Sep 17 04:37:26.406: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' + Sep 17 04:37:26.454: INFO: stderr: "" + Sep 17 04:37:26.454: INFO: stdout: "service/rm2 exposed\n" + Sep 17 04:37:26.462: INFO: Service rm2 in namespace kubectl-1375 found. + STEP: exposing service 09/17/22 04:37:28.466 + Sep 17 04:37:28.466: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-1375 expose service rm2 --name=rm3 --port=2345 --target-port=6379' + Sep 17 04:37:28.513: INFO: stderr: "" + Sep 17 04:37:28.513: INFO: stdout: "service/rm3 exposed\n" + Sep 17 04:37:28.516: INFO: Service rm3 in namespace kubectl-1375 found. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:37:30.520: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-1375" for this suite. 09/17/22 04:37:30.521 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-network] Services + should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:37:30.523 +Sep 17 04:37:30.523: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:37:30.524 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:30.531 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:30.532 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 +STEP: creating service in namespace services-1156 09/17/22 04:37:30.535 +Sep 17 04:37:30.538: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-1156" to be "running and ready" +Sep 17 04:37:30.542: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 3.140016ms +Sep 17 04:37:30.542: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:37:32.544: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.005716113s +Sep 17 04:37:32.544: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) +Sep 17 04:37:32.544: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" +Sep 17 04:37:32.545: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' +Sep 17 04:37:32.626: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" +Sep 17 04:37:32.626: INFO: stdout: "ipvs" +Sep 17 04:37:32.626: INFO: proxyMode: ipvs +Sep 17 04:37:32.630: INFO: Waiting for pod kube-proxy-mode-detector to disappear +Sep 17 04:37:32.636: INFO: Pod kube-proxy-mode-detector no longer exists +STEP: creating service affinity-nodeport-timeout in namespace services-1156 09/17/22 04:37:32.636 +STEP: creating replication controller affinity-nodeport-timeout in namespace services-1156 09/17/22 04:37:32.641 +I0917 04:37:32.652666 20 runners.go:193] Created replication controller with name: affinity-nodeport-timeout, namespace: services-1156, replica count: 3 +I0917 04:37:35.702897 20 runners.go:193] affinity-nodeport-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 17 04:37:35.708: INFO: Creating new exec pod +Sep 17 04:37:35.711: INFO: Waiting up to 5m0s for pod "execpod-affinityvsbrv" in namespace "services-1156" to be "running" +Sep 17 04:37:35.714: INFO: Pod "execpod-affinityvsbrv": Phase="Pending", Reason="", readiness=false. Elapsed: 2.875232ms +Sep 17 04:37:37.716: INFO: Pod "execpod-affinityvsbrv": Phase="Running", Reason="", readiness=true. Elapsed: 2.005592095s +Sep 17 04:37:37.716: INFO: Pod "execpod-affinityvsbrv" satisfied condition "running" +Sep 17 04:37:38.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-timeout 80' +Sep 17 04:37:38.808: INFO: stderr: "+ nc -v -t -w 2 affinity-nodeport-timeout 80\n+ echo hostName\nConnection to affinity-nodeport-timeout 80 port [tcp/http] succeeded!\n" +Sep 17 04:37:38.808: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:37:38.808: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.243.158 80' +Sep 17 04:37:38.892: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.243.158 80\nConnection to 10.68.243.158 80 port [tcp/http] succeeded!\n" +Sep 17 04:37:38.892: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:37:38.892: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 31007' +Sep 17 04:37:38.985: INFO: stderr: "+ nc -v -t -w 2 10.254.0.17 31007\n+ echo hostName\nConnection to 10.254.0.17 31007 port [tcp/*] succeeded!\n" +Sep 17 04:37:38.985: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:37:38.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.16 31007' +Sep 17 04:37:39.073: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.16 31007\nConnection to 10.254.0.16 31007 port [tcp/*] succeeded!\n" +Sep 17 04:37:39.073: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:37:39.073: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:31007/ ; done' +Sep 17 04:37:39.200: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n" +Sep 17 04:37:39.200: INFO: stdout: "\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw" +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw +Sep 17 04:37:39.200: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.254.0.16:31007/' +Sep 17 04:37:39.286: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n" +Sep 17 04:37:39.286: INFO: stdout: "affinity-nodeport-timeout-9htdw" +Sep 17 04:39:49.287: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.254.0.16:31007/' +Sep 17 04:39:49.375: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n" +Sep 17 04:39:49.375: INFO: stdout: "affinity-nodeport-timeout-bq8vb" +Sep 17 04:39:49.375: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport-timeout in namespace services-1156, will wait for the garbage collector to delete the pods 09/17/22 04:39:49.382 +Sep 17 04:39:49.437: INFO: Deleting ReplicationController affinity-nodeport-timeout took: 2.50707ms +Sep 17 04:39:49.537: INFO: Terminating ReplicationController affinity-nodeport-timeout pods took: 100.285191ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:39:51.654: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-1156" for this suite. 09/17/22 04:39:51.656 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance]","completed":182,"skipped":3282,"failed":0} +------------------------------ +• [SLOW TEST] [141.136 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:37:30.523 + Sep 17 04:37:30.523: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:37:30.524 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:37:30.531 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:37:30.532 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2221 + STEP: creating service in namespace services-1156 09/17/22 04:37:30.535 + Sep 17 04:37:30.538: INFO: Waiting up to 5m0s for pod "kube-proxy-mode-detector" in namespace "services-1156" to be "running and ready" + Sep 17 04:37:30.542: INFO: Pod "kube-proxy-mode-detector": Phase="Pending", Reason="", readiness=false. Elapsed: 3.140016ms + Sep 17 04:37:30.542: INFO: The phase of Pod kube-proxy-mode-detector is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:37:32.544: INFO: Pod "kube-proxy-mode-detector": Phase="Running", Reason="", readiness=true. Elapsed: 2.005716113s + Sep 17 04:37:32.544: INFO: The phase of Pod kube-proxy-mode-detector is Running (Ready = true) + Sep 17 04:37:32.544: INFO: Pod "kube-proxy-mode-detector" satisfied condition "running and ready" + Sep 17 04:37:32.545: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec kube-proxy-mode-detector -- /bin/sh -x -c curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode' + Sep 17 04:37:32.626: INFO: stderr: "+ curl -q -s --connect-timeout 1 http://localhost:10249/proxyMode\n" + Sep 17 04:37:32.626: INFO: stdout: "ipvs" + Sep 17 04:37:32.626: INFO: proxyMode: ipvs + Sep 17 04:37:32.630: INFO: Waiting for pod kube-proxy-mode-detector to disappear + Sep 17 04:37:32.636: INFO: Pod kube-proxy-mode-detector no longer exists + STEP: creating service affinity-nodeport-timeout in namespace services-1156 09/17/22 04:37:32.636 + STEP: creating replication controller affinity-nodeport-timeout in namespace services-1156 09/17/22 04:37:32.641 + I0917 04:37:32.652666 20 runners.go:193] Created replication controller with name: affinity-nodeport-timeout, namespace: services-1156, replica count: 3 + I0917 04:37:35.702897 20 runners.go:193] affinity-nodeport-timeout Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 17 04:37:35.708: INFO: Creating new exec pod + Sep 17 04:37:35.711: INFO: Waiting up to 5m0s for pod "execpod-affinityvsbrv" in namespace "services-1156" to be "running" + Sep 17 04:37:35.714: INFO: Pod "execpod-affinityvsbrv": Phase="Pending", Reason="", readiness=false. Elapsed: 2.875232ms + Sep 17 04:37:37.716: INFO: Pod "execpod-affinityvsbrv": Phase="Running", Reason="", readiness=true. Elapsed: 2.005592095s + Sep 17 04:37:37.716: INFO: Pod "execpod-affinityvsbrv" satisfied condition "running" + Sep 17 04:37:38.718: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-timeout 80' + Sep 17 04:37:38.808: INFO: stderr: "+ nc -v -t -w 2 affinity-nodeport-timeout 80\n+ echo hostName\nConnection to affinity-nodeport-timeout 80 port [tcp/http] succeeded!\n" + Sep 17 04:37:38.808: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:37:38.808: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.243.158 80' + Sep 17 04:37:38.892: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.243.158 80\nConnection to 10.68.243.158 80 port [tcp/http] succeeded!\n" + Sep 17 04:37:38.892: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:37:38.892: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 31007' + Sep 17 04:37:38.985: INFO: stderr: "+ nc -v -t -w 2 10.254.0.17 31007\n+ echo hostName\nConnection to 10.254.0.17 31007 port [tcp/*] succeeded!\n" + Sep 17 04:37:38.985: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:37:38.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.16 31007' + Sep 17 04:37:39.073: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.16 31007\nConnection to 10.254.0.16 31007 port [tcp/*] succeeded!\n" + Sep 17 04:37:39.073: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:37:39.073: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:31007/ ; done' + Sep 17 04:37:39.200: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n" + Sep 17 04:37:39.200: INFO: stdout: "\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw\naffinity-nodeport-timeout-9htdw" + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Received response from host: affinity-nodeport-timeout-9htdw + Sep 17 04:37:39.200: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.254.0.16:31007/' + Sep 17 04:37:39.286: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n" + Sep 17 04:37:39.286: INFO: stdout: "affinity-nodeport-timeout-9htdw" + Sep 17 04:39:49.287: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1156 exec execpod-affinityvsbrv -- /bin/sh -x -c curl -q -s --connect-timeout 2 http://10.254.0.16:31007/' + Sep 17 04:39:49.375: INFO: stderr: "+ curl -q -s --connect-timeout 2 http://10.254.0.16:31007/\n" + Sep 17 04:39:49.375: INFO: stdout: "affinity-nodeport-timeout-bq8vb" + Sep 17 04:39:49.375: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport-timeout in namespace services-1156, will wait for the garbage collector to delete the pods 09/17/22 04:39:49.382 + Sep 17 04:39:49.437: INFO: Deleting ReplicationController affinity-nodeport-timeout took: 2.50707ms + Sep 17 04:39:49.537: INFO: Terminating ReplicationController affinity-nodeport-timeout pods took: 100.285191ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:39:51.654: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-1156" for this suite. 09/17/22 04:39:51.656 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:39:51.66 +Sep 17 04:39:51.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename subpath 09/17/22 04:39:51.66 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:39:51.675 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:39:51.681 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/17/22 04:39:51.683 +[It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 +STEP: Creating pod pod-subpath-test-configmap-fdzc 09/17/22 04:39:51.687 +STEP: Creating a pod to test atomic-volume-subpath 09/17/22 04:39:51.687 +Sep 17 04:39:51.692: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-fdzc" in namespace "subpath-9080" to be "Succeeded or Failed" +Sep 17 04:39:51.693: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Pending", Reason="", readiness=false. Elapsed: 1.557217ms +Sep 17 04:39:53.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 2.003932685s +Sep 17 04:39:55.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 4.003684321s +Sep 17 04:39:57.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 6.004826397s +Sep 17 04:39:59.695: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 8.003522076s +Sep 17 04:40:01.695: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 10.003333564s +Sep 17 04:40:03.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 12.004563678s +Sep 17 04:40:05.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 14.004302301s +Sep 17 04:40:07.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 16.005233762s +Sep 17 04:40:09.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 18.005006095s +Sep 17 04:40:11.695: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 20.003293492s +Sep 17 04:40:13.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=false. Elapsed: 22.004722601s +Sep 17 04:40:15.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004323862s +STEP: Saw pod success 09/17/22 04:40:15.696 +Sep 17 04:40:15.696: INFO: Pod "pod-subpath-test-configmap-fdzc" satisfied condition "Succeeded or Failed" +Sep 17 04:40:15.698: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-configmap-fdzc container test-container-subpath-configmap-fdzc: +STEP: delete the pod 09/17/22 04:40:15.705 +Sep 17 04:40:15.710: INFO: Waiting for pod pod-subpath-test-configmap-fdzc to disappear +Sep 17 04:40:15.719: INFO: Pod pod-subpath-test-configmap-fdzc no longer exists +STEP: Deleting pod pod-subpath-test-configmap-fdzc 09/17/22 04:40:15.719 +Sep 17 04:40:15.719: INFO: Deleting pod "pod-subpath-test-configmap-fdzc" in namespace "subpath-9080" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 17 04:40:15.721: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-9080" for this suite. 09/17/22 04:40:15.722 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [Conformance]","completed":183,"skipped":3295,"failed":0} +------------------------------ +• [SLOW TEST] [24.065 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:39:51.66 + Sep 17 04:39:51.660: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename subpath 09/17/22 04:39:51.66 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:39:51.675 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:39:51.681 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/17/22 04:39:51.683 + [It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 + STEP: Creating pod pod-subpath-test-configmap-fdzc 09/17/22 04:39:51.687 + STEP: Creating a pod to test atomic-volume-subpath 09/17/22 04:39:51.687 + Sep 17 04:39:51.692: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-fdzc" in namespace "subpath-9080" to be "Succeeded or Failed" + Sep 17 04:39:51.693: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Pending", Reason="", readiness=false. Elapsed: 1.557217ms + Sep 17 04:39:53.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 2.003932685s + Sep 17 04:39:55.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 4.003684321s + Sep 17 04:39:57.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 6.004826397s + Sep 17 04:39:59.695: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 8.003522076s + Sep 17 04:40:01.695: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 10.003333564s + Sep 17 04:40:03.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 12.004563678s + Sep 17 04:40:05.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 14.004302301s + Sep 17 04:40:07.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 16.005233762s + Sep 17 04:40:09.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 18.005006095s + Sep 17 04:40:11.695: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=true. Elapsed: 20.003293492s + Sep 17 04:40:13.697: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Running", Reason="", readiness=false. Elapsed: 22.004722601s + Sep 17 04:40:15.696: INFO: Pod "pod-subpath-test-configmap-fdzc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004323862s + STEP: Saw pod success 09/17/22 04:40:15.696 + Sep 17 04:40:15.696: INFO: Pod "pod-subpath-test-configmap-fdzc" satisfied condition "Succeeded or Failed" + Sep 17 04:40:15.698: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-configmap-fdzc container test-container-subpath-configmap-fdzc: + STEP: delete the pod 09/17/22 04:40:15.705 + Sep 17 04:40:15.710: INFO: Waiting for pod pod-subpath-test-configmap-fdzc to disappear + Sep 17 04:40:15.719: INFO: Pod pod-subpath-test-configmap-fdzc no longer exists + STEP: Deleting pod pod-subpath-test-configmap-fdzc 09/17/22 04:40:15.719 + Sep 17 04:40:15.719: INFO: Deleting pod "pod-subpath-test-configmap-fdzc" in namespace "subpath-9080" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 17 04:40:15.721: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-9080" for this suite. 09/17/22 04:40:15.722 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:390 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:40:15.726 +Sep 17 04:40:15.726: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:40:15.727 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:40:15.737 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:40:15.739 +[It] updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:390 +STEP: set up a multi version CRD 09/17/22 04:40:15.74 +Sep 17 04:40:15.740: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: rename a version 09/17/22 04:40:20.618 +STEP: check the new version name is served 09/17/22 04:40:20.63 +STEP: check the old version name is removed 09/17/22 04:40:21.841 +STEP: check the other version is not changed 09/17/22 04:40:22.914 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:40:26.782: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-3383" for this suite. 09/17/22 04:40:26.786 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance]","completed":184,"skipped":3341,"failed":0} +------------------------------ +• [SLOW TEST] [11.062 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:390 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:40:15.726 + Sep 17 04:40:15.726: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:40:15.727 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:40:15.737 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:40:15.739 + [It] updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:390 + STEP: set up a multi version CRD 09/17/22 04:40:15.74 + Sep 17 04:40:15.740: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: rename a version 09/17/22 04:40:20.618 + STEP: check the new version name is served 09/17/22 04:40:20.63 + STEP: check the old version name is removed 09/17/22 04:40:21.841 + STEP: check the other version is not changed 09/17/22 04:40:22.914 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:40:26.782: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-3383" for this suite. 09/17/22 04:40:26.786 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:67 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:40:26.789 +Sep 17 04:40:26.789: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:40:26.79 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:40:26.797 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:40:26.8 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:67 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:40:26.802 +Sep 17 04:40:26.805: INFO: Waiting up to 5m0s for pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b" in namespace "downward-api-9945" to be "Succeeded or Failed" +Sep 17 04:40:26.807: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b": Phase="Pending", Reason="", readiness=false. Elapsed: 1.661795ms +Sep 17 04:40:28.810: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004377177s +Sep 17 04:40:30.809: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003570053s +STEP: Saw pod success 09/17/22 04:40:30.809 +Sep 17 04:40:30.809: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b" satisfied condition "Succeeded or Failed" +Sep 17 04:40:30.810: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b container client-container: +STEP: delete the pod 09/17/22 04:40:30.813 +Sep 17 04:40:30.816: INFO: Waiting for pod downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b to disappear +Sep 17 04:40:30.819: INFO: Pod downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:40:30.819: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-9945" for this suite. 09/17/22 04:40:30.82 +{"msg":"PASSED [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","completed":185,"skipped":3354,"failed":0} +------------------------------ +• [4.033 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:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:40:26.789 + Sep 17 04:40:26.789: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:40:26.79 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:40:26.797 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:40:26.8 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:67 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:40:26.802 + Sep 17 04:40:26.805: INFO: Waiting up to 5m0s for pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b" in namespace "downward-api-9945" to be "Succeeded or Failed" + Sep 17 04:40:26.807: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b": Phase="Pending", Reason="", readiness=false. Elapsed: 1.661795ms + Sep 17 04:40:28.810: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004377177s + Sep 17 04:40:30.809: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003570053s + STEP: Saw pod success 09/17/22 04:40:30.809 + Sep 17 04:40:30.809: INFO: Pod "downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b" satisfied condition "Succeeded or Failed" + Sep 17 04:40:30.810: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b container client-container: + STEP: delete the pod 09/17/22 04:40:30.813 + Sep 17 04:40:30.816: INFO: Waiting for pod downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b to disappear + Sep 17 04:40:30.819: INFO: Pod downwardapi-volume-fdd0bdf2-f8fc-491c-a938-288b2f09028b no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:40:30.819: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-9945" for this suite. 09/17/22 04:40:30.82 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-network] DNS + should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:40:30.822 +Sep 17 04:40:30.822: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 04:40:30.823 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:40:30.83 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:40:30.833 +[It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 +STEP: Creating a test headless service 09/17/22 04:40:30.834 +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-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local;sleep 1; done + 09/17/22 04:40:30.836 +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-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local;sleep 1; done + 09/17/22 04:40:30.836 +STEP: creating a pod to probe DNS 09/17/22 04:40:30.836 +STEP: submitting the pod to kubernetes 09/17/22 04:40:30.836 +Sep 17 04:40:30.842: INFO: Waiting up to 15m0s for pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554" in namespace "dns-4090" to be "running" +Sep 17 04:40:30.845: INFO: Pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554": Phase="Pending", Reason="", readiness=false. Elapsed: 2.481197ms +Sep 17 04:40:32.847: INFO: Pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554": Phase="Running", Reason="", readiness=true. Elapsed: 2.005030783s +Sep 17 04:40:32.847: INFO: Pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554" satisfied condition "running" +STEP: retrieving the pod 09/17/22 04:40:32.847 +STEP: looking for the results for each expected name from probers 09/17/22 04:40:32.849 +Sep 17 04:40:32.850: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.852: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.853: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.854: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.855: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.856: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.866: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.874: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:32.874: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + +Sep 17 04:40:37.885: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.895: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.906: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.914: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.926: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.934: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.941: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.945: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:37.945: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + +Sep 17 04:40:42.877: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.887: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.897: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.907: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.917: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.927: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.937: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.947: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:42.947: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + +Sep 17 04:40:47.877: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.887: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.896: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.907: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.916: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.927: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.936: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.946: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:47.946: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + +Sep 17 04:40:52.887: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.897: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.907: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.917: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.927: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.937: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.947: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.957: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:52.957: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + +Sep 17 04:40:57.887: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.897: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.907: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.917: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.927: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.937: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.947: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.957: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) +Sep 17 04:40:57.957: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + +Sep 17 04:41:02.918: INFO: DNS probes using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 succeeded + +STEP: deleting the pod 09/17/22 04:41:02.918 +STEP: deleting the test headless service 09/17/22 04:41:02.93 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 04:41:02.948: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-4090" for this suite. 09/17/22 04:41:02.957 +{"msg":"PASSED [sig-network] DNS should provide DNS for pods for Subdomain [Conformance]","completed":186,"skipped":3359,"failed":0} +------------------------------ +• [SLOW TEST] [32.141 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:40:30.822 + Sep 17 04:40:30.822: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 04:40:30.823 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:40:30.83 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:40:30.833 + [It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 + STEP: Creating a test headless service 09/17/22 04:40:30.834 + 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-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local;sleep 1; done + 09/17/22 04:40:30.836 + 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-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-4090.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local;sleep 1; done + 09/17/22 04:40:30.836 + STEP: creating a pod to probe DNS 09/17/22 04:40:30.836 + STEP: submitting the pod to kubernetes 09/17/22 04:40:30.836 + Sep 17 04:40:30.842: INFO: Waiting up to 15m0s for pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554" in namespace "dns-4090" to be "running" + Sep 17 04:40:30.845: INFO: Pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554": Phase="Pending", Reason="", readiness=false. Elapsed: 2.481197ms + Sep 17 04:40:32.847: INFO: Pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554": Phase="Running", Reason="", readiness=true. Elapsed: 2.005030783s + Sep 17 04:40:32.847: INFO: Pod "dns-test-98571f2b-decf-4238-a254-e8deedc7c554" satisfied condition "running" + STEP: retrieving the pod 09/17/22 04:40:32.847 + STEP: looking for the results for each expected name from probers 09/17/22 04:40:32.849 + Sep 17 04:40:32.850: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.852: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.853: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.854: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.855: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.856: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.866: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.874: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:32.874: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + + Sep 17 04:40:37.885: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.895: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.906: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.914: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.926: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.934: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.941: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.945: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:37.945: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + + Sep 17 04:40:42.877: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.887: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.897: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.907: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.917: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.927: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.937: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.947: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:42.947: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + + Sep 17 04:40:47.877: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.887: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.896: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.907: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.916: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.927: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.936: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.946: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:47.946: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + + Sep 17 04:40:52.887: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.897: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.907: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.917: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.927: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.937: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.947: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.957: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:52.957: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + + Sep 17 04:40:57.887: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.897: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.907: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.917: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.927: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.937: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.947: INFO: Unable to read jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.957: INFO: Unable to read jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local from pod dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554: the server could not find the requested resource (get pods dns-test-98571f2b-decf-4238-a254-e8deedc7c554) + Sep 17 04:40:57.957: INFO: Lookups using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local wheezy_udp@dns-test-service-2.dns-4090.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-4090.svc.cluster.local jessie_udp@dns-test-service-2.dns-4090.svc.cluster.local jessie_tcp@dns-test-service-2.dns-4090.svc.cluster.local] + + Sep 17 04:41:02.918: INFO: DNS probes using dns-4090/dns-test-98571f2b-decf-4238-a254-e8deedc7c554 succeeded + + STEP: deleting the pod 09/17/22 04:41:02.918 + STEP: deleting the test headless service 09/17/22 04:41:02.93 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 04:41:02.948: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-4090" for this suite. 09/17/22 04:41:02.957 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:192 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:02.965 +Sep 17 04:41:02.965: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:41:02.965 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:02.977 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:02.981 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:192 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:41:02.983 +Sep 17 04:41:02.987: INFO: Waiting up to 5m0s for pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff" in namespace "downward-api-9108" to be "Succeeded or Failed" +Sep 17 04:41:02.990: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.689556ms +Sep 17 04:41:04.992: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005177811s +Sep 17 04:41:06.993: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005757667s +STEP: Saw pod success 09/17/22 04:41:06.993 +Sep 17 04:41:06.993: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff" satisfied condition "Succeeded or Failed" +Sep 17 04:41:06.994: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff container client-container: +STEP: delete the pod 09/17/22 04:41:06.996 +Sep 17 04:41:07.001: INFO: Waiting for pod downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff to disappear +Sep 17 04:41:07.005: INFO: Pod downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:41:07.005: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-9108" for this suite. 09/17/22 04:41:07.007 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]","completed":187,"skipped":3397,"failed":0} +------------------------------ +• [4.045 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:192 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:02.965 + Sep 17 04:41:02.965: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:41:02.965 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:02.977 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:02.981 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:192 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:41:02.983 + Sep 17 04:41:02.987: INFO: Waiting up to 5m0s for pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff" in namespace "downward-api-9108" to be "Succeeded or Failed" + Sep 17 04:41:02.990: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.689556ms + Sep 17 04:41:04.992: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005177811s + Sep 17 04:41:06.993: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005757667s + STEP: Saw pod success 09/17/22 04:41:06.993 + Sep 17 04:41:06.993: INFO: Pod "downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff" satisfied condition "Succeeded or Failed" + Sep 17 04:41:06.994: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff container client-container: + STEP: delete the pod 09/17/22 04:41:06.996 + Sep 17 04:41:07.001: INFO: Waiting for pod downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff to disappear + Sep 17 04:41:07.005: INFO: Pod downwardapi-volume-254943ed-f7a0-4f94-a586-687ed8b238ff no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:41:07.005: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-9108" for this suite. 09/17/22 04:41:07.007 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] EndpointSlice + should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:07.011 +Sep 17 04:41:07.011: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename endpointslice 09/17/22 04:41:07.011 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:07.02 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:07.022 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 +STEP: getting /apis 09/17/22 04:41:07.024 +STEP: getting /apis/discovery.k8s.io 09/17/22 04:41:07.024 +STEP: getting /apis/discovery.k8s.iov1 09/17/22 04:41:07.025 +STEP: creating 09/17/22 04:41:07.025 +STEP: getting 09/17/22 04:41:07.031 +STEP: listing 09/17/22 04:41:07.032 +STEP: watching 09/17/22 04:41:07.033 +Sep 17 04:41:07.033: INFO: starting watch +STEP: cluster-wide listing 09/17/22 04:41:07.033 +STEP: cluster-wide watching 09/17/22 04:41:07.035 +Sep 17 04:41:07.035: INFO: starting watch +STEP: patching 09/17/22 04:41:07.035 +STEP: updating 09/17/22 04:41:07.038 +Sep 17 04:41:07.041: INFO: waiting for watch events with expected annotations +Sep 17 04:41:07.041: INFO: saw patched and updated annotations +STEP: deleting 09/17/22 04:41:07.041 +STEP: deleting a collection 09/17/22 04:41:07.045 +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 17 04:41:07.050: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-2452" for this suite. 09/17/22 04:41:07.051 +{"msg":"PASSED [sig-network] EndpointSlice should support creating EndpointSlice API operations [Conformance]","completed":188,"skipped":3420,"failed":0} +------------------------------ +• [0.043 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:07.011 + Sep 17 04:41:07.011: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename endpointslice 09/17/22 04:41:07.011 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:07.02 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:07.022 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:352 + STEP: getting /apis 09/17/22 04:41:07.024 + STEP: getting /apis/discovery.k8s.io 09/17/22 04:41:07.024 + STEP: getting /apis/discovery.k8s.iov1 09/17/22 04:41:07.025 + STEP: creating 09/17/22 04:41:07.025 + STEP: getting 09/17/22 04:41:07.031 + STEP: listing 09/17/22 04:41:07.032 + STEP: watching 09/17/22 04:41:07.033 + Sep 17 04:41:07.033: INFO: starting watch + STEP: cluster-wide listing 09/17/22 04:41:07.033 + STEP: cluster-wide watching 09/17/22 04:41:07.035 + Sep 17 04:41:07.035: INFO: starting watch + STEP: patching 09/17/22 04:41:07.035 + STEP: updating 09/17/22 04:41:07.038 + Sep 17 04:41:07.041: INFO: waiting for watch events with expected annotations + Sep 17 04:41:07.041: INFO: saw patched and updated annotations + STEP: deleting 09/17/22 04:41:07.041 + STEP: deleting a collection 09/17/22 04:41:07.045 + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 17 04:41:07.050: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-2452" for this suite. 09/17/22 04:41:07.051 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Deployment + Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:07.056 +Sep 17 04:41:07.056: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 04:41:07.056 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:07.067 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:07.07 +[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 +Sep 17 04:41:07.071: INFO: Creating simple deployment test-new-deployment +Sep 17 04:41:07.081: INFO: deployment "test-new-deployment" doesn't have the required revision set +STEP: getting scale subresource 09/17/22 04:41:09.086 +STEP: updating a scale subresource 09/17/22 04:41:09.087 +STEP: verifying the deployment Spec.Replicas was modified 09/17/22 04:41:09.089 +STEP: Patch a scale subresource 09/17/22 04:41:09.093 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 17 04:41:09.114: INFO: Deployment "test-new-deployment": +&Deployment{ObjectMeta:{test-new-deployment deployment-4937 4604626e-fd33-4086-b312-264c37355d9f 22173 3 2022-09-17 04:41:07 +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 2022-09-17 04:41:07 +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 2022-09-17 04:41:08 +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-2 [] [] [] [] [] {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 0xc00383c758 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:2022-09-17 04:41:08 +0000 UTC,LastTransitionTime:2022-09-17 04:41:08 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-845c8977d9" has successfully progressed.,LastUpdateTime:2022-09-17 04:41:08 +0000 UTC,LastTransitionTime:2022-09-17 04:41:07 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 17 04:41:09.118: INFO: New ReplicaSet "test-new-deployment-845c8977d9" of Deployment "test-new-deployment": +&ReplicaSet{ObjectMeta:{test-new-deployment-845c8977d9 deployment-4937 76a2fb89-abbd-4f07-8a0a-27ba5775f3aa 22178 2 2022-09-17 04:41:07 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment 4604626e-fd33-4086-b312-264c37355d9f 0xc00396a177 0xc00396a178}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:41:09 +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\":\"4604626e-fd33-4086-b312-264c37355d9f\"}":{}}},"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 2022-09-17 04:41:09 +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: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc00396a238 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{},},} +Sep 17 04:41:09.119: INFO: Pod "test-new-deployment-845c8977d9-2g9w5" is not available: +&Pod{ObjectMeta:{test-new-deployment-845c8977d9-2g9w5 test-new-deployment-845c8977d9- deployment-4937 eccb5a8c-31a2-4d66-913c-8b8a4b8e7078 22180 0 2022-09-17 04:41:09 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 76a2fb89-abbd-4f07-8a0a-27ba5775f3aa 0xc00396a7e7 0xc00396a7e8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:09 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"76a2fb89-abbd-4f07-8a0a-27ba5775f3aa\"}":{}}},"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 2022-09-17 04:41:09 +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-mp6gh,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-mp6gh,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:09 +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:2022-09-17 04:41:09 +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:2022-09-17 04:41:09 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:09 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:09.120: INFO: Pod "test-new-deployment-845c8977d9-l9z4j" is available: +&Pod{ObjectMeta:{test-new-deployment-845c8977d9-l9z4j test-new-deployment-845c8977d9- deployment-4937 ead05c36-1c0c-490c-9040-25209ddf2d30 22166 0 2022-09-17 04:41:07 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 76a2fb89-abbd-4f07-8a0a-27ba5775f3aa 0xc00396aa47 0xc00396aa48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:07 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"76a2fb89-abbd-4f07-8a0a-27ba5775f3aa\"}":{}}},"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 2022-09-17 04:41:08 +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\":\"172.20.110.147\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gz9ck,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gz9ck,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:07 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:08 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:08 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:07 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.147,StartTime:2022-09-17 04:41:07 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:07 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://b8d43ea49a5692eb983fbaaab6268ec9ba9c65d6e32f3cc66264281d8bd09628,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.147,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 17 04:41:09.120: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-4937" for this suite. 09/17/22 04:41:09.122 +{"msg":"PASSED [sig-apps] Deployment Deployment should have a working scale subresource [Conformance]","completed":189,"skipped":3463,"failed":0} +------------------------------ +• [2.073 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:07.056 + Sep 17 04:41:07.056: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 04:41:07.056 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:07.067 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:07.07 + [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 + Sep 17 04:41:07.071: INFO: Creating simple deployment test-new-deployment + Sep 17 04:41:07.081: INFO: deployment "test-new-deployment" doesn't have the required revision set + STEP: getting scale subresource 09/17/22 04:41:09.086 + STEP: updating a scale subresource 09/17/22 04:41:09.087 + STEP: verifying the deployment Spec.Replicas was modified 09/17/22 04:41:09.089 + STEP: Patch a scale subresource 09/17/22 04:41:09.093 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 17 04:41:09.114: INFO: Deployment "test-new-deployment": + &Deployment{ObjectMeta:{test-new-deployment deployment-4937 4604626e-fd33-4086-b312-264c37355d9f 22173 3 2022-09-17 04:41:07 +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 2022-09-17 04:41:07 +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 2022-09-17 04:41:08 +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-2 [] [] [] [] [] {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 0xc00383c758 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:2022-09-17 04:41:08 +0000 UTC,LastTransitionTime:2022-09-17 04:41:08 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-845c8977d9" has successfully progressed.,LastUpdateTime:2022-09-17 04:41:08 +0000 UTC,LastTransitionTime:2022-09-17 04:41:07 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 17 04:41:09.118: INFO: New ReplicaSet "test-new-deployment-845c8977d9" of Deployment "test-new-deployment": + &ReplicaSet{ObjectMeta:{test-new-deployment-845c8977d9 deployment-4937 76a2fb89-abbd-4f07-8a0a-27ba5775f3aa 22178 2 2022-09-17 04:41:07 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment 4604626e-fd33-4086-b312-264c37355d9f 0xc00396a177 0xc00396a178}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:41:09 +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\":\"4604626e-fd33-4086-b312-264c37355d9f\"}":{}}},"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 2022-09-17 04:41:09 +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: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc00396a238 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{},},} + Sep 17 04:41:09.119: INFO: Pod "test-new-deployment-845c8977d9-2g9w5" is not available: + &Pod{ObjectMeta:{test-new-deployment-845c8977d9-2g9w5 test-new-deployment-845c8977d9- deployment-4937 eccb5a8c-31a2-4d66-913c-8b8a4b8e7078 22180 0 2022-09-17 04:41:09 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 76a2fb89-abbd-4f07-8a0a-27ba5775f3aa 0xc00396a7e7 0xc00396a7e8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:09 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"76a2fb89-abbd-4f07-8a0a-27ba5775f3aa\"}":{}}},"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 2022-09-17 04:41:09 +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-mp6gh,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-mp6gh,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:09 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:09 +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:2022-09-17 04:41:09 +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:2022-09-17 04:41:09 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:09 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:09.120: INFO: Pod "test-new-deployment-845c8977d9-l9z4j" is available: + &Pod{ObjectMeta:{test-new-deployment-845c8977d9-l9z4j test-new-deployment-845c8977d9- deployment-4937 ead05c36-1c0c-490c-9040-25209ddf2d30 22166 0 2022-09-17 04:41:07 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet test-new-deployment-845c8977d9 76a2fb89-abbd-4f07-8a0a-27ba5775f3aa 0xc00396aa47 0xc00396aa48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:07 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"76a2fb89-abbd-4f07-8a0a-27ba5775f3aa\"}":{}}},"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 2022-09-17 04:41:08 +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\":\"172.20.110.147\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gz9ck,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gz9ck,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:07 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:08 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:08 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:07 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.147,StartTime:2022-09-17 04:41:07 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:07 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://b8d43ea49a5692eb983fbaaab6268ec9ba9c65d6e32f3cc66264281d8bd09628,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.147,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 17 04:41:09.120: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-4937" for this suite. 09/17/22 04:41:09.122 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:09.129 +Sep 17 04:41:09.130: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:41:09.13 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:09.148 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:09.15 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:41:09.159 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:41:09.417 +STEP: Deploying the webhook pod 09/17/22 04:41:09.421 +STEP: Wait for the deployment to be ready 09/17/22 04:41:09.425 +Sep 17 04:41:09.429: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:41:11.433 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:41:11.436 +Sep 17 04:41:12.436: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 +STEP: Registering the crd webhook via the AdmissionRegistration API 09/17/22 04:41:12.438 +STEP: Creating a custom resource definition that should be denied by the webhook 09/17/22 04:41:12.445 +Sep 17 04:41:12.445: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:41:12.453: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-2082" for this suite. 09/17/22 04:41:12.454 +STEP: Destroying namespace "webhook-2082-markers" for this suite. 09/17/22 04:41:12.456 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]","completed":190,"skipped":3464,"failed":0} +------------------------------ +• [3.355 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:09.129 + Sep 17 04:41:09.130: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:41:09.13 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:09.148 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:09.15 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:41:09.159 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:41:09.417 + STEP: Deploying the webhook pod 09/17/22 04:41:09.421 + STEP: Wait for the deployment to be ready 09/17/22 04:41:09.425 + Sep 17 04:41:09.429: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:41:11.433 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:41:11.436 + Sep 17 04:41:12.436: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:307 + STEP: Registering the crd webhook via the AdmissionRegistration API 09/17/22 04:41:12.438 + STEP: Creating a custom resource definition that should be denied by the webhook 09/17/22 04:41:12.445 + Sep 17 04:41:12.445: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:41:12.453: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-2082" for this suite. 09/17/22 04:41:12.454 + STEP: Destroying namespace "webhook-2082-markers" for this suite. 09/17/22 04:41:12.456 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Deployment + deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:12.485 +Sep 17 04:41:12.485: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 04:41:12.486 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:12.523 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:12.525 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 +Sep 17 04:41:12.527: INFO: Creating deployment "webserver-deployment" +Sep 17 04:41:12.539: INFO: Waiting for observed generation 1 +Sep 17 04:41:14.549: INFO: Waiting for all required pods to come up +Sep 17 04:41:14.554: INFO: Pod name httpd: Found 10 pods out of 10 +STEP: ensuring each pod is running 09/17/22 04:41:14.554 +Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-wsv4x" in namespace "deployment-9051" to be "running" +Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-c72s2" in namespace "deployment-9051" to be "running" +Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-qxpsw" in namespace "deployment-9051" to be "running" +Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-sxsxs" in namespace "deployment-9051" to be "running" +Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-w4gdc" in namespace "deployment-9051" to be "running" +Sep 17 04:41:14.559: INFO: Pod "webserver-deployment-845c8977d9-wsv4x": Phase="Pending", Reason="", readiness=false. Elapsed: 5.519803ms +Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-c72s2": Phase="Pending", Reason="", readiness=false. Elapsed: 8.043642ms +Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-sxsxs": Phase="Running", Reason="", readiness=true. Elapsed: 7.878071ms +Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-sxsxs" satisfied condition "running" +Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-w4gdc": Phase="Pending", Reason="", readiness=false. Elapsed: 7.822988ms +Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-qxpsw": Phase="Pending", Reason="", readiness=false. Elapsed: 8.093183ms +Sep 17 04:41:16.561: INFO: Pod "webserver-deployment-845c8977d9-wsv4x": Phase="Running", Reason="", readiness=true. Elapsed: 2.007412115s +Sep 17 04:41:16.561: INFO: Pod "webserver-deployment-845c8977d9-wsv4x" satisfied condition "running" +Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-qxpsw": Phase="Running", Reason="", readiness=true. Elapsed: 2.009673379s +Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-qxpsw" satisfied condition "running" +Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-w4gdc": Phase="Running", Reason="", readiness=true. Elapsed: 2.009831527s +Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-w4gdc" satisfied condition "running" +Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-c72s2": Phase="Running", Reason="", readiness=true. Elapsed: 2.010442635s +Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-c72s2" satisfied condition "running" +Sep 17 04:41:16.564: INFO: Waiting for deployment "webserver-deployment" to complete +Sep 17 04:41:16.566: INFO: Updating deployment "webserver-deployment" with a non-existent image +Sep 17 04:41:16.570: INFO: Updating deployment webserver-deployment +Sep 17 04:41:16.570: INFO: Waiting for observed generation 2 +Sep 17 04:41:18.573: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 +Sep 17 04:41:18.574: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 +Sep 17 04:41:18.575: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Sep 17 04:41:18.578: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 +Sep 17 04:41:18.578: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 +Sep 17 04:41:18.579: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Sep 17 04:41:18.580: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas +Sep 17 04:41:18.580: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 +Sep 17 04:41:18.584: INFO: Updating deployment webserver-deployment +Sep 17 04:41:18.584: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas +Sep 17 04:41:18.586: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 +Sep 17 04:41:20.600: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 17 04:41:20.617: INFO: Deployment "webserver-deployment": +&Deployment{ObjectMeta:{webserver-deployment deployment-9051 c021cc53-390d-4384-b995-30ad5429a795 22808 3 2022-09-17 04:41:12 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-17 04:41:18 +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 2022-09-17 04:41: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: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 0xc003c46e18 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:13,UnavailableReplicas:20,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2022-09-17 04:41:18 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-69b7448995" is progressing.,LastUpdateTime:2022-09-17 04:41:20 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,},},ReadyReplicas:13,CollisionCount:nil,},} + +Sep 17 04:41:20.622: INFO: New ReplicaSet "webserver-deployment-69b7448995" of Deployment "webserver-deployment": +&ReplicaSet{ObjectMeta:{webserver-deployment-69b7448995 deployment-9051 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 22647 3 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment c021cc53-390d-4384-b995-30ad5429a795 0xc003c472d7 0xc003c472d8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:41:18 +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\":\"c021cc53-390d-4384-b995-30ad5429a795\"}":{}}},"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 2022-09-17 04:41:18 +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: 69b7448995,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:69b7448995] 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 0xc003c47378 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{},},} +Sep 17 04:41:20.622: INFO: All old ReplicaSets of Deployment "webserver-deployment": +Sep 17 04:41:20.622: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-845c8977d9 deployment-9051 9e4ad96b-6ff8-4928-8a36-c00ee55df211 22809 3 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment c021cc53-390d-4384-b995-30ad5429a795 0xc003c473e7 0xc003c473e8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:41:18 +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\":\"c021cc53-390d-4384-b995-30ad5429a795\"}":{}}},"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 2022-09-17 04:41:20 +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: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc003c47478 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:14,AvailableReplicas:14,Conditions:[]ReplicaSetCondition{},},} +Sep 17 04:41:20.630: INFO: Pod "webserver-deployment-69b7448995-67lh2" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-67lh2 webserver-deployment-69b7448995- deployment-9051 0f426418-93d7-462c-b0ec-b99268b725bb 22511 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2b1f7 0xc004f2b1f8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:16 +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-t9xvn,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-t9xvn,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:16 +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{},},} +Sep 17 04:41:20.630: INFO: Pod "webserver-deployment-69b7448995-bkclt" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-bkclt webserver-deployment-69b7448995- deployment-9051 fdfdd474-f564-4b79-bad8-21de26555a3b 22736 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2b430 0xc004f2b431}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:19 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.20.209.38\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-wh47v,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-wh47v,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.38,StartTime:2022-09-17 04:41:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:172.20.209.38,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.630: INFO: Pod "webserver-deployment-69b7448995-bs5gd" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-bs5gd webserver-deployment-69b7448995- deployment-9051 83562294-03de-4386-b6b3-0d93ad271e73 22516 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2b6d0 0xc004f2b6d1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:16 +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-rpxct,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-rpxct,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:16 +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{},},} +Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-c28qd" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-c28qd webserver-deployment-69b7448995- deployment-9051 676d6c34-feed-4b1a-ae03-df22d5ca0506 22662 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2bad0 0xc004f2bad1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-vnfqd,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-vnfqd,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-c9rfn" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-c9rfn webserver-deployment-69b7448995- deployment-9051 fd8beb1a-1211-4ab3-8068-f88e5d4c14b2 22654 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2bfe0 0xc004f2bfe1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-rc2ht,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-rc2ht,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-d5mft" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-d5mft webserver-deployment-69b7448995- deployment-9051 722749ce-17be-43eb-a2a1-715969f782dc 22652 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab42a0 0xc003ab42a1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-qlzkl,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qlzkl,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-kmbz8" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-kmbz8 webserver-deployment-69b7448995- deployment-9051 0a2f19e8-d69e-4ae5-9367-6dd97e2d7847 22591 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab44e0 0xc003ab44e1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-7gx9d,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7gx9d,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-nkcwx" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-nkcwx webserver-deployment-69b7448995- deployment-9051 009b786d-7aab-4608-ae05-86c3642a489d 22613 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab4740 0xc003ab4741}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-qqwq2,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qqwq2,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-rw5z9" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-rw5z9 webserver-deployment-69b7448995- deployment-9051 a6dc3e00-382f-4370-aa6b-0f49bedee344 22721 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab49c0 0xc003ab49c1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:19 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.20.110.152\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-88m68,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-88m68,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.152,StartTime:2022-09-17 04:41:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:172.20.110.152,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-t2fq7" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-t2fq7 webserver-deployment-69b7448995- deployment-9051 0d6eb9c5-12b6-4c03-9dfa-7597621cbc17 22718 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab4cc0 0xc003ab4cc1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:19 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.20.188.224\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6x7t9,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6x7t9,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.224,StartTime:2022-09-17 04:41:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:172.20.188.224,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-69b7448995-tkkkq" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-tkkkq webserver-deployment-69b7448995- deployment-9051 d9f93285-3347-43eb-9758-d5947e0cb927 22634 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab4fc0 0xc003ab4fc1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-jr5j5,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jr5j5,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-69b7448995-xftzw" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-xftzw webserver-deployment-69b7448995- deployment-9051 b8c1ca27-31a8-43b0-b24a-98f703169329 22658 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab51f0 0xc003ab51f1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-5b8qd,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5b8qd,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-69b7448995-zkwdn" is not available: +&Pod{ObjectMeta:{webserver-deployment-69b7448995-zkwdn webserver-deployment-69b7448995- deployment-9051 baee0a6b-94ae-4776-9604-cd2120a187ce 22655 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab54e0 0xc003ab54e1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-27f7w,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-27f7w,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} +Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-494t4" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-494t4 webserver-deployment-845c8977d9- deployment-9051 97705105-50cb-44bf-9aa0-5718b560d632 22657 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc003ab5760 0xc003ab5761}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-gkx65,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gkx65,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-9jx2x" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-9jx2x webserver-deployment-845c8977d9- deployment-9051 73d50ba0-5502-48bd-9333-ed5fbc5a8075 22635 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc003ab5a47 0xc003ab5a48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-s2pxc,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-s2pxc,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-9zh5v" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-9zh5v webserver-deployment-845c8977d9- deployment-9051 96f565a0-49c8-442d-ae3a-9f10f28897b2 22804 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc003ab5d57 0xc003ab5d58}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.180\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-q4t6w,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-q4t6w,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.180,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://00b2ffb636c2a5fdfb3ad946887bc4aab19a4c723cc82089c1437e51b1da7aff,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.180,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-bhdvk" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-bhdvk webserver-deployment-845c8977d9- deployment-9051 8f592c65-5f69-47eb-a6fa-e3c483507844 22649 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6047 0xc0032e6048}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-6nqzr,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6nqzr,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-bhgrj" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-bhgrj webserver-deployment-845c8977d9- deployment-9051 415036c9-ca19-4dda-a3c6-9cdd7a653cbc 22422 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6297 0xc0032e6298}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:14 +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\":\"172.20.188.199\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-984db,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-984db,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.199,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://3c374a68f04cebf583211895cc09d1d29421c437d75b8bc732fb1977e5b10ccd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.199,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-c72s2" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-c72s2 webserver-deployment-845c8977d9- deployment-9051 82dd8ac1-78cf-4bce-8710-e63c218da4ed 22460 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e64b7 0xc0032e64b8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:15 +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\":\"172.20.209.37\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-vdgtd,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-vdgtd,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.37,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:14 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://45bb768f9461db3dd1b040c1227cd5b0fdc55322c55bff4ed732b50459147d2d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.37,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-cfb4l" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-cfb4l webserver-deployment-845c8977d9- deployment-9051 839f0ca5-d6b6-4caf-a181-b100f576d375 22792 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6777 0xc0032e6778}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.188.221\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-lcntz,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-lcntz,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.221,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://b43e838a289f272175a9e21c6418db1f21e49e87edec19f5088be5fc8457c0ac,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.221,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-f4mgq" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-f4mgq webserver-deployment-845c8977d9- deployment-9051 474d7baa-8639-48ee-b932-0939f3397c88 22801 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6a47 0xc0032e6a48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.160\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-nzvjv,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-nzvjv,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.160,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://743b4796718d6407545ffc685f99c22277c3e36850eae9ebc1c015ffd7a6b7e2,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.160,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-jl6dc" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-jl6dc webserver-deployment-845c8977d9- deployment-9051 7155b333-7171-45b6-9c39-271d10266e62 22363 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6ce7 0xc0032e6ce8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41: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\":\"172.20.188.208\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-tpj4f,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-tpj4f,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.208,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://4ec6b90cd0f3284876b28c86544674506133f66a86509b512053f3d01ef48ffd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.208,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-kbs9r" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-kbs9r webserver-deployment-845c8977d9- deployment-9051 bcc13a80-3ab4-437b-b19a-317a096753b1 22807 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6fa7 0xc0032e6fa8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.185\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-8hcfl,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-8hcfl,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.185,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://e0fc286723299e452c7228e07bc69c726894720da35084b99346aa1a9b288a5e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.185,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-l2pdf" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-l2pdf webserver-deployment-845c8977d9- deployment-9051 737c9370-3cfd-4c4c-9438-443e0a895324 22424 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7207 0xc0032e7208}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:14 +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\":\"172.20.188.213\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-kd4b6,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-kd4b6,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.213,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://f130340adb123302883aabb1ee3acf2fed927d67cf272c48df37e2b07fe375ce,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.213,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-pkmbz" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-pkmbz webserver-deployment-845c8977d9- deployment-9051 eeadcbe8-a7bb-458c-a3e5-519433af26fa 22364 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e74c7 0xc0032e74c8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41: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\":\"172.20.110.171\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-cc7mz,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-cc7mz,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.171,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://3714d575c28e086b28bfdaed14c32cd907c1d79e48be9286c7ab7a4d347ee4ef,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.171,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-prp9c" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-prp9c webserver-deployment-845c8977d9- deployment-9051 dfbf4dd6-547b-485a-a5c3-c7fd667735c1 22811 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e76f7 0xc0032e76f8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.156\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-whs6p,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-whs6p,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.156,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://be5b0bcc168a358923012cdafc702e6fef2926f1cccb595d1e1df727027ab814,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.156,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-q9zn4" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-q9zn4 webserver-deployment-845c8977d9- deployment-9051 36811f02-4548-443c-9fc0-56e9d26edb37 22794 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7947 0xc0032e7948}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.188.227\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hfpg5,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hfpg5,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.227,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://55e6c35b33ec7407652a5ba5f095cdf46a1dccf4a1e43976f4e00f61b44912bc,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.227,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-qxpsw" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-qxpsw webserver-deployment-845c8977d9- deployment-9051 71676a2b-0cef-4906-ac6f-edd76e9aa40e 22454 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7bf7 0xc0032e7bf8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:15 +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\":\"172.20.209.29\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-h8tdm,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-h8tdm,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.29,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:14 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://d61af7992310fa62721d54f60936aa24c9e421471df704e254e83fd000b3371f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.29,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-rkx46" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-rkx46 webserver-deployment-845c8977d9- deployment-9051 5d9ab885-41e4-419a-ac22-cc2404ea80fb 22663 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7ee7 0xc0032e7ee8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-5z5k7,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5z5k7,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-stthq" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-stthq webserver-deployment-845c8977d9- deployment-9051 6cae1586-f342-4d4e-aa44-f823bec10fcb 22798 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335a1c7 0xc00335a1c8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.188.198\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6jfbp,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6jfbp,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.198,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://5f52cea1767b10edf307e70e4943614dba828054cf0d48da02f771650762ec4b,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.198,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-tmdv2" is not available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-tmdv2 webserver-deployment-845c8977d9- deployment-9051 bc13aaca-a94c-4171-8f7d-7ea49104adc9 22595 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335a487 0xc00335a488}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-5j25k,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5j25k,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-w4gdc" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-w4gdc webserver-deployment-845c8977d9- deployment-9051 bbbdf49e-8d0e-4250-b5c8-d743e21e8eff 22457 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335a6b7 0xc00335a6b8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:15 +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\":\"172.20.209.12\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-wts9b,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-wts9b,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.12,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:14 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://de03e9b4abf4b8b5a6a4d918e5d0ba23a448f7a5c0058eca316451c6ccf1e52d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.12,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:41:20.635: INFO: Pod "webserver-deployment-845c8977d9-wsv4x" is available: +&Pod{ObjectMeta:{webserver-deployment-845c8977d9-wsv4x webserver-deployment-845c8977d9- deployment-9051 dd4daaf9-d7fd-40f7-afc0-18a703375a48 22432 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335aa47 0xc00335aa48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:14 +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\":\"172.20.110.172\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-b6mb8,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-b6mb8,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.172,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://84d67009db3ea1f3ef7f02589ffa2fd3343f5f1878e2191e49cbcf41471c5b7a,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.172,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 17 04:41:20.635: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-9051" for this suite. 09/17/22 04:41:20.643 +{"msg":"PASSED [sig-apps] Deployment deployment should support proportional scaling [Conformance]","completed":191,"skipped":3498,"failed":0} +------------------------------ +• [SLOW TEST] [8.161 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:12.485 + Sep 17 04:41:12.485: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 04:41:12.486 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:12.523 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:12.525 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 + Sep 17 04:41:12.527: INFO: Creating deployment "webserver-deployment" + Sep 17 04:41:12.539: INFO: Waiting for observed generation 1 + Sep 17 04:41:14.549: INFO: Waiting for all required pods to come up + Sep 17 04:41:14.554: INFO: Pod name httpd: Found 10 pods out of 10 + STEP: ensuring each pod is running 09/17/22 04:41:14.554 + Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-wsv4x" in namespace "deployment-9051" to be "running" + Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-c72s2" in namespace "deployment-9051" to be "running" + Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-qxpsw" in namespace "deployment-9051" to be "running" + Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-sxsxs" in namespace "deployment-9051" to be "running" + Sep 17 04:41:14.554: INFO: Waiting up to 5m0s for pod "webserver-deployment-845c8977d9-w4gdc" in namespace "deployment-9051" to be "running" + Sep 17 04:41:14.559: INFO: Pod "webserver-deployment-845c8977d9-wsv4x": Phase="Pending", Reason="", readiness=false. Elapsed: 5.519803ms + Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-c72s2": Phase="Pending", Reason="", readiness=false. Elapsed: 8.043642ms + Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-sxsxs": Phase="Running", Reason="", readiness=true. Elapsed: 7.878071ms + Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-sxsxs" satisfied condition "running" + Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-w4gdc": Phase="Pending", Reason="", readiness=false. Elapsed: 7.822988ms + Sep 17 04:41:14.562: INFO: Pod "webserver-deployment-845c8977d9-qxpsw": Phase="Pending", Reason="", readiness=false. Elapsed: 8.093183ms + Sep 17 04:41:16.561: INFO: Pod "webserver-deployment-845c8977d9-wsv4x": Phase="Running", Reason="", readiness=true. Elapsed: 2.007412115s + Sep 17 04:41:16.561: INFO: Pod "webserver-deployment-845c8977d9-wsv4x" satisfied condition "running" + Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-qxpsw": Phase="Running", Reason="", readiness=true. Elapsed: 2.009673379s + Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-qxpsw" satisfied condition "running" + Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-w4gdc": Phase="Running", Reason="", readiness=true. Elapsed: 2.009831527s + Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-w4gdc" satisfied condition "running" + Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-c72s2": Phase="Running", Reason="", readiness=true. Elapsed: 2.010442635s + Sep 17 04:41:16.564: INFO: Pod "webserver-deployment-845c8977d9-c72s2" satisfied condition "running" + Sep 17 04:41:16.564: INFO: Waiting for deployment "webserver-deployment" to complete + Sep 17 04:41:16.566: INFO: Updating deployment "webserver-deployment" with a non-existent image + Sep 17 04:41:16.570: INFO: Updating deployment webserver-deployment + Sep 17 04:41:16.570: INFO: Waiting for observed generation 2 + Sep 17 04:41:18.573: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 + Sep 17 04:41:18.574: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 + Sep 17 04:41:18.575: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Sep 17 04:41:18.578: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 + Sep 17 04:41:18.578: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 + Sep 17 04:41:18.579: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Sep 17 04:41:18.580: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas + Sep 17 04:41:18.580: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 + Sep 17 04:41:18.584: INFO: Updating deployment webserver-deployment + Sep 17 04:41:18.584: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas + Sep 17 04:41:18.586: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 + Sep 17 04:41:20.600: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 17 04:41:20.617: INFO: Deployment "webserver-deployment": + &Deployment{ObjectMeta:{webserver-deployment deployment-9051 c021cc53-390d-4384-b995-30ad5429a795 22808 3 2022-09-17 04:41:12 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-17 04:41:18 +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 2022-09-17 04:41: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: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 0xc003c46e18 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:13,UnavailableReplicas:20,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2022-09-17 04:41:18 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-69b7448995" is progressing.,LastUpdateTime:2022-09-17 04:41:20 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,},},ReadyReplicas:13,CollisionCount:nil,},} + + Sep 17 04:41:20.622: INFO: New ReplicaSet "webserver-deployment-69b7448995" of Deployment "webserver-deployment": + &ReplicaSet{ObjectMeta:{webserver-deployment-69b7448995 deployment-9051 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 22647 3 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment c021cc53-390d-4384-b995-30ad5429a795 0xc003c472d7 0xc003c472d8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:41:18 +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\":\"c021cc53-390d-4384-b995-30ad5429a795\"}":{}}},"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 2022-09-17 04:41:18 +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: 69b7448995,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:69b7448995] 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 0xc003c47378 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{},},} + Sep 17 04:41:20.622: INFO: All old ReplicaSets of Deployment "webserver-deployment": + Sep 17 04:41:20.622: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-845c8977d9 deployment-9051 9e4ad96b-6ff8-4928-8a36-c00ee55df211 22809 3 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment c021cc53-390d-4384-b995-30ad5429a795 0xc003c473e7 0xc003c473e8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:41:18 +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\":\"c021cc53-390d-4384-b995-30ad5429a795\"}":{}}},"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 2022-09-17 04:41:20 +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: 845c8977d9,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc003c47478 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:14,AvailableReplicas:14,Conditions:[]ReplicaSetCondition{},},} + Sep 17 04:41:20.630: INFO: Pod "webserver-deployment-69b7448995-67lh2" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-67lh2 webserver-deployment-69b7448995- deployment-9051 0f426418-93d7-462c-b0ec-b99268b725bb 22511 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2b1f7 0xc004f2b1f8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:16 +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-t9xvn,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-t9xvn,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:16 +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{},},} + Sep 17 04:41:20.630: INFO: Pod "webserver-deployment-69b7448995-bkclt" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-bkclt webserver-deployment-69b7448995- deployment-9051 fdfdd474-f564-4b79-bad8-21de26555a3b 22736 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2b430 0xc004f2b431}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:19 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.20.209.38\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-wh47v,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-wh47v,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.38,StartTime:2022-09-17 04:41:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:172.20.209.38,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.630: INFO: Pod "webserver-deployment-69b7448995-bs5gd" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-bs5gd webserver-deployment-69b7448995- deployment-9051 83562294-03de-4386-b6b3-0d93ad271e73 22516 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2b6d0 0xc004f2b6d1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:16 +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-rpxct,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-rpxct,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:16 +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{},},} + Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-c28qd" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-c28qd webserver-deployment-69b7448995- deployment-9051 676d6c34-feed-4b1a-ae03-df22d5ca0506 22662 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2bad0 0xc004f2bad1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-vnfqd,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-vnfqd,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-c9rfn" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-c9rfn webserver-deployment-69b7448995- deployment-9051 fd8beb1a-1211-4ab3-8068-f88e5d4c14b2 22654 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc004f2bfe0 0xc004f2bfe1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-rc2ht,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-rc2ht,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-d5mft" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-d5mft webserver-deployment-69b7448995- deployment-9051 722749ce-17be-43eb-a2a1-715969f782dc 22652 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab42a0 0xc003ab42a1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-qlzkl,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qlzkl,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-kmbz8" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-kmbz8 webserver-deployment-69b7448995- deployment-9051 0a2f19e8-d69e-4ae5-9367-6dd97e2d7847 22591 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab44e0 0xc003ab44e1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-7gx9d,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7gx9d,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-nkcwx" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-nkcwx webserver-deployment-69b7448995- deployment-9051 009b786d-7aab-4608-ae05-86c3642a489d 22613 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab4740 0xc003ab4741}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-qqwq2,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qqwq2,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-rw5z9" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-rw5z9 webserver-deployment-69b7448995- deployment-9051 a6dc3e00-382f-4370-aa6b-0f49bedee344 22721 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab49c0 0xc003ab49c1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:19 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.20.110.152\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-88m68,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-88m68,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.152,StartTime:2022-09-17 04:41:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:172.20.110.152,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.631: INFO: Pod "webserver-deployment-69b7448995-t2fq7" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-t2fq7 webserver-deployment-69b7448995- deployment-9051 0d6eb9c5-12b6-4c03-9dfa-7597621cbc17 22718 0 2022-09-17 04:41:16 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab4cc0 0xc003ab4cc1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:19 +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:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"172.20.188.224\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6x7t9,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6x7t9,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +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:2022-09-17 04:41:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.224,StartTime:2022-09-17 04:41:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ErrImagePull,Message:rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/webserver:404": failed to resolve reference "docker.io/library/webserver:404": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed,},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{PodIP{IP:172.20.188.224,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-69b7448995-tkkkq" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-tkkkq webserver-deployment-69b7448995- deployment-9051 d9f93285-3347-43eb-9758-d5947e0cb927 22634 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab4fc0 0xc003ab4fc1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-jr5j5,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jr5j5,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-69b7448995-xftzw" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-xftzw webserver-deployment-69b7448995- deployment-9051 b8c1ca27-31a8-43b0-b24a-98f703169329 22658 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab51f0 0xc003ab51f1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-5b8qd,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5b8qd,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-69b7448995-zkwdn" is not available: + &Pod{ObjectMeta:{webserver-deployment-69b7448995-zkwdn webserver-deployment-69b7448995- deployment-9051 baee0a6b-94ae-4776-9604-cd2120a187ce 22655 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:69b7448995] map[] [{apps/v1 ReplicaSet webserver-deployment-69b7448995 647658ee-1d3a-4e5d-8f1d-b5cfb43c2587 0xc003ab54e0 0xc003ab54e1}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"647658ee-1d3a-4e5d-8f1d-b5cfb43c2587\"}":{}}},"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 2022-09-17 04:41:18 +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-27f7w,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{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-27f7w,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:10.254.0.16,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:,StartTime:2022-09-17 04:41:18 +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{},},} + Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-494t4" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-494t4 webserver-deployment-845c8977d9- deployment-9051 97705105-50cb-44bf-9aa0-5718b560d632 22657 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc003ab5760 0xc003ab5761}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-gkx65,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gkx65,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-9jx2x" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-9jx2x webserver-deployment-845c8977d9- deployment-9051 73d50ba0-5502-48bd-9333-ed5fbc5a8075 22635 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc003ab5a47 0xc003ab5a48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-s2pxc,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-s2pxc,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:10.254.0.17,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-9zh5v" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-9zh5v webserver-deployment-845c8977d9- deployment-9051 96f565a0-49c8-442d-ae3a-9f10f28897b2 22804 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc003ab5d57 0xc003ab5d58}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.180\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-q4t6w,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-q4t6w,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.180,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://00b2ffb636c2a5fdfb3ad946887bc4aab19a4c723cc82089c1437e51b1da7aff,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.180,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.632: INFO: Pod "webserver-deployment-845c8977d9-bhdvk" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-bhdvk webserver-deployment-845c8977d9- deployment-9051 8f592c65-5f69-47eb-a6fa-e3c483507844 22649 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6047 0xc0032e6048}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-6nqzr,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6nqzr,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-bhgrj" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-bhgrj webserver-deployment-845c8977d9- deployment-9051 415036c9-ca19-4dda-a3c6-9cdd7a653cbc 22422 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6297 0xc0032e6298}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:14 +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\":\"172.20.188.199\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-984db,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-984db,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.199,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://3c374a68f04cebf583211895cc09d1d29421c437d75b8bc732fb1977e5b10ccd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.199,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-c72s2" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-c72s2 webserver-deployment-845c8977d9- deployment-9051 82dd8ac1-78cf-4bce-8710-e63c218da4ed 22460 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e64b7 0xc0032e64b8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:15 +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\":\"172.20.209.37\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-vdgtd,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-vdgtd,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.37,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:14 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://45bb768f9461db3dd1b040c1227cd5b0fdc55322c55bff4ed732b50459147d2d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.37,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-cfb4l" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-cfb4l webserver-deployment-845c8977d9- deployment-9051 839f0ca5-d6b6-4caf-a181-b100f576d375 22792 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6777 0xc0032e6778}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.188.221\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-lcntz,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-lcntz,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.221,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://b43e838a289f272175a9e21c6418db1f21e49e87edec19f5088be5fc8457c0ac,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.221,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-f4mgq" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-f4mgq webserver-deployment-845c8977d9- deployment-9051 474d7baa-8639-48ee-b932-0939f3397c88 22801 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6a47 0xc0032e6a48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.160\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-nzvjv,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-nzvjv,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.160,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://743b4796718d6407545ffc685f99c22277c3e36850eae9ebc1c015ffd7a6b7e2,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.160,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-jl6dc" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-jl6dc webserver-deployment-845c8977d9- deployment-9051 7155b333-7171-45b6-9c39-271d10266e62 22363 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6ce7 0xc0032e6ce8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41: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\":\"172.20.188.208\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-tpj4f,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-tpj4f,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.208,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://4ec6b90cd0f3284876b28c86544674506133f66a86509b512053f3d01ef48ffd,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.208,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-kbs9r" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-kbs9r webserver-deployment-845c8977d9- deployment-9051 bcc13a80-3ab4-437b-b19a-317a096753b1 22807 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e6fa7 0xc0032e6fa8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.185\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-8hcfl,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-8hcfl,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.185,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://e0fc286723299e452c7228e07bc69c726894720da35084b99346aa1a9b288a5e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.185,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.633: INFO: Pod "webserver-deployment-845c8977d9-l2pdf" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-l2pdf webserver-deployment-845c8977d9- deployment-9051 737c9370-3cfd-4c4c-9438-443e0a895324 22424 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7207 0xc0032e7208}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:14 +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\":\"172.20.188.213\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-kd4b6,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-kd4b6,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.213,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://f130340adb123302883aabb1ee3acf2fed927d67cf272c48df37e2b07fe375ce,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.213,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-pkmbz" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-pkmbz webserver-deployment-845c8977d9- deployment-9051 eeadcbe8-a7bb-458c-a3e5-519433af26fa 22364 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e74c7 0xc0032e74c8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41: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\":\"172.20.110.171\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-cc7mz,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-cc7mz,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.171,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://3714d575c28e086b28bfdaed14c32cd907c1d79e48be9286c7ab7a4d347ee4ef,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.171,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-prp9c" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-prp9c webserver-deployment-845c8977d9- deployment-9051 dfbf4dd6-547b-485a-a5c3-c7fd667735c1 22811 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e76f7 0xc0032e76f8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.110.156\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-whs6p,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-whs6p,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.156,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://be5b0bcc168a358923012cdafc702e6fef2926f1cccb595d1e1df727027ab814,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.156,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-q9zn4" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-q9zn4 webserver-deployment-845c8977d9- deployment-9051 36811f02-4548-443c-9fc0-56e9d26edb37 22794 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7947 0xc0032e7948}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.188.227\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hfpg5,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hfpg5,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.227,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://55e6c35b33ec7407652a5ba5f095cdf46a1dccf4a1e43976f4e00f61b44912bc,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.227,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-qxpsw" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-qxpsw webserver-deployment-845c8977d9- deployment-9051 71676a2b-0cef-4906-ac6f-edd76e9aa40e 22454 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7bf7 0xc0032e7bf8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:15 +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\":\"172.20.209.29\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-h8tdm,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-h8tdm,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.29,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:14 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://d61af7992310fa62721d54f60936aa24c9e421471df704e254e83fd000b3371f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.29,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-rkx46" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-rkx46 webserver-deployment-845c8977d9- deployment-9051 5d9ab885-41e4-419a-ac22-cc2404ea80fb 22663 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc0032e7ee7 0xc0032e7ee8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-5z5k7,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5z5k7,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-stthq" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-stthq webserver-deployment-845c8977d9- deployment-9051 6cae1586-f342-4d4e-aa44-f823bec10fcb 22798 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335a1c7 0xc00335a1c8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:20 +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\":\"172.20.188.198\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-6jfbp,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-6jfbp,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:10.254.0.16,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.16,PodIP:172.20.188.198,StartTime:2022-09-17 04:41:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:20 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://5f52cea1767b10edf307e70e4943614dba828054cf0d48da02f771650762ec4b,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.188.198,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-tmdv2" is not available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-tmdv2 webserver-deployment-845c8977d9- deployment-9051 bc13aaca-a94c-4171-8f7d-7ea49104adc9 22595 0 2022-09-17 04:41:18 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335a487 0xc00335a488}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:18 +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-5j25k,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-5j25k,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:10.254.0.18,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +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:2022-09-17 04:41:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:,StartTime:2022-09-17 04:41:18 +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-2,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.634: INFO: Pod "webserver-deployment-845c8977d9-w4gdc" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-w4gdc webserver-deployment-845c8977d9- deployment-9051 bbbdf49e-8d0e-4250-b5c8-d743e21e8eff 22457 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335a6b7 0xc00335a6b8}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:15 +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\":\"172.20.209.12\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-wts9b,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-wts9b,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.12,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41:14 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://de03e9b4abf4b8b5a6a4d918e5d0ba23a448f7a5c0058eca316451c6ccf1e52d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.12,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:41:20.635: INFO: Pod "webserver-deployment-845c8977d9-wsv4x" is available: + &Pod{ObjectMeta:{webserver-deployment-845c8977d9-wsv4x webserver-deployment-845c8977d9- deployment-9051 dd4daaf9-d7fd-40f7-afc0-18a703375a48 22432 0 2022-09-17 04:41:12 +0000 UTC map[name:httpd pod-template-hash:845c8977d9] map[] [{apps/v1 ReplicaSet webserver-deployment-845c8977d9 9e4ad96b-6ff8-4928-8a36-c00ee55df211 0xc00335aa47 0xc00335aa48}] [] [{kube-controller-manager Update v1 2022-09-17 04:41:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"9e4ad96b-6ff8-4928-8a36-c00ee55df211\"}":{}}},"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 2022-09-17 04:41:14 +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\":\"172.20.110.172\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-b6mb8,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-b6mb8,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:14 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:41:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.172,StartTime:2022-09-17 04:41:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:41: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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://84d67009db3ea1f3ef7f02589ffa2fd3343f5f1878e2191e49cbcf41471c5b7a,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.172,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 17 04:41:20.635: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-9051" for this suite. 09/17/22 04:41:20.643 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:503 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:20.651 +Sep 17 04:41:20.651: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 04:41:20.651 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:20.669 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:20.671 +[It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:503 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 04:41:20.719: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-2952" for this suite. 09/17/22 04:41:20.721 +{"msg":"PASSED [sig-storage] ConfigMap should be immutable if `immutable` field is set [Conformance]","completed":192,"skipped":3519,"failed":0} +------------------------------ +• [0.072 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:503 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:20.651 + Sep 17 04:41:20.651: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 04:41:20.651 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:20.669 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:20.671 + [It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:503 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 04:41:20.719: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-2952" for this suite. 09/17/22 04:41:20.721 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-storage] Projected downwardAPI + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:161 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:20.723 +Sep 17 04:41:20.723: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:41:20.724 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:20.732 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:20.735 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:161 +STEP: Creating the pod 09/17/22 04:41:20.736 +Sep 17 04:41:20.742: INFO: Waiting up to 5m0s for pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46" in namespace "projected-4579" to be "running and ready" +Sep 17 04:41:20.745: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.566743ms +Sep 17 04:41:20.745: INFO: The phase of Pod annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:41:22.747: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00510378s +Sep 17 04:41:22.747: INFO: The phase of Pod annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:41:24.747: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46": Phase="Running", Reason="", readiness=true. Elapsed: 4.004737259s +Sep 17 04:41:24.747: INFO: The phase of Pod annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46 is Running (Ready = true) +Sep 17 04:41:24.747: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46" satisfied condition "running and ready" +Sep 17 04:41:25.256: INFO: Successfully updated pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 04:41:27.270: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4579" for this suite. 09/17/22 04:41:27.274 +{"msg":"PASSED [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance]","completed":193,"skipped":3522,"failed":0} +------------------------------ +• [SLOW TEST] [6.557 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:161 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:20.723 + Sep 17 04:41:20.723: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:41:20.724 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:20.732 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:20.735 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:161 + STEP: Creating the pod 09/17/22 04:41:20.736 + Sep 17 04:41:20.742: INFO: Waiting up to 5m0s for pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46" in namespace "projected-4579" to be "running and ready" + Sep 17 04:41:20.745: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.566743ms + Sep 17 04:41:20.745: INFO: The phase of Pod annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:41:22.747: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00510378s + Sep 17 04:41:22.747: INFO: The phase of Pod annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:41:24.747: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46": Phase="Running", Reason="", readiness=true. Elapsed: 4.004737259s + Sep 17 04:41:24.747: INFO: The phase of Pod annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46 is Running (Ready = true) + Sep 17 04:41:24.747: INFO: Pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46" satisfied condition "running and ready" + Sep 17 04:41:25.256: INFO: Successfully updated pod "annotationupdate188a39b8-c42a-4a37-89c1-46290dfc0e46" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 04:41:27.270: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4579" for this suite. 09/17/22 04:41:27.274 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:165 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:27.281 +Sep 17 04:41:27.281: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:41:27.282 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:27.343 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:27.346 +[It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:165 +STEP: Creating a pod to test downward api env vars 09/17/22 04:41:27.347 +Sep 17 04:41:27.356: INFO: Waiting up to 5m0s for pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4" in namespace "downward-api-5909" to be "Succeeded or Failed" +Sep 17 04:41:27.360: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.754357ms +Sep 17 04:41:29.363: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00652624s +Sep 17 04:41:31.363: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006421583s +STEP: Saw pod success 09/17/22 04:41:31.363 +Sep 17 04:41:31.363: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4" satisfied condition "Succeeded or Failed" +Sep 17 04:41:31.364: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4 container dapi-container: +STEP: delete the pod 09/17/22 04:41:31.367 +Sep 17 04:41:31.371: INFO: Waiting for pod downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4 to disappear +Sep 17 04:41:31.376: INFO: Pod downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 17 04:41:31.376: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-5909" for this suite. 09/17/22 04:41:31.378 +{"msg":"PASSED [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]","completed":194,"skipped":3556,"failed":0} +------------------------------ +• [4.099 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:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:27.281 + Sep 17 04:41:27.281: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:41:27.282 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:27.343 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:27.346 + [It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:165 + STEP: Creating a pod to test downward api env vars 09/17/22 04:41:27.347 + Sep 17 04:41:27.356: INFO: Waiting up to 5m0s for pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4" in namespace "downward-api-5909" to be "Succeeded or Failed" + Sep 17 04:41:27.360: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.754357ms + Sep 17 04:41:29.363: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00652624s + Sep 17 04:41:31.363: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006421583s + STEP: Saw pod success 09/17/22 04:41:31.363 + Sep 17 04:41:31.363: INFO: Pod "downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4" satisfied condition "Succeeded or Failed" + Sep 17 04:41:31.364: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4 container dapi-container: + STEP: delete the pod 09/17/22 04:41:31.367 + Sep 17 04:41:31.371: INFO: Waiting for pod downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4 to disappear + Sep 17 04:41:31.376: INFO: Pod downward-api-f76a9b67-9431-4b58-a98b-d55870cf16f4 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 17 04:41:31.376: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-5909" for this suite. 09/17/22 04:41:31.378 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:31.381 +Sep 17 04:41:31.381: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 04:41:31.381 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:31.392 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:31.393 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-8286 09/17/22 04:41:31.394 +[It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 +STEP: Creating statefulset ss in namespace statefulset-8286 09/17/22 04:41:31.4 +Sep 17 04:41:31.404: INFO: Found 0 stateful pods, waiting for 1 +Sep 17 04:41:41.406: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: Patch Statefulset to include a label 09/17/22 04:41:41.408 +STEP: Getting /status 09/17/22 04:41:41.411 +Sep 17 04:41:41.413: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) +STEP: updating the StatefulSet Status 09/17/22 04:41:41.413 +Sep 17 04:41:41.416: 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 09/17/22 04:41:41.416 +Sep 17 04:41:41.417: INFO: Observed &StatefulSet event: ADDED +Sep 17 04:41:41.417: INFO: Found Statefulset ss in namespace statefulset-8286 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Sep 17 04:41:41.417: INFO: Statefulset ss has an updated status +STEP: patching the Statefulset Status 09/17/22 04:41:41.417 +Sep 17 04:41:41.417: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Sep 17 04:41:41.421: 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 09/17/22 04:41:41.421 +Sep 17 04:41:41.422: INFO: Observed &StatefulSet event: ADDED +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 17 04:41:41.422: INFO: Deleting all statefulset in ns statefulset-8286 +Sep 17 04:41:41.423: INFO: Scaling statefulset ss to 0 +Sep 17 04:41:51.431: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 04:41:51.432: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 04:41:51.437: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-8286" for this suite. 09/17/22 04:41:51.446 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should validate Statefulset Status endpoints [Conformance]","completed":195,"skipped":3564,"failed":0} +------------------------------ +• [SLOW TEST] [20.068 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:31.381 + Sep 17 04:41:31.381: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 04:41:31.381 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:31.392 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:31.393 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-8286 09/17/22 04:41:31.394 + [It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:975 + STEP: Creating statefulset ss in namespace statefulset-8286 09/17/22 04:41:31.4 + Sep 17 04:41:31.404: INFO: Found 0 stateful pods, waiting for 1 + Sep 17 04:41:41.406: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: Patch Statefulset to include a label 09/17/22 04:41:41.408 + STEP: Getting /status 09/17/22 04:41:41.411 + Sep 17 04:41:41.413: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) + STEP: updating the StatefulSet Status 09/17/22 04:41:41.413 + Sep 17 04:41:41.416: 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 09/17/22 04:41:41.416 + Sep 17 04:41:41.417: INFO: Observed &StatefulSet event: ADDED + Sep 17 04:41:41.417: INFO: Found Statefulset ss in namespace statefulset-8286 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Sep 17 04:41:41.417: INFO: Statefulset ss has an updated status + STEP: patching the Statefulset Status 09/17/22 04:41:41.417 + Sep 17 04:41:41.417: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Sep 17 04:41:41.421: 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 09/17/22 04:41:41.421 + Sep 17 04:41:41.422: INFO: Observed &StatefulSet event: ADDED + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 17 04:41:41.422: INFO: Deleting all statefulset in ns statefulset-8286 + Sep 17 04:41:41.423: INFO: Scaling statefulset ss to 0 + Sep 17 04:41:51.431: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 04:41:51.432: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 04:41:51.437: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-8286" for this suite. 09/17/22 04:41:51.446 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:51.45 +Sep 17 04:41:51.450: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:41:51.451 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:51.459 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:51.462 +[It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 +Sep 17 04:41:51.463: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:41:54.543: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-4903" for this suite. 09/17/22 04:41:54.545 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] custom resource defaulting for requests and from storage works [Conformance]","completed":196,"skipped":3576,"failed":0} +------------------------------ +• [3.097 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:51.45 + Sep 17 04:41:51.450: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:41:51.451 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:51.459 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:51.462 + [It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 + Sep 17 04:41:51.463: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:41:54.543: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-4903" for this suite. 09/17/22 04:41:54.545 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:41:54.548 +Sep 17 04:41:54.548: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:41:54.549 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:54.556 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:54.559 +[It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 +Sep 17 04:41:54.560: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 09/17/22 04:41:56.31 +Sep 17 04:41:56.310: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' +Sep 17 04:41:56.787: INFO: stderr: "" +Sep 17 04:41:56.787: INFO: stdout: "e2e-test-crd-publish-openapi-1638-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Sep 17 04:41:56.787: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 delete e2e-test-crd-publish-openapi-1638-crds test-foo' +Sep 17 04:41:56.829: INFO: stderr: "" +Sep 17 04:41:56.829: INFO: stdout: "e2e-test-crd-publish-openapi-1638-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" +Sep 17 04:41:56.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 apply -f -' +Sep 17 04:41:56.956: INFO: stderr: "" +Sep 17 04:41:56.956: INFO: stdout: "e2e-test-crd-publish-openapi-1638-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Sep 17 04:41:56.956: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 delete e2e-test-crd-publish-openapi-1638-crds test-foo' +Sep 17 04:41:56.999: INFO: stderr: "" +Sep 17 04:41:56.999: INFO: stdout: "e2e-test-crd-publish-openapi-1638-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 09/17/22 04:41:56.999 +Sep 17 04:41:56.999: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' +Sep 17 04:41:57.121: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 09/17/22 04:41:57.121 +Sep 17 04:41:57.121: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' +Sep 17 04:41:57.243: INFO: rc: 1 +Sep 17 04:41:57.243: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 apply -f -' +Sep 17 04:41:57.369: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request without required properties 09/17/22 04:41:57.369 +Sep 17 04:41:57.369: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' +Sep 17 04:41:57.492: INFO: rc: 1 +Sep 17 04:41:57.492: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 apply -f -' +Sep 17 04:41:57.619: INFO: rc: 1 +STEP: kubectl explain works to explain CR properties 09/17/22 04:41:57.619 +Sep 17 04:41:57.619: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds' +Sep 17 04:41:57.748: INFO: stderr: "" +Sep 17 04:41:57.748: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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 09/17/22 04:41:57.748 +Sep 17 04:41:57.748: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.metadata' +Sep 17 04:41:57.870: INFO: stderr: "" +Sep 17 04:41:57.870: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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" +Sep 17 04:41:57.871: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.spec' +Sep 17 04:41:57.986: INFO: stderr: "" +Sep 17 04:41:57.986: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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" +Sep 17 04:41:57.986: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.spec.bars' +Sep 17 04:41:58.106: INFO: stderr: "" +Sep 17 04:41:58.106: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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 09/17/22 04:41:58.106 +Sep 17 04:41:58.107: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.spec.bars2' +Sep 17 04:41:58.230: INFO: rc: 1 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:42:00.920: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-7162" for this suite. 09/17/22 04:42:00.924 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD with validation schema [Conformance]","completed":197,"skipped":3599,"failed":0} +------------------------------ +• [SLOW TEST] [6.382 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:68 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:41:54.548 + Sep 17 04:41:54.548: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 04:41:54.549 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:41:54.556 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:41:54.559 + [It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:68 + Sep 17 04:41:54.560: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 09/17/22 04:41:56.31 + Sep 17 04:41:56.310: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' + Sep 17 04:41:56.787: INFO: stderr: "" + Sep 17 04:41:56.787: INFO: stdout: "e2e-test-crd-publish-openapi-1638-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Sep 17 04:41:56.787: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 delete e2e-test-crd-publish-openapi-1638-crds test-foo' + Sep 17 04:41:56.829: INFO: stderr: "" + Sep 17 04:41:56.829: INFO: stdout: "e2e-test-crd-publish-openapi-1638-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" + Sep 17 04:41:56.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 apply -f -' + Sep 17 04:41:56.956: INFO: stderr: "" + Sep 17 04:41:56.956: INFO: stdout: "e2e-test-crd-publish-openapi-1638-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Sep 17 04:41:56.956: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 delete e2e-test-crd-publish-openapi-1638-crds test-foo' + Sep 17 04:41:56.999: INFO: stderr: "" + Sep 17 04:41:56.999: INFO: stdout: "e2e-test-crd-publish-openapi-1638-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 09/17/22 04:41:56.999 + Sep 17 04:41:56.999: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' + Sep 17 04:41:57.121: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 09/17/22 04:41:57.121 + Sep 17 04:41:57.121: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' + Sep 17 04:41:57.243: INFO: rc: 1 + Sep 17 04:41:57.243: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 apply -f -' + Sep 17 04:41:57.369: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request without required properties 09/17/22 04:41:57.369 + Sep 17 04:41:57.369: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 create -f -' + Sep 17 04:41:57.492: INFO: rc: 1 + Sep 17 04:41:57.492: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 --namespace=crd-publish-openapi-7162 apply -f -' + Sep 17 04:41:57.619: INFO: rc: 1 + STEP: kubectl explain works to explain CR properties 09/17/22 04:41:57.619 + Sep 17 04:41:57.619: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds' + Sep 17 04:41:57.748: INFO: stderr: "" + Sep 17 04:41:57.748: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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 09/17/22 04:41:57.748 + Sep 17 04:41:57.748: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.metadata' + Sep 17 04:41:57.870: INFO: stderr: "" + Sep 17 04:41:57.870: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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" + Sep 17 04:41:57.871: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.spec' + Sep 17 04:41:57.986: INFO: stderr: "" + Sep 17 04:41:57.986: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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" + Sep 17 04:41:57.986: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.spec.bars' + Sep 17 04:41:58.106: INFO: stderr: "" + Sep 17 04:41:58.106: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1638-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 09/17/22 04:41:58.106 + Sep 17 04:41:58.107: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-7162 explain e2e-test-crd-publish-openapi-1638-crds.spec.bars2' + Sep 17 04:41:58.230: INFO: rc: 1 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:42:00.920: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-7162" for this suite. 09/17/22 04:42:00.924 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-auth] ServiceAccounts + should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:00.93 +Sep 17 04:42:00.930: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:42:00.931 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:00.94 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:00.942 +[It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 +STEP: creating a ServiceAccount 09/17/22 04:42:00.943 +STEP: watching for the ServiceAccount to be added 09/17/22 04:42:00.947 +STEP: patching the ServiceAccount 09/17/22 04:42:00.947 +STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 09/17/22 04:42:00.95 +STEP: deleting the ServiceAccount 09/17/22 04:42:00.951 +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 17 04:42:00.957: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-2680" for this suite. 09/17/22 04:42:00.959 +{"msg":"PASSED [sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount [Conformance]","completed":198,"skipped":3602,"failed":0} +------------------------------ +• [0.031 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:646 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:00.93 + Sep 17 04:42:00.930: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:42:00.931 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:00.94 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:00.942 + [It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:646 + STEP: creating a ServiceAccount 09/17/22 04:42:00.943 + STEP: watching for the ServiceAccount to be added 09/17/22 04:42:00.947 + STEP: patching the ServiceAccount 09/17/22 04:42:00.947 + STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 09/17/22 04:42:00.95 + STEP: deleting the ServiceAccount 09/17/22 04:42:00.951 + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 17 04:42:00.957: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-2680" for this suite. 09/17/22 04:42:00.959 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:00.965 +Sep 17 04:42:00.966: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename watch 09/17/22 04:42:00.966 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:00.975 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:00.976 +[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 09/17/22 04:42:00.977 +STEP: creating a new configmap 09/17/22 04:42:00.978 +STEP: modifying the configmap once 09/17/22 04:42:00.979 +STEP: closing the watch once it receives two notifications 09/17/22 04:42:00.982 +Sep 17 04:42:00.982: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23449 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 17 04:42:00.982: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23450 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +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 09/17/22 04:42:00.982 +STEP: creating a new watch on configmaps from the last resource version observed by the first watch 09/17/22 04:42:00.984 +STEP: deleting the configmap 09/17/22 04:42:00.985 +STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 09/17/22 04:42:00.986 +Sep 17 04:42:00.986: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23451 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +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,} +Sep 17 04:42:00.987: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23452 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +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/framework.go:187 +Sep 17 04:42:00.987: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-1835" for this suite. 09/17/22 04:42:00.988 +{"msg":"PASSED [sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]","completed":199,"skipped":3681,"failed":0} +------------------------------ +• [0.024 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:00.965 + Sep 17 04:42:00.966: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename watch 09/17/22 04:42:00.966 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:00.975 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:00.976 + [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 09/17/22 04:42:00.977 + STEP: creating a new configmap 09/17/22 04:42:00.978 + STEP: modifying the configmap once 09/17/22 04:42:00.979 + STEP: closing the watch once it receives two notifications 09/17/22 04:42:00.982 + Sep 17 04:42:00.982: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23449 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 17 04:42:00.982: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23450 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +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 09/17/22 04:42:00.982 + STEP: creating a new watch on configmaps from the last resource version observed by the first watch 09/17/22 04:42:00.984 + STEP: deleting the configmap 09/17/22 04:42:00.985 + STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 09/17/22 04:42:00.986 + Sep 17 04:42:00.986: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23451 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +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,} + Sep 17 04:42:00.987: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-1835 25e4061b-67c7-4dc7-b11e-1f6b723ce82b 23452 0 2022-09-17 04:42:00 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2022-09-17 04:42:00 +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/framework.go:187 + Sep 17 04:42:00.987: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-1835" for this suite. 09/17/22 04:42:00.988 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] server version + should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 +[BeforeEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:00.99 +Sep 17 04:42:00.991: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename server-version 09/17/22 04:42:00.991 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:00.999 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:01.002 +[It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 +STEP: Request ServerVersion 09/17/22 04:42:01.003 +STEP: Confirm major version 09/17/22 04:42:01.003 +Sep 17 04:42:01.003: INFO: Major version: 1 +STEP: Confirm minor version 09/17/22 04:42:01.003 +Sep 17 04:42:01.003: INFO: cleanMinorVersion: 25 +Sep 17 04:42:01.003: INFO: Minor version: 25 +[AfterEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:187 +Sep 17 04:42:01.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "server-version-6801" for this suite. 09/17/22 04:42:01.005 +{"msg":"PASSED [sig-api-machinery] server version should find the server version [Conformance]","completed":200,"skipped":3685,"failed":0} +------------------------------ +• [0.017 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:00.99 + Sep 17 04:42:00.991: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename server-version 09/17/22 04:42:00.991 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:00.999 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:01.002 + [It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 + STEP: Request ServerVersion 09/17/22 04:42:01.003 + STEP: Confirm major version 09/17/22 04:42:01.003 + Sep 17 04:42:01.003: INFO: Major version: 1 + STEP: Confirm minor version 09/17/22 04:42:01.003 + Sep 17 04:42:01.003: INFO: cleanMinorVersion: 25 + Sep 17 04:42:01.003: INFO: Minor version: 25 + [AfterEach] [sig-api-machinery] server version + test/e2e/framework/framework.go:187 + Sep 17 04:42:01.003: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "server-version-6801" for this suite. 09/17/22 04:42:01.005 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected combined + should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:43 +[BeforeEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:01.009 +Sep 17 04:42:01.009: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:42:01.01 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:01.019 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:01.02 +[It] should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:43 +STEP: Creating configMap with name configmap-projected-all-test-volume-e1675c44-c1ea-4e4d-8d5d-e46a46baab71 09/17/22 04:42:01.022 +STEP: Creating secret with name secret-projected-all-test-volume-10f7462e-4d13-4a4c-bde1-9814b388c405 09/17/22 04:42:01.023 +STEP: Creating a pod to test Check all projections for projected volume plugin 09/17/22 04:42:01.025 +Sep 17 04:42:01.027: INFO: Waiting up to 5m0s for pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44" in namespace "projected-9386" to be "Succeeded or Failed" +Sep 17 04:42:01.029: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003307ms +Sep 17 04:42:03.032: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005037566s +Sep 17 04:42:05.031: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004195397s +STEP: Saw pod success 09/17/22 04:42:05.031 +Sep 17 04:42:05.032: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44" satisfied condition "Succeeded or Failed" +Sep 17 04:42:05.033: INFO: Trying to get logs from node 10.254.0.17 pod projected-volume-cd07fb91-a840-4850-9566-f33594273c44 container projected-all-volume-test: +STEP: delete the pod 09/17/22 04:42:05.036 +Sep 17 04:42:05.040: INFO: Waiting for pod projected-volume-cd07fb91-a840-4850-9566-f33594273c44 to disappear +Sep 17 04:42:05.049: INFO: Pod projected-volume-cd07fb91-a840-4850-9566-f33594273c44 no longer exists +[AfterEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:187 +Sep 17 04:42:05.049: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9386" for this suite. 09/17/22 04:42:05.05 +{"msg":"PASSED [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance]","completed":201,"skipped":3718,"failed":0} +------------------------------ +• [4.043 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:43 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:01.009 + Sep 17 04:42:01.009: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:42:01.01 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:01.019 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:01.02 + [It] should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:43 + STEP: Creating configMap with name configmap-projected-all-test-volume-e1675c44-c1ea-4e4d-8d5d-e46a46baab71 09/17/22 04:42:01.022 + STEP: Creating secret with name secret-projected-all-test-volume-10f7462e-4d13-4a4c-bde1-9814b388c405 09/17/22 04:42:01.023 + STEP: Creating a pod to test Check all projections for projected volume plugin 09/17/22 04:42:01.025 + Sep 17 04:42:01.027: INFO: Waiting up to 5m0s for pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44" in namespace "projected-9386" to be "Succeeded or Failed" + Sep 17 04:42:01.029: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003307ms + Sep 17 04:42:03.032: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005037566s + Sep 17 04:42:05.031: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004195397s + STEP: Saw pod success 09/17/22 04:42:05.031 + Sep 17 04:42:05.032: INFO: Pod "projected-volume-cd07fb91-a840-4850-9566-f33594273c44" satisfied condition "Succeeded or Failed" + Sep 17 04:42:05.033: INFO: Trying to get logs from node 10.254.0.17 pod projected-volume-cd07fb91-a840-4850-9566-f33594273c44 container projected-all-volume-test: + STEP: delete the pod 09/17/22 04:42:05.036 + Sep 17 04:42:05.040: INFO: Waiting for pod projected-volume-cd07fb91-a840-4850-9566-f33594273c44 to disappear + Sep 17 04:42:05.049: INFO: Pod projected-volume-cd07fb91-a840-4850-9566-f33594273c44 no longer exists + [AfterEach] [sig-storage] Projected combined + test/e2e/framework/framework.go:187 + Sep 17 04:42:05.049: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9386" for this suite. 09/17/22 04:42:05.05 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] DisruptionController + should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:346 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:05.053 +Sep 17 04:42:05.053: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename disruption 09/17/22 04:42:05.053 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:05.062 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:05.064 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:346 +STEP: Creating a pdb that targets all three pods in a test replica set 09/17/22 04:42:05.066 +STEP: Waiting for the pdb to be processed 09/17/22 04:42:05.068 +STEP: First trying to evict a pod which shouldn't be evictable 09/17/22 04:42:07.075 +STEP: Waiting for all pods to be running 09/17/22 04:42:07.075 +Sep 17 04:42:07.077: INFO: pods: 1 < 3 +Sep 17 04:42:09.080: INFO: running pods: 2 < 3 +STEP: locating a running pod 09/17/22 04:42:11.08 +STEP: Updating the pdb to allow a pod to be evicted 09/17/22 04:42:11.084 +STEP: Waiting for the pdb to be processed 09/17/22 04:42:11.087 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/17/22 04:42:13.091 +STEP: Waiting for all pods to be running 09/17/22 04:42:13.091 +STEP: Waiting for the pdb to observed all healthy pods 09/17/22 04:42:13.093 +STEP: Patching the pdb to disallow a pod to be evicted 09/17/22 04:42:13.102 +STEP: Waiting for the pdb to be processed 09/17/22 04:42:13.121 +STEP: Waiting for all pods to be running 09/17/22 04:42:15.125 +STEP: locating a running pod 09/17/22 04:42:15.126 +STEP: Deleting the pdb to allow a pod to be evicted 09/17/22 04:42:15.13 +STEP: Waiting for the pdb to be deleted 09/17/22 04:42:15.132 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/17/22 04:42:15.133 +STEP: Waiting for all pods to be running 09/17/22 04:42:15.133 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 17 04:42:15.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-5842" for this suite. 09/17/22 04:42:15.139 +{"msg":"PASSED [sig-apps] DisruptionController should block an eviction until the PDB is updated to allow it [Conformance]","completed":202,"skipped":3747,"failed":0} +------------------------------ +• [SLOW TEST] [10.090 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:346 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:05.053 + Sep 17 04:42:05.053: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename disruption 09/17/22 04:42:05.053 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:05.062 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:05.064 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:346 + STEP: Creating a pdb that targets all three pods in a test replica set 09/17/22 04:42:05.066 + STEP: Waiting for the pdb to be processed 09/17/22 04:42:05.068 + STEP: First trying to evict a pod which shouldn't be evictable 09/17/22 04:42:07.075 + STEP: Waiting for all pods to be running 09/17/22 04:42:07.075 + Sep 17 04:42:07.077: INFO: pods: 1 < 3 + Sep 17 04:42:09.080: INFO: running pods: 2 < 3 + STEP: locating a running pod 09/17/22 04:42:11.08 + STEP: Updating the pdb to allow a pod to be evicted 09/17/22 04:42:11.084 + STEP: Waiting for the pdb to be processed 09/17/22 04:42:11.087 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/17/22 04:42:13.091 + STEP: Waiting for all pods to be running 09/17/22 04:42:13.091 + STEP: Waiting for the pdb to observed all healthy pods 09/17/22 04:42:13.093 + STEP: Patching the pdb to disallow a pod to be evicted 09/17/22 04:42:13.102 + STEP: Waiting for the pdb to be processed 09/17/22 04:42:13.121 + STEP: Waiting for all pods to be running 09/17/22 04:42:15.125 + STEP: locating a running pod 09/17/22 04:42:15.126 + STEP: Deleting the pdb to allow a pod to be evicted 09/17/22 04:42:15.13 + STEP: Waiting for the pdb to be deleted 09/17/22 04:42:15.132 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 09/17/22 04:42:15.133 + STEP: Waiting for all pods to be running 09/17/22 04:42:15.133 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 17 04:42:15.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-5842" for this suite. 09/17/22 04:42:15.139 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:83 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:15.143 +Sep 17 04:42:15.143: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 04:42:15.144 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:15.157 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:15.16 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:83 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:42:15.163 +Sep 17 04:42:15.165: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69" in namespace "downward-api-6357" to be "Succeeded or Failed" +Sep 17 04:42:15.167: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69": Phase="Pending", Reason="", readiness=false. Elapsed: 1.302929ms +Sep 17 04:42:17.169: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69": Phase="Running", Reason="", readiness=false. Elapsed: 2.003191408s +Sep 17 04:42:19.169: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003229836s +STEP: Saw pod success 09/17/22 04:42:19.169 +Sep 17 04:42:19.169: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69" satisfied condition "Succeeded or Failed" +Sep 17 04:42:19.170: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69 container client-container: +STEP: delete the pod 09/17/22 04:42:19.172 +Sep 17 04:42:19.176: INFO: Waiting for pod downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69 to disappear +Sep 17 04:42:19.179: INFO: Pod downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 04:42:19.179: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-6357" for this suite. 09/17/22 04:42:19.18 +{"msg":"PASSED [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","completed":203,"skipped":3776,"failed":0} +------------------------------ +• [4.039 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:83 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:15.143 + Sep 17 04:42:15.143: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 04:42:15.144 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:15.157 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:15.16 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:83 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:42:15.163 + Sep 17 04:42:15.165: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69" in namespace "downward-api-6357" to be "Succeeded or Failed" + Sep 17 04:42:15.167: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69": Phase="Pending", Reason="", readiness=false. Elapsed: 1.302929ms + Sep 17 04:42:17.169: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69": Phase="Running", Reason="", readiness=false. Elapsed: 2.003191408s + Sep 17 04:42:19.169: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003229836s + STEP: Saw pod success 09/17/22 04:42:19.169 + Sep 17 04:42:19.169: INFO: Pod "downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69" satisfied condition "Succeeded or Failed" + Sep 17 04:42:19.170: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69 container client-container: + STEP: delete the pod 09/17/22 04:42:19.172 + Sep 17 04:42:19.176: INFO: Waiting for pod downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69 to disappear + Sep 17 04:42:19.179: INFO: Pod downwardapi-volume-a3092836-2526-44ec-9be0-550146226f69 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 04:42:19.179: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-6357" for this suite. 09/17/22 04:42:19.18 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:19.184 +Sep 17 04:42:19.184: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:42:19.184 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:19.191 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:19.195 +[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 +Sep 17 04:42:19.200: INFO: Waiting up to 5m0s for pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75" in namespace "kubelet-test-7862" to be "running and ready" +Sep 17 04:42:19.201: INFO: Pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75": Phase="Pending", Reason="", readiness=false. Elapsed: 1.139889ms +Sep 17 04:42:19.201: INFO: The phase of Pod busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:42:21.202: INFO: Pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75": Phase="Running", Reason="", readiness=true. Elapsed: 2.002897624s +Sep 17 04:42:21.203: INFO: The phase of Pod busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75 is Running (Ready = true) +Sep 17 04:42:21.203: INFO: Pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 17 04:42:21.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-7862" for this suite. 09/17/22 04:42:21.213 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]","completed":204,"skipped":3818,"failed":0} +------------------------------ +• [2.031 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:19.184 + Sep 17 04:42:19.184: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:42:19.184 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:19.191 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:19.195 + [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 + Sep 17 04:42:19.200: INFO: Waiting up to 5m0s for pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75" in namespace "kubelet-test-7862" to be "running and ready" + Sep 17 04:42:19.201: INFO: Pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75": Phase="Pending", Reason="", readiness=false. Elapsed: 1.139889ms + Sep 17 04:42:19.201: INFO: The phase of Pod busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:42:21.202: INFO: Pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75": Phase="Running", Reason="", readiness=true. Elapsed: 2.002897624s + Sep 17 04:42:21.203: INFO: The phase of Pod busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75 is Running (Ready = true) + Sep 17 04:42:21.203: INFO: Pod "busybox-scheduling-210bd428-72fd-489f-a454-4bc99b650d75" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 17 04:42:21.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-7862" for this suite. 09/17/22 04:42:21.213 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:42:21.217 +Sep 17 04:42:21.217: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 04:42:21.218 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:21.226 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:21.227 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-4591 09/17/22 04:42:21.229 +[It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 +STEP: Creating a new StatefulSet 09/17/22 04:42:21.232 +Sep 17 04:42:21.242: INFO: Found 0 stateful pods, waiting for 3 +Sep 17 04:42:31.245: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:42:31.245: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:42:31.245: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:42:31.249: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 04:42:31.331: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 04:42:31.331: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 04:42:31.331: 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-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/17/22 04:42:41.338 +Sep 17 04:42:41.353: INFO: Updating stateful set ss2 +STEP: Creating a new revision 09/17/22 04:42:41.353 +STEP: Updating Pods in reverse ordinal order 09/17/22 04:42:51.36 +Sep 17 04:42:51.361: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 04:42:51.449: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 17 04:42:51.449: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 04:42:51.449: 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' + +Sep 17 04:43:11.457: INFO: Waiting for StatefulSet statefulset-4591/ss2 to complete update +STEP: Rolling back to a previous revision 09/17/22 04:43:21.461 +Sep 17 04:43:21.462: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 04:43:21.557: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 04:43:21.557: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 04:43:21.557: 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' + +Sep 17 04:43:31.577: INFO: Updating stateful set ss2 +STEP: Rolling back update in reverse ordinal order 09/17/22 04:43:41.585 +Sep 17 04:43:41.587: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 04:43:41.671: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 17 04:43:41.671: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 04:43:41.671: 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:122 +Sep 17 04:43:51.680: INFO: Deleting all statefulset in ns statefulset-4591 +Sep 17 04:43:51.681: INFO: Scaling statefulset ss2 to 0 +Sep 17 04:44:01.690: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 04:44:01.692: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 04:44:01.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-4591" for this suite. 09/17/22 04:44:01.707 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications [Conformance]","completed":205,"skipped":3849,"failed":0} +------------------------------ +• [SLOW TEST] [100.494 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:42:21.217 + Sep 17 04:42:21.217: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 04:42:21.218 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:42:21.226 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:42:21.227 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-4591 09/17/22 04:42:21.229 + [It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:304 + STEP: Creating a new StatefulSet 09/17/22 04:42:21.232 + Sep 17 04:42:21.242: INFO: Found 0 stateful pods, waiting for 3 + Sep 17 04:42:31.245: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:42:31.245: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:42:31.245: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:42:31.249: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 04:42:31.331: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 04:42:31.331: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 04:42:31.331: 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-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/17/22 04:42:41.338 + Sep 17 04:42:41.353: INFO: Updating stateful set ss2 + STEP: Creating a new revision 09/17/22 04:42:41.353 + STEP: Updating Pods in reverse ordinal order 09/17/22 04:42:51.36 + Sep 17 04:42:51.361: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 04:42:51.449: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 17 04:42:51.449: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 04:42:51.449: 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' + + Sep 17 04:43:11.457: INFO: Waiting for StatefulSet statefulset-4591/ss2 to complete update + STEP: Rolling back to a previous revision 09/17/22 04:43:21.461 + Sep 17 04:43:21.462: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 04:43:21.557: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 04:43:21.557: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 04:43:21.557: 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' + + Sep 17 04:43:31.577: INFO: Updating stateful set ss2 + STEP: Rolling back update in reverse ordinal order 09/17/22 04:43:41.585 + Sep 17 04:43:41.587: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-4591 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 04:43:41.671: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 17 04:43:41.671: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 04:43:41.671: 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:122 + Sep 17 04:43:51.680: INFO: Deleting all statefulset in ns statefulset-4591 + Sep 17 04:43:51.681: INFO: Scaling statefulset ss2 to 0 + Sep 17 04:44:01.690: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 04:44:01.692: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 04:44:01.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-4591" for this suite. 09/17/22 04:44:01.707 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:01.712 +Sep 17 04:44:01.712: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-webhook 09/17/22 04:44:01.713 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:01.725 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:01.73 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 09/17/22 04:44:01.731 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/17/22 04:44:02.002 +STEP: Deploying the custom resource conversion webhook pod 09/17/22 04:44:02.005 +STEP: Wait for the deployment to be ready 09/17/22 04:44:02.009 +Sep 17 04:44:02.013: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:44:04.018 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:44:04.023 +Sep 17 04:44:05.024: 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 +Sep 17 04:44:05.026: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Creating a v1 custom resource 09/17/22 04:44:07.576 +STEP: Create a v2 custom resource 09/17/22 04:44:07.583 +STEP: List CRs in v1 09/17/22 04:44:07.615 +STEP: List CRs in v2 09/17/22 04:44:07.617 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:44:08.133: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-webhook-3885" for this suite. 09/17/22 04:44:08.135 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +{"msg":"PASSED [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert a non homogeneous list of CRs [Conformance]","completed":206,"skipped":3862,"failed":0} +------------------------------ +• [SLOW TEST] [6.450 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:01.712 + Sep 17 04:44:01.712: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-webhook 09/17/22 04:44:01.713 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:01.725 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:01.73 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 09/17/22 04:44:01.731 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 09/17/22 04:44:02.002 + STEP: Deploying the custom resource conversion webhook pod 09/17/22 04:44:02.005 + STEP: Wait for the deployment to be ready 09/17/22 04:44:02.009 + Sep 17 04:44:02.013: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:44:04.018 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:44:04.023 + Sep 17 04:44:05.024: 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 + Sep 17 04:44:05.026: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Creating a v1 custom resource 09/17/22 04:44:07.576 + STEP: Create a v2 custom resource 09/17/22 04:44:07.583 + STEP: List CRs in v1 09/17/22 04:44:07.615 + STEP: List CRs in v2 09/17/22 04:44:07.617 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:44:08.133: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-webhook-3885" for this suite. 09/17/22 04:44:08.135 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-cli] Kubectl client Kubectl diff + should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:08.163 +Sep 17 04:44:08.163: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:44:08.163 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:08.173 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:08.185 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 +STEP: create deployment with httpd image 09/17/22 04:44:08.187 +Sep 17 04:44:08.187: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8032 create -f -' +Sep 17 04:44:08.810: INFO: stderr: "" +Sep 17 04:44:08.810: INFO: stdout: "deployment.apps/httpd-deployment created\n" +STEP: verify diff finds difference between live and declared image 09/17/22 04:44:08.81 +Sep 17 04:44:08.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8032 diff -f -' +Sep 17 04:44:09.506: INFO: rc: 1 +Sep 17 04:44:09.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8032 delete -f -' +Sep 17 04:44:09.547: INFO: stderr: "" +Sep 17 04:44:09.547: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:44:09.547: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-8032" for this suite. 09/17/22 04:44:09.551 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl diff should check if kubectl diff finds a difference for Deployments [Conformance]","completed":207,"skipped":3864,"failed":0} +------------------------------ +• [1.393 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl diff + test/e2e/kubectl/kubectl.go:923 + should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:08.163 + Sep 17 04:44:08.163: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:44:08.163 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:08.173 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:08.185 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:929 + STEP: create deployment with httpd image 09/17/22 04:44:08.187 + Sep 17 04:44:08.187: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8032 create -f -' + Sep 17 04:44:08.810: INFO: stderr: "" + Sep 17 04:44:08.810: INFO: stdout: "deployment.apps/httpd-deployment created\n" + STEP: verify diff finds difference between live and declared image 09/17/22 04:44:08.81 + Sep 17 04:44:08.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8032 diff -f -' + Sep 17 04:44:09.506: INFO: rc: 1 + Sep 17 04:44:09.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8032 delete -f -' + Sep 17 04:44:09.547: INFO: stderr: "" + Sep 17 04:44:09.547: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:44:09.547: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-8032" for this suite. 09/17/22 04:44:09.551 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[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:231 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:09.556 +Sep 17 04:44:09.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-runtime 09/17/22 04:44:09.557 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:09.565 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:09.568 +[It] should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:231 +STEP: create the container 09/17/22 04:44:09.569 +STEP: wait for the container to reach Succeeded 09/17/22 04:44:09.573 +STEP: get the container status 09/17/22 04:44:13.582 +STEP: the container should be terminated 09/17/22 04:44:13.583 +STEP: the termination message should be set 09/17/22 04:44:13.583 +Sep 17 04:44:13.583: INFO: Expected: &{} to match Container's Termination Message: -- +STEP: delete the container 09/17/22 04:44:13.583 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 17 04:44:13.588: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-5647" for this suite. 09/17/22 04:44:13.589 +{"msg":"PASSED [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]","completed":208,"skipped":3878,"failed":0} +------------------------------ +• [4.035 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:231 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:09.556 + Sep 17 04:44:09.556: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-runtime 09/17/22 04:44:09.557 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:09.565 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:09.568 + [It] should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:231 + STEP: create the container 09/17/22 04:44:09.569 + STEP: wait for the container to reach Succeeded 09/17/22 04:44:09.573 + STEP: get the container status 09/17/22 04:44:13.582 + STEP: the container should be terminated 09/17/22 04:44:13.583 + STEP: the termination message should be set 09/17/22 04:44:13.583 + Sep 17 04:44:13.583: INFO: Expected: &{} to match Container's Termination Message: -- + STEP: delete the container 09/17/22 04:44:13.583 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 17 04:44:13.588: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-5647" for this suite. 09/17/22 04:44:13.589 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:13.591 +Sep 17 04:44:13.591: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:44:13.592 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:13.6 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:13.603 +[It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 +Sep 17 04:44:13.604: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:44:14.619: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-649" for this suite. 09/17/22 04:44:14.621 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition creating/deleting custom resource definition objects works [Conformance]","completed":209,"skipped":3882,"failed":0} +------------------------------ +• [1.033 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:13.591 + Sep 17 04:44:13.591: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:44:13.592 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:13.6 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:13.603 + [It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 + Sep 17 04:44:13.604: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:44:14.619: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-649" for this suite. 09/17/22 04:44:14.621 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl replace + should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:14.626 +Sep 17 04:44:14.626: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:44:14.627 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:14.639 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:14.641 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1732 +[It] should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/17/22 04:44:14.643 +Sep 17 04:44:14.643: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Sep 17 04:44:14.689: INFO: stderr: "" +Sep 17 04:44:14.689: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod is running 09/17/22 04:44:14.689 +STEP: verifying the pod e2e-test-httpd-pod was created 09/17/22 04:44:19.741 +Sep 17 04:44:19.741: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 get pod e2e-test-httpd-pod -o json' +Sep 17 04:44:19.783: INFO: stderr: "" +Sep 17 04:44:19.783: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2022-09-17T04:44:14Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-9569\",\n \"resourceVersion\": \"24571\",\n \"uid\": \"e2f37778-b9eb-4e97-9714-86d0ddae915d\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\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-pjfgk\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"10.254.0.17\",\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-pjfgk\",\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\": \"2022-09-17T04:44:14Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-17T04:44:15Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-17T04:44:15Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-17T04:44:14Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://0695a4ea184c6ad9563a58220af180d6598cf76683e8bce724aa3f68ae659f06\",\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\n \"imageID\": \"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2022-09-17T04:44:15Z\"\n }\n }\n }\n ],\n \"hostIP\": \"10.254.0.17\",\n \"phase\": \"Running\",\n \"podIP\": \"172.20.110.189\",\n \"podIPs\": [\n {\n \"ip\": \"172.20.110.189\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2022-09-17T04:44:14Z\"\n }\n}\n" +STEP: replace the image in the pod 09/17/22 04:44:19.784 +Sep 17 04:44:19.784: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 replace -f -' +Sep 17 04:44:20.305: INFO: stderr: "" +Sep 17 04:44:20.305: 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-2 09/17/22 04:44:20.305 +[AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1736 +Sep 17 04:44:20.306: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 delete pods e2e-test-httpd-pod' +Sep 17 04:44:21.945: INFO: stderr: "" +Sep 17 04:44:21.945: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:44:21.945: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-9569" for this suite. 09/17/22 04:44:21.948 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl replace should update a single-container pod's image [Conformance]","completed":210,"skipped":3942,"failed":0} +------------------------------ +• [SLOW TEST] [7.328 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl replace + test/e2e/kubectl/kubectl.go:1729 + should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:14.626 + Sep 17 04:44:14.626: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:44:14.627 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:14.639 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:14.641 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1732 + [It] should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1745 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/17/22 04:44:14.643 + Sep 17 04:44:14.643: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Sep 17 04:44:14.689: INFO: stderr: "" + Sep 17 04:44:14.689: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod is running 09/17/22 04:44:14.689 + STEP: verifying the pod e2e-test-httpd-pod was created 09/17/22 04:44:19.741 + Sep 17 04:44:19.741: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 get pod e2e-test-httpd-pod -o json' + Sep 17 04:44:19.783: INFO: stderr: "" + Sep 17 04:44:19.783: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"creationTimestamp\": \"2022-09-17T04:44:14Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-9569\",\n \"resourceVersion\": \"24571\",\n \"uid\": \"e2f37778-b9eb-4e97-9714-86d0ddae915d\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\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-pjfgk\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"10.254.0.17\",\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-pjfgk\",\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\": \"2022-09-17T04:44:14Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-17T04:44:15Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-17T04:44:15Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2022-09-17T04:44:14Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://0695a4ea184c6ad9563a58220af180d6598cf76683e8bce724aa3f68ae659f06\",\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-2\",\n \"imageID\": \"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2022-09-17T04:44:15Z\"\n }\n }\n }\n ],\n \"hostIP\": \"10.254.0.17\",\n \"phase\": \"Running\",\n \"podIP\": \"172.20.110.189\",\n \"podIPs\": [\n {\n \"ip\": \"172.20.110.189\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2022-09-17T04:44:14Z\"\n }\n}\n" + STEP: replace the image in the pod 09/17/22 04:44:19.784 + Sep 17 04:44:19.784: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 replace -f -' + Sep 17 04:44:20.305: INFO: stderr: "" + Sep 17 04:44:20.305: 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-2 09/17/22 04:44:20.305 + [AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1736 + Sep 17 04:44:20.306: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-9569 delete pods e2e-test-httpd-pod' + Sep 17 04:44:21.945: INFO: stderr: "" + Sep 17 04:44:21.945: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:44:21.945: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-9569" for this suite. 09/17/22 04:44:21.948 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] DisruptionController + should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:21.955 +Sep 17 04:44:21.955: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename disruption 09/17/22 04:44:21.956 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:21.966 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:21.968 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 +STEP: Waiting for the pdb to be processed 09/17/22 04:44:21.972 +STEP: Updating PodDisruptionBudget status 09/17/22 04:44:23.975 +STEP: Waiting for all pods to be running 09/17/22 04:44:23.978 +Sep 17 04:44:23.983: INFO: running pods: 0 < 1 +STEP: locating a running pod 09/17/22 04:44:25.985 +STEP: Waiting for the pdb to be processed 09/17/22 04:44:25.991 +STEP: Patching PodDisruptionBudget status 09/17/22 04:44:25.994 +STEP: Waiting for the pdb to be processed 09/17/22 04:44:25.997 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 17 04:44:26.001: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-865" for this suite. 09/17/22 04:44:26.002 +{"msg":"PASSED [sig-apps] DisruptionController should update/patch PodDisruptionBudget status [Conformance]","completed":211,"skipped":3950,"failed":0} +------------------------------ +• [4.050 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:21.955 + Sep 17 04:44:21.955: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename disruption 09/17/22 04:44:21.956 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:21.966 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:21.968 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:163 + STEP: Waiting for the pdb to be processed 09/17/22 04:44:21.972 + STEP: Updating PodDisruptionBudget status 09/17/22 04:44:23.975 + STEP: Waiting for all pods to be running 09/17/22 04:44:23.978 + Sep 17 04:44:23.983: INFO: running pods: 0 < 1 + STEP: locating a running pod 09/17/22 04:44:25.985 + STEP: Waiting for the pdb to be processed 09/17/22 04:44:25.991 + STEP: Patching PodDisruptionBudget status 09/17/22 04:44:25.994 + STEP: Waiting for the pdb to be processed 09/17/22 04:44:25.997 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 17 04:44:26.001: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-865" for this suite. 09/17/22 04:44:26.002 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:73 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:26.006 +Sep 17 04:44:26.006: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:44:26.007 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:26.014 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:26.016 +[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:73 +STEP: Creating configMap with name projected-configmap-test-volume-e53195ab-5711-4f7a-a980-1cc4e93f7d99 09/17/22 04:44:26.018 +STEP: Creating a pod to test consume configMaps 09/17/22 04:44:26.02 +Sep 17 04:44:26.024: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816" in namespace "projected-3993" to be "Succeeded or Failed" +Sep 17 04:44:26.027: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816": Phase="Pending", Reason="", readiness=false. Elapsed: 2.864657ms +Sep 17 04:44:28.029: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004926918s +Sep 17 04:44:30.029: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004972942s +STEP: Saw pod success 09/17/22 04:44:30.029 +Sep 17 04:44:30.029: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816" satisfied condition "Succeeded or Failed" +Sep 17 04:44:30.030: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816 container agnhost-container: +STEP: delete the pod 09/17/22 04:44:30.036 +Sep 17 04:44:30.040: INFO: Waiting for pod pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816 to disappear +Sep 17 04:44:30.045: INFO: Pod pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 04:44:30.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3993" for this suite. 09/17/22 04:44:30.047 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","completed":212,"skipped":3974,"failed":0} +------------------------------ +• [4.043 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:73 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:26.006 + Sep 17 04:44:26.006: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:44:26.007 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:26.014 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:26.016 + [It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:73 + STEP: Creating configMap with name projected-configmap-test-volume-e53195ab-5711-4f7a-a980-1cc4e93f7d99 09/17/22 04:44:26.018 + STEP: Creating a pod to test consume configMaps 09/17/22 04:44:26.02 + Sep 17 04:44:26.024: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816" in namespace "projected-3993" to be "Succeeded or Failed" + Sep 17 04:44:26.027: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816": Phase="Pending", Reason="", readiness=false. Elapsed: 2.864657ms + Sep 17 04:44:28.029: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004926918s + Sep 17 04:44:30.029: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004972942s + STEP: Saw pod success 09/17/22 04:44:30.029 + Sep 17 04:44:30.029: INFO: Pod "pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816" satisfied condition "Succeeded or Failed" + Sep 17 04:44:30.030: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816 container agnhost-container: + STEP: delete the pod 09/17/22 04:44:30.036 + Sep 17 04:44:30.040: INFO: Waiting for pod pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816 to disappear + Sep 17 04:44:30.045: INFO: Pod pod-projected-configmaps-56b50d08-e730-4f5e-aab0-8e33aacc0816 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 04:44:30.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3993" for this suite. 09/17/22 04:44:30.047 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:67 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:30.05 +Sep 17 04:44:30.050: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:44:30.051 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:30.061 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:30.062 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:67 +STEP: Creating a pod to test downward API volume plugin 09/17/22 04:44:30.063 +Sep 17 04:44:30.066: INFO: Waiting up to 5m0s for pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522" in namespace "projected-2594" to be "Succeeded or Failed" +Sep 17 04:44:30.068: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522": Phase="Pending", Reason="", readiness=false. Elapsed: 1.811275ms +Sep 17 04:44:32.070: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003867024s +Sep 17 04:44:34.072: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005807594s +STEP: Saw pod success 09/17/22 04:44:34.072 +Sep 17 04:44:34.072: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522" satisfied condition "Succeeded or Failed" +Sep 17 04:44:34.073: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522 container client-container: +STEP: delete the pod 09/17/22 04:44:34.075 +Sep 17 04:44:34.079: INFO: Waiting for pod downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522 to disappear +Sep 17 04:44:34.082: INFO: Pod downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 04:44:34.082: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2594" for this suite. 09/17/22 04:44:34.083 +{"msg":"PASSED [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]","completed":213,"skipped":3982,"failed":0} +------------------------------ +• [4.035 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:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:30.05 + Sep 17 04:44:30.050: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:44:30.051 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:30.061 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:30.062 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:67 + STEP: Creating a pod to test downward API volume plugin 09/17/22 04:44:30.063 + Sep 17 04:44:30.066: INFO: Waiting up to 5m0s for pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522" in namespace "projected-2594" to be "Succeeded or Failed" + Sep 17 04:44:30.068: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522": Phase="Pending", Reason="", readiness=false. Elapsed: 1.811275ms + Sep 17 04:44:32.070: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003867024s + Sep 17 04:44:34.072: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005807594s + STEP: Saw pod success 09/17/22 04:44:34.072 + Sep 17 04:44:34.072: INFO: Pod "downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522" satisfied condition "Succeeded or Failed" + Sep 17 04:44:34.073: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522 container client-container: + STEP: delete the pod 09/17/22 04:44:34.075 + Sep 17 04:44:34.079: INFO: Waiting for pod downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522 to disappear + Sep 17 04:44:34.082: INFO: Pod downwardapi-volume-32802584-5599-48ac-9ab7-28608a657522 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 04:44:34.082: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2594" for this suite. 09/17/22 04:44:34.083 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:126 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:34.086 +Sep 17 04:44:34.087: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 04:44:34.087 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:34.096 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:34.097 +[It] should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:126 +STEP: Creating a pod to test emptydir 0644 on tmpfs 09/17/22 04:44:34.098 +Sep 17 04:44:34.101: INFO: Waiting up to 5m0s for pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437" in namespace "emptydir-3720" to be "Succeeded or Failed" +Sep 17 04:44:34.104: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437": Phase="Pending", Reason="", readiness=false. Elapsed: 2.470792ms +Sep 17 04:44:36.107: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005906898s +Sep 17 04:44:38.106: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005076099s +STEP: Saw pod success 09/17/22 04:44:38.106 +Sep 17 04:44:38.106: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437" satisfied condition "Succeeded or Failed" +Sep 17 04:44:38.108: INFO: Trying to get logs from node 10.254.0.17 pod pod-1f57ee3c-5689-4f19-a60d-e0f294842437 container test-container: +STEP: delete the pod 09/17/22 04:44:38.11 +Sep 17 04:44:38.114: INFO: Waiting for pod pod-1f57ee3c-5689-4f19-a60d-e0f294842437 to disappear +Sep 17 04:44:38.119: INFO: Pod pod-1f57ee3c-5689-4f19-a60d-e0f294842437 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 04:44:38.120: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-3720" for this suite. 09/17/22 04:44:38.121 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":214,"skipped":4010,"failed":0} +------------------------------ +• [4.037 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:126 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:34.086 + Sep 17 04:44:34.087: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 04:44:34.087 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:34.096 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:34.097 + [It] should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:126 + STEP: Creating a pod to test emptydir 0644 on tmpfs 09/17/22 04:44:34.098 + Sep 17 04:44:34.101: INFO: Waiting up to 5m0s for pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437" in namespace "emptydir-3720" to be "Succeeded or Failed" + Sep 17 04:44:34.104: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437": Phase="Pending", Reason="", readiness=false. Elapsed: 2.470792ms + Sep 17 04:44:36.107: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005906898s + Sep 17 04:44:38.106: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005076099s + STEP: Saw pod success 09/17/22 04:44:38.106 + Sep 17 04:44:38.106: INFO: Pod "pod-1f57ee3c-5689-4f19-a60d-e0f294842437" satisfied condition "Succeeded or Failed" + Sep 17 04:44:38.108: INFO: Trying to get logs from node 10.254.0.17 pod pod-1f57ee3c-5689-4f19-a60d-e0f294842437 container test-container: + STEP: delete the pod 09/17/22 04:44:38.11 + Sep 17 04:44:38.114: INFO: Waiting for pod pod-1f57ee3c-5689-4f19-a60d-e0f294842437 to disappear + Sep 17 04:44:38.119: INFO: Pod pod-1f57ee3c-5689-4f19-a60d-e0f294842437 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 04:44:38.120: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-3720" for this suite. 09/17/22 04:44:38.121 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:38.124 +Sep 17 04:44:38.124: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 04:44:38.124 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:38.132 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:38.134 +[It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 +STEP: Creating a ResourceQuota 09/17/22 04:44:38.135 +STEP: Getting a ResourceQuota 09/17/22 04:44:38.137 +STEP: Listing all ResourceQuotas with LabelSelector 09/17/22 04:44:38.139 +STEP: Patching the ResourceQuota 09/17/22 04:44:38.14 +STEP: Deleting a Collection of ResourceQuotas 09/17/22 04:44:38.143 +STEP: Verifying the deleted ResourceQuota 09/17/22 04:44:38.146 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 04:44:38.147: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-2158" for this suite. 09/17/22 04:44:38.149 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should manage the lifecycle of a ResourceQuota [Conformance]","completed":215,"skipped":4025,"failed":0} +------------------------------ +• [0.027 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:933 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:38.124 + Sep 17 04:44:38.124: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 04:44:38.124 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:38.132 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:38.134 + [It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:933 + STEP: Creating a ResourceQuota 09/17/22 04:44:38.135 + STEP: Getting a ResourceQuota 09/17/22 04:44:38.137 + STEP: Listing all ResourceQuotas with LabelSelector 09/17/22 04:44:38.139 + STEP: Patching the ResourceQuota 09/17/22 04:44:38.14 + STEP: Deleting a Collection of ResourceQuotas 09/17/22 04:44:38.143 + STEP: Verifying the deleted ResourceQuota 09/17/22 04:44:38.146 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 04:44:38.147: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-2158" for this suite. 09/17/22 04:44:38.149 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2204 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:38.151 +Sep 17 04:44:38.151: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:44:38.151 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:38.159 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:38.162 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2204 +STEP: creating service in namespace services-1358 09/17/22 04:44:38.163 +STEP: creating service affinity-nodeport in namespace services-1358 09/17/22 04:44:38.163 +STEP: creating replication controller affinity-nodeport in namespace services-1358 09/17/22 04:44:38.173 +I0917 04:44:38.180009 20 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-1358, replica count: 3 +I0917 04:44:41.230560 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 +Sep 17 04:44:41.234: INFO: Creating new exec pod +Sep 17 04:44:41.237: INFO: Waiting up to 5m0s for pod "execpod-affinitysfkc9" in namespace "services-1358" to be "running" +Sep 17 04:44:41.238: INFO: Pod "execpod-affinitysfkc9": Phase="Pending", Reason="", readiness=false. Elapsed: 1.762178ms +Sep 17 04:44:43.244: INFO: Pod "execpod-affinitysfkc9": Phase="Running", Reason="", readiness=true. Elapsed: 2.007152805s +Sep 17 04:44:43.244: INFO: Pod "execpod-affinitysfkc9" satisfied condition "running" +Sep 17 04:44:44.249: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport 80' +Sep 17 04:44:44.335: INFO: stderr: "+ nc -v -t -w 2 affinity-nodeport 80\n+ echo hostName\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" +Sep 17 04:44:44.335: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:44:44.335: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.251.135 80' +Sep 17 04:44:44.416: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.251.135 80\nConnection to 10.68.251.135 80 port [tcp/http] succeeded!\n" +Sep 17 04:44:44.416: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:44:44.416: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.18 30888' +Sep 17 04:44:44.500: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.18 30888\nConnection to 10.254.0.18 30888 port [tcp/*] succeeded!\n" +Sep 17 04:44:44.500: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:44:44.500: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 30888' +Sep 17 04:44:44.580: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.17 30888\nConnection to 10.254.0.17 30888 port [tcp/*] succeeded!\n" +Sep 17 04:44:44.580: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 04:44:44.580: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:30888/ ; done' +Sep 17 04:44:44.704: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n" +Sep 17 04:44:44.704: INFO: stdout: "\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz" +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz +Sep 17 04:44:44.704: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport in namespace services-1358, will wait for the garbage collector to delete the pods 09/17/22 04:44:44.71 +Sep 17 04:44:44.765: INFO: Deleting ReplicationController affinity-nodeport took: 2.400947ms +Sep 17 04:44:44.866: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.726489ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:44:47.086: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-1358" for this suite. 09/17/22 04:44:47.097 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should have session affinity work for NodePort service [LinuxOnly] [Conformance]","completed":216,"skipped":4038,"failed":0} +------------------------------ +• [SLOW TEST] [8.951 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:2204 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:38.151 + Sep 17 04:44:38.151: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:44:38.151 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:38.159 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:38.162 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2204 + STEP: creating service in namespace services-1358 09/17/22 04:44:38.163 + STEP: creating service affinity-nodeport in namespace services-1358 09/17/22 04:44:38.163 + STEP: creating replication controller affinity-nodeport in namespace services-1358 09/17/22 04:44:38.173 + I0917 04:44:38.180009 20 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-1358, replica count: 3 + I0917 04:44:41.230560 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 + Sep 17 04:44:41.234: INFO: Creating new exec pod + Sep 17 04:44:41.237: INFO: Waiting up to 5m0s for pod "execpod-affinitysfkc9" in namespace "services-1358" to be "running" + Sep 17 04:44:41.238: INFO: Pod "execpod-affinitysfkc9": Phase="Pending", Reason="", readiness=false. Elapsed: 1.762178ms + Sep 17 04:44:43.244: INFO: Pod "execpod-affinitysfkc9": Phase="Running", Reason="", readiness=true. Elapsed: 2.007152805s + Sep 17 04:44:43.244: INFO: Pod "execpod-affinitysfkc9" satisfied condition "running" + Sep 17 04:44:44.249: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport 80' + Sep 17 04:44:44.335: INFO: stderr: "+ nc -v -t -w 2 affinity-nodeport 80\n+ echo hostName\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" + Sep 17 04:44:44.335: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:44:44.335: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.251.135 80' + Sep 17 04:44:44.416: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.251.135 80\nConnection to 10.68.251.135 80 port [tcp/http] succeeded!\n" + Sep 17 04:44:44.416: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:44:44.416: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.18 30888' + Sep 17 04:44:44.500: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.18 30888\nConnection to 10.254.0.18 30888 port [tcp/*] succeeded!\n" + Sep 17 04:44:44.500: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:44:44.500: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 30888' + Sep 17 04:44:44.580: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.17 30888\nConnection to 10.254.0.17 30888 port [tcp/*] succeeded!\n" + Sep 17 04:44:44.580: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 04:44:44.580: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-1358 exec execpod-affinitysfkc9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:30888/ ; done' + Sep 17 04:44:44.704: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30888/\n" + Sep 17 04:44:44.704: INFO: stdout: "\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz\naffinity-nodeport-w5jkz" + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Received response from host: affinity-nodeport-w5jkz + Sep 17 04:44:44.704: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport in namespace services-1358, will wait for the garbage collector to delete the pods 09/17/22 04:44:44.71 + Sep 17 04:44:44.765: INFO: Deleting ReplicationController affinity-nodeport took: 2.400947ms + Sep 17 04:44:44.866: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.726489ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:44:47.086: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-1358" for this suite. 09/17/22 04:44:47.097 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-apps] CronJob + should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:44:47.102 +Sep 17 04:44:47.102: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename cronjob 09/17/22 04:44:47.103 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:47.113 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:47.116 +[It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 +STEP: Creating a ReplaceConcurrent cronjob 09/17/22 04:44:47.118 +STEP: Ensuring a job is scheduled 09/17/22 04:44:47.12 +STEP: Ensuring exactly one is scheduled 09/17/22 04:45:01.122 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/17/22 04:45:01.124 +STEP: Ensuring the job is replaced with a new one 09/17/22 04:45:01.125 +STEP: Removing cronjob 09/17/22 04:46:01.127 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 17 04:46:01.130: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-3666" for this suite. 09/17/22 04:46:01.134 +{"msg":"PASSED [sig-apps] CronJob should replace jobs when ReplaceConcurrent [Conformance]","completed":217,"skipped":4042,"failed":0} +------------------------------ +• [SLOW TEST] [74.035 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:44:47.102 + Sep 17 04:44:47.102: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename cronjob 09/17/22 04:44:47.103 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:44:47.113 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:44:47.116 + [It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 + STEP: Creating a ReplaceConcurrent cronjob 09/17/22 04:44:47.118 + STEP: Ensuring a job is scheduled 09/17/22 04:44:47.12 + STEP: Ensuring exactly one is scheduled 09/17/22 04:45:01.122 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/17/22 04:45:01.124 + STEP: Ensuring the job is replaced with a new one 09/17/22 04:45:01.125 + STEP: Removing cronjob 09/17/22 04:46:01.127 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 17 04:46:01.130: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-3666" for this suite. 09/17/22 04:46:01.134 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] PriorityClass endpoints + verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:46:01.137 +Sep 17 04:46:01.137: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-preemption 09/17/22 04:46:01.138 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:46:01.157 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:46:01.159 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 17 04:46:01.166: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 17 04:47:01.177: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PriorityClass endpoints + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:47:01.178 +Sep 17 04:47:01.178: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-preemption-path 09/17/22 04:47:01.179 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:47:01.187 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:47:01.19 +[BeforeEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:690 +[It] verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 +Sep 17 04:47:01.196: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. +Sep 17 04:47:01.197: INFO: PriorityClass.scheduling.k8s.io "p2" is invalid: value: Forbidden: may not be changed in an update. +[AfterEach] PriorityClass endpoints + test/e2e/framework/framework.go:187 +Sep 17 04:47:01.203: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-path-1514" for this suite. 09/17/22 04:47:01.205 +[AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:706 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 17 04:47:01.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-971" for this suite. 09/17/22 04:47:01.213 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] PriorityClass endpoints verify PriorityClass endpoints can be operated with different HTTP methods [Conformance]","completed":218,"skipped":4045,"failed":0} +------------------------------ +• [SLOW TEST] [60.093 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + PriorityClass endpoints + test/e2e/scheduling/preemption.go:683 + verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:46:01.137 + Sep 17 04:46:01.137: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-preemption 09/17/22 04:46:01.138 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:46:01.157 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:46:01.159 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 17 04:46:01.166: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 17 04:47:01.177: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PriorityClass endpoints + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:47:01.178 + Sep 17 04:47:01.178: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-preemption-path 09/17/22 04:47:01.179 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:47:01.187 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:47:01.19 + [BeforeEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:690 + [It] verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:733 + Sep 17 04:47:01.196: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. + Sep 17 04:47:01.197: INFO: PriorityClass.scheduling.k8s.io "p2" is invalid: value: Forbidden: may not be changed in an update. + [AfterEach] PriorityClass endpoints + test/e2e/framework/framework.go:187 + Sep 17 04:47:01.203: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-path-1514" for this suite. 09/17/22 04:47:01.205 + [AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:706 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 17 04:47:01.212: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-971" for this suite. 09/17/22 04:47:01.213 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-auth] ServiceAccounts + should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:47:01.231 +Sep 17 04:47:01.231: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:47:01.232 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:47:01.24 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:47:01.242 +[It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 +Sep 17 04:47:01.249: INFO: Waiting up to 5m0s for pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072" in namespace "svcaccounts-9427" to be "running" +Sep 17 04:47:01.252: INFO: Pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072": Phase="Pending", Reason="", readiness=false. Elapsed: 2.332768ms +Sep 17 04:47:03.254: INFO: Pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072": Phase="Running", Reason="", readiness=true. Elapsed: 2.004449113s +Sep 17 04:47:03.254: INFO: Pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072" satisfied condition "running" +STEP: reading a file in the container 09/17/22 04:47:03.254 +Sep 17 04:47:03.254: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9427 pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' +STEP: reading a file in the container 09/17/22 04:47:03.336 +Sep 17 04:47:03.336: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9427 pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' +STEP: reading a file in the container 09/17/22 04:47:03.427 +Sep 17 04:47:03.427: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9427 pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' +Sep 17 04:47:03.509: INFO: Got root ca configmap in namespace "svcaccounts-9427" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 17 04:47:03.510: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-9427" for this suite. 09/17/22 04:47:03.511 +{"msg":"PASSED [sig-auth] ServiceAccounts should mount an API token into pods [Conformance]","completed":219,"skipped":4050,"failed":0} +------------------------------ +• [2.282 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:47:01.231 + Sep 17 04:47:01.231: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename svcaccounts 09/17/22 04:47:01.232 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:47:01.24 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:47:01.242 + [It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:75 + Sep 17 04:47:01.249: INFO: Waiting up to 5m0s for pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072" in namespace "svcaccounts-9427" to be "running" + Sep 17 04:47:01.252: INFO: Pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072": Phase="Pending", Reason="", readiness=false. Elapsed: 2.332768ms + Sep 17 04:47:03.254: INFO: Pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072": Phase="Running", Reason="", readiness=true. Elapsed: 2.004449113s + Sep 17 04:47:03.254: INFO: Pod "pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072" satisfied condition "running" + STEP: reading a file in the container 09/17/22 04:47:03.254 + Sep 17 04:47:03.254: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9427 pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' + STEP: reading a file in the container 09/17/22 04:47:03.336 + Sep 17 04:47:03.336: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9427 pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' + STEP: reading a file in the container 09/17/22 04:47:03.427 + Sep 17 04:47:03.427: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-9427 pod-service-account-c54cc277-e9e8-4536-a68e-98992ffe6072 -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' + Sep 17 04:47:03.509: INFO: Got root ca configmap in namespace "svcaccounts-9427" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 17 04:47:03.510: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-9427" for this suite. 09/17/22 04:47:03.511 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:148 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:47:03.517 +Sep 17 04:47:03.517: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 04:47:03.518 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:47:03.527 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:47:03.529 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:148 +STEP: Creating pod busybox-defb02a9-4458-4e63-ace2-72054ca66485 in namespace container-probe-3905 09/17/22 04:47:03.53 +Sep 17 04:47:03.534: INFO: Waiting up to 5m0s for pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485" in namespace "container-probe-3905" to be "not pending" +Sep 17 04:47:03.538: INFO: Pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485": Phase="Pending", Reason="", readiness=false. Elapsed: 3.823665ms +Sep 17 04:47:05.541: INFO: Pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485": Phase="Running", Reason="", readiness=true. Elapsed: 2.006122496s +Sep 17 04:47:05.541: INFO: Pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485" satisfied condition "not pending" +Sep 17 04:47:05.541: INFO: Started pod busybox-defb02a9-4458-4e63-ace2-72054ca66485 in namespace container-probe-3905 +STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:47:05.541 +Sep 17 04:47:05.542: INFO: Initial restart count of pod busybox-defb02a9-4458-4e63-ace2-72054ca66485 is 0 +STEP: deleting the pod 09/17/22 04:51:05.796 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 04:51:05.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-3905" for this suite. 09/17/22 04:51:05.805 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]","completed":220,"skipped":4133,"failed":0} +------------------------------ +• [SLOW TEST] [242.290 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:148 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:47:03.517 + Sep 17 04:47:03.517: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 04:47:03.518 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:47:03.527 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:47:03.529 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:148 + STEP: Creating pod busybox-defb02a9-4458-4e63-ace2-72054ca66485 in namespace container-probe-3905 09/17/22 04:47:03.53 + Sep 17 04:47:03.534: INFO: Waiting up to 5m0s for pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485" in namespace "container-probe-3905" to be "not pending" + Sep 17 04:47:03.538: INFO: Pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485": Phase="Pending", Reason="", readiness=false. Elapsed: 3.823665ms + Sep 17 04:47:05.541: INFO: Pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485": Phase="Running", Reason="", readiness=true. Elapsed: 2.006122496s + Sep 17 04:47:05.541: INFO: Pod "busybox-defb02a9-4458-4e63-ace2-72054ca66485" satisfied condition "not pending" + Sep 17 04:47:05.541: INFO: Started pod busybox-defb02a9-4458-4e63-ace2-72054ca66485 in namespace container-probe-3905 + STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:47:05.541 + Sep 17 04:47:05.542: INFO: Initial restart count of pod busybox-defb02a9-4458-4e63-ace2-72054ca66485 is 0 + STEP: deleting the pod 09/17/22 04:51:05.796 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 04:51:05.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-3905" for this suite. 09/17/22 04:51:05.805 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-network] Services + should provide secure master service [Conformance] + test/e2e/network/service.go:781 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:05.807 +Sep 17 04:51:05.807: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 04:51:05.808 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:05.819 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:05.821 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should provide secure master service [Conformance] + test/e2e/network/service.go:781 +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 04:51:05.824: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-8054" for this suite. 09/17/22 04:51:05.826 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should provide secure master service [Conformance]","completed":221,"skipped":4141,"failed":0} +------------------------------ +• [0.020 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should provide secure master service [Conformance] + test/e2e/network/service.go:781 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:05.807 + Sep 17 04:51:05.807: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 04:51:05.808 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:05.819 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:05.821 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should provide secure master service [Conformance] + test/e2e/network/service.go:781 + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 04:51:05.824: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-8054" for this suite. 09/17/22 04:51:05.826 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:05.828 +Sep 17 04:51:05.828: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename runtimeclass 09/17/22 04:51:05.829 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:05.835 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:05.838 +[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/framework.go:187 +Sep 17 04:51:05.843: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-5569" for this suite. 09/17/22 04:51:05.844 +{"msg":"PASSED [sig-node] RuntimeClass should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance]","completed":222,"skipped":4166,"failed":0} +------------------------------ +• [0.018 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:05.828 + Sep 17 04:51:05.828: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename runtimeclass 09/17/22 04:51:05.829 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:05.835 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:05.838 + [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/framework.go:187 + Sep 17 04:51:05.843: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-5569" for this suite. 09/17/22 04:51:05.844 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-cli] Kubectl client Update Demo + should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:05.846 +Sep 17 04:51:05.846: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 04:51:05.847 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:05.855 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:05.857 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 +[It] should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 +STEP: creating a replication controller 09/17/22 04:51:05.858 +Sep 17 04:51:05.858: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 create -f -' +Sep 17 04:51:05.985: INFO: stderr: "" +Sep 17 04:51:05.985: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:51:05.985 +Sep 17 04:51:05.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:51:06.031: INFO: stderr: "" +Sep 17 04:51:06.031: INFO: stdout: "update-demo-nautilus-4m5w7 update-demo-nautilus-wlzhw " +Sep 17 04:51:06.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-4m5w7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:51:06.073: INFO: stderr: "" +Sep 17 04:51:06.073: INFO: stdout: "" +Sep 17 04:51:06.073: INFO: update-demo-nautilus-4m5w7 is created but not running +Sep 17 04:51:11.073: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:51:11.120: INFO: stderr: "" +Sep 17 04:51:11.120: INFO: stdout: "update-demo-nautilus-4m5w7 update-demo-nautilus-wlzhw " +Sep 17 04:51:11.121: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-4m5w7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:51:11.193: INFO: stderr: "" +Sep 17 04:51:11.193: INFO: stdout: "true" +Sep 17 04:51:11.193: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-4m5w7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 17 04:51:11.234: INFO: stderr: "" +Sep 17 04:51:11.234: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 17 04:51:11.234: INFO: validating pod update-demo-nautilus-4m5w7 +Sep 17 04:51:11.241: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 17 04:51:11.241: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 17 04:51:11.241: INFO: update-demo-nautilus-4m5w7 is verified up and running +Sep 17 04:51:11.241: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:51:11.281: INFO: stderr: "" +Sep 17 04:51:11.281: INFO: stdout: "true" +Sep 17 04:51:11.281: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 17 04:51:11.323: INFO: stderr: "" +Sep 17 04:51:11.323: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 17 04:51:11.323: INFO: validating pod update-demo-nautilus-wlzhw +Sep 17 04:51:11.330: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 17 04:51:11.330: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 17 04:51:11.330: INFO: update-demo-nautilus-wlzhw is verified up and running +STEP: scaling down the replication controller 09/17/22 04:51:11.33 +Sep 17 04:51:11.331: INFO: scanned /root for discovery docs: +Sep 17 04:51:11.331: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 scale rc update-demo-nautilus --replicas=1 --timeout=5m' +Sep 17 04:51:12.385: INFO: stderr: "" +Sep 17 04:51:12.385: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:51:12.385 +Sep 17 04:51:12.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:51:12.427: INFO: stderr: "" +Sep 17 04:51:12.427: INFO: stdout: "update-demo-nautilus-4m5w7 update-demo-nautilus-wlzhw " +STEP: Replicas for name=update-demo: expected=1 actual=2 09/17/22 04:51:12.427 +Sep 17 04:51:17.428: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:51:17.469: INFO: stderr: "" +Sep 17 04:51:17.469: INFO: stdout: "update-demo-nautilus-wlzhw " +Sep 17 04:51:17.469: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:51:17.510: INFO: stderr: "" +Sep 17 04:51:17.510: INFO: stdout: "true" +Sep 17 04:51:17.510: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 17 04:51:17.552: INFO: stderr: "" +Sep 17 04:51:17.552: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 17 04:51:17.552: INFO: validating pod update-demo-nautilus-wlzhw +Sep 17 04:51:17.559: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 17 04:51:17.559: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 17 04:51:17.559: INFO: update-demo-nautilus-wlzhw is verified up and running +STEP: scaling up the replication controller 09/17/22 04:51:17.559 +Sep 17 04:51:17.560: INFO: scanned /root for discovery docs: +Sep 17 04:51:17.560: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 scale rc update-demo-nautilus --replicas=2 --timeout=5m' +Sep 17 04:51:18.610: INFO: stderr: "" +Sep 17 04:51:18.610: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:51:18.61 +Sep 17 04:51:18.610: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Sep 17 04:51:18.654: INFO: stderr: "" +Sep 17 04:51:18.654: INFO: stdout: "update-demo-nautilus-mgc5p update-demo-nautilus-wlzhw " +Sep 17 04:51:18.655: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-mgc5p -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:51:18.695: INFO: stderr: "" +Sep 17 04:51:18.695: INFO: stdout: "true" +Sep 17 04:51:18.695: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-mgc5p -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 17 04:51:18.736: INFO: stderr: "" +Sep 17 04:51:18.736: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 17 04:51:18.736: INFO: validating pod update-demo-nautilus-mgc5p +Sep 17 04:51:18.744: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 17 04:51:18.744: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 17 04:51:18.744: INFO: update-demo-nautilus-mgc5p is verified up and running +Sep 17 04:51:18.744: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Sep 17 04:51:18.785: INFO: stderr: "" +Sep 17 04:51:18.785: INFO: stdout: "true" +Sep 17 04:51:18.785: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Sep 17 04:51:18.823: INFO: stderr: "" +Sep 17 04:51:18.823: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" +Sep 17 04:51:18.823: INFO: validating pod update-demo-nautilus-wlzhw +Sep 17 04:51:18.828: INFO: got data: { + "image": "nautilus.jpg" +} + +Sep 17 04:51:18.828: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Sep 17 04:51:18.828: INFO: update-demo-nautilus-wlzhw is verified up and running +STEP: using delete to clean up resources 09/17/22 04:51:18.828 +Sep 17 04:51:18.828: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 delete --grace-period=0 --force -f -' +Sep 17 04:51:18.872: 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" +Sep 17 04:51:18.872: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Sep 17 04:51:18.872: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get rc,svc -l name=update-demo --no-headers' +Sep 17 04:51:18.926: INFO: stderr: "No resources found in kubectl-6531 namespace.\n" +Sep 17 04:51:18.926: INFO: stdout: "" +Sep 17 04:51:18.926: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Sep 17 04:51:18.997: INFO: stderr: "" +Sep 17 04:51:18.997: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 04:51:18.997: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-6531" for this suite. 09/17/22 04:51:19 +{"msg":"PASSED [sig-cli] Kubectl client Update Demo should scale a replication controller [Conformance]","completed":223,"skipped":4173,"failed":0} +------------------------------ +• [SLOW TEST] [13.160 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Update Demo + test/e2e/kubectl/kubectl.go:322 + should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:05.846 + Sep 17 04:51:05.846: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 04:51:05.847 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:05.855 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:05.857 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:324 + [It] should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:350 + STEP: creating a replication controller 09/17/22 04:51:05.858 + Sep 17 04:51:05.858: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 create -f -' + Sep 17 04:51:05.985: INFO: stderr: "" + Sep 17 04:51:05.985: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:51:05.985 + Sep 17 04:51:05.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:51:06.031: INFO: stderr: "" + Sep 17 04:51:06.031: INFO: stdout: "update-demo-nautilus-4m5w7 update-demo-nautilus-wlzhw " + Sep 17 04:51:06.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-4m5w7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:51:06.073: INFO: stderr: "" + Sep 17 04:51:06.073: INFO: stdout: "" + Sep 17 04:51:06.073: INFO: update-demo-nautilus-4m5w7 is created but not running + Sep 17 04:51:11.073: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:51:11.120: INFO: stderr: "" + Sep 17 04:51:11.120: INFO: stdout: "update-demo-nautilus-4m5w7 update-demo-nautilus-wlzhw " + Sep 17 04:51:11.121: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-4m5w7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:51:11.193: INFO: stderr: "" + Sep 17 04:51:11.193: INFO: stdout: "true" + Sep 17 04:51:11.193: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-4m5w7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 17 04:51:11.234: INFO: stderr: "" + Sep 17 04:51:11.234: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 17 04:51:11.234: INFO: validating pod update-demo-nautilus-4m5w7 + Sep 17 04:51:11.241: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 17 04:51:11.241: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 17 04:51:11.241: INFO: update-demo-nautilus-4m5w7 is verified up and running + Sep 17 04:51:11.241: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:51:11.281: INFO: stderr: "" + Sep 17 04:51:11.281: INFO: stdout: "true" + Sep 17 04:51:11.281: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 17 04:51:11.323: INFO: stderr: "" + Sep 17 04:51:11.323: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 17 04:51:11.323: INFO: validating pod update-demo-nautilus-wlzhw + Sep 17 04:51:11.330: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 17 04:51:11.330: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 17 04:51:11.330: INFO: update-demo-nautilus-wlzhw is verified up and running + STEP: scaling down the replication controller 09/17/22 04:51:11.33 + Sep 17 04:51:11.331: INFO: scanned /root for discovery docs: + Sep 17 04:51:11.331: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 scale rc update-demo-nautilus --replicas=1 --timeout=5m' + Sep 17 04:51:12.385: INFO: stderr: "" + Sep 17 04:51:12.385: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:51:12.385 + Sep 17 04:51:12.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:51:12.427: INFO: stderr: "" + Sep 17 04:51:12.427: INFO: stdout: "update-demo-nautilus-4m5w7 update-demo-nautilus-wlzhw " + STEP: Replicas for name=update-demo: expected=1 actual=2 09/17/22 04:51:12.427 + Sep 17 04:51:17.428: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:51:17.469: INFO: stderr: "" + Sep 17 04:51:17.469: INFO: stdout: "update-demo-nautilus-wlzhw " + Sep 17 04:51:17.469: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:51:17.510: INFO: stderr: "" + Sep 17 04:51:17.510: INFO: stdout: "true" + Sep 17 04:51:17.510: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 17 04:51:17.552: INFO: stderr: "" + Sep 17 04:51:17.552: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 17 04:51:17.552: INFO: validating pod update-demo-nautilus-wlzhw + Sep 17 04:51:17.559: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 17 04:51:17.559: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 17 04:51:17.559: INFO: update-demo-nautilus-wlzhw is verified up and running + STEP: scaling up the replication controller 09/17/22 04:51:17.559 + Sep 17 04:51:17.560: INFO: scanned /root for discovery docs: + Sep 17 04:51:17.560: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 scale rc update-demo-nautilus --replicas=2 --timeout=5m' + Sep 17 04:51:18.610: INFO: stderr: "" + Sep 17 04:51:18.610: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 09/17/22 04:51:18.61 + Sep 17 04:51:18.610: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Sep 17 04:51:18.654: INFO: stderr: "" + Sep 17 04:51:18.654: INFO: stdout: "update-demo-nautilus-mgc5p update-demo-nautilus-wlzhw " + Sep 17 04:51:18.655: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-mgc5p -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:51:18.695: INFO: stderr: "" + Sep 17 04:51:18.695: INFO: stdout: "true" + Sep 17 04:51:18.695: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-mgc5p -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 17 04:51:18.736: INFO: stderr: "" + Sep 17 04:51:18.736: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 17 04:51:18.736: INFO: validating pod update-demo-nautilus-mgc5p + Sep 17 04:51:18.744: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 17 04:51:18.744: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 17 04:51:18.744: INFO: update-demo-nautilus-mgc5p is verified up and running + Sep 17 04:51:18.744: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Sep 17 04:51:18.785: INFO: stderr: "" + Sep 17 04:51:18.785: INFO: stdout: "true" + Sep 17 04:51:18.785: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods update-demo-nautilus-wlzhw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Sep 17 04:51:18.823: INFO: stderr: "" + Sep 17 04:51:18.823: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.5" + Sep 17 04:51:18.823: INFO: validating pod update-demo-nautilus-wlzhw + Sep 17 04:51:18.828: INFO: got data: { + "image": "nautilus.jpg" + } + + Sep 17 04:51:18.828: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Sep 17 04:51:18.828: INFO: update-demo-nautilus-wlzhw is verified up and running + STEP: using delete to clean up resources 09/17/22 04:51:18.828 + Sep 17 04:51:18.828: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 delete --grace-period=0 --force -f -' + Sep 17 04:51:18.872: 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" + Sep 17 04:51:18.872: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Sep 17 04:51:18.872: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get rc,svc -l name=update-demo --no-headers' + Sep 17 04:51:18.926: INFO: stderr: "No resources found in kubectl-6531 namespace.\n" + Sep 17 04:51:18.926: INFO: stdout: "" + Sep 17 04:51:18.926: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-6531 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Sep 17 04:51:18.997: INFO: stderr: "" + Sep 17 04:51:18.997: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 04:51:18.997: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-6531" for this suite. 09/17/22 04:51:19 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[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:152 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:19.007 +Sep 17 04:51:19.007: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:51:19.008 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:19.019 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:19.021 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 +STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:51:19.025 +Sep 17 04:51:19.028: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-3252" to be "running and ready" +Sep 17 04:51:19.030: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 1.711763ms +Sep 17 04:51:19.030: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:51:21.032: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.003700928s +Sep 17 04:51:21.032: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Sep 17 04:51:21.032: 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:152 +STEP: create the pod with lifecycle hook 09/17/22 04:51:21.034 +Sep 17 04:51:21.036: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-3252" to be "running and ready" +Sep 17 04:51:21.038: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.641341ms +Sep 17 04:51:21.038: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:51:23.041: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.005100158s +Sep 17 04:51:23.041: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) +Sep 17 04:51:23.041: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 09/17/22 04:51:23.042 +Sep 17 04:51:23.044: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Sep 17 04:51:23.046: INFO: Pod pod-with-prestop-http-hook still exists +Sep 17 04:51:25.047: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Sep 17 04:51:25.049: INFO: Pod pod-with-prestop-http-hook still exists +Sep 17 04:51:27.047: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Sep 17 04:51:27.049: INFO: Pod pod-with-prestop-http-hook no longer exists +STEP: check prestop hook 09/17/22 04:51:27.049 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 +Sep 17 04:51:27.057: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-lifecycle-hook-3252" for this suite. 09/17/22 04:51:27.059 +{"msg":"PASSED [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance]","completed":224,"skipped":4182,"failed":0} +------------------------------ +• [SLOW TEST] [8.054 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:152 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:19.007 + Sep 17 04:51:19.007: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-lifecycle-hook 09/17/22 04:51:19.008 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:19.019 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:19.021 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:55 + STEP: create the container to handle the HTTPGet hook request. 09/17/22 04:51:19.025 + Sep 17 04:51:19.028: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-3252" to be "running and ready" + Sep 17 04:51:19.030: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 1.711763ms + Sep 17 04:51:19.030: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:51:21.032: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.003700928s + Sep 17 04:51:21.032: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Sep 17 04:51:21.032: 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:152 + STEP: create the pod with lifecycle hook 09/17/22 04:51:21.034 + Sep 17 04:51:21.036: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-3252" to be "running and ready" + Sep 17 04:51:21.038: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 2.641341ms + Sep 17 04:51:21.038: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:51:23.041: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.005100158s + Sep 17 04:51:23.041: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) + Sep 17 04:51:23.041: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 09/17/22 04:51:23.042 + Sep 17 04:51:23.044: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Sep 17 04:51:23.046: INFO: Pod pod-with-prestop-http-hook still exists + Sep 17 04:51:25.047: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Sep 17 04:51:25.049: INFO: Pod pod-with-prestop-http-hook still exists + Sep 17 04:51:27.047: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Sep 17 04:51:27.049: INFO: Pod pod-with-prestop-http-hook no longer exists + STEP: check prestop hook 09/17/22 04:51:27.049 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/framework.go:187 + Sep 17 04:51:27.057: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-lifecycle-hook-3252" for this suite. 09/17/22 04:51:27.059 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-instrumentation] Events + should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 +[BeforeEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:27.062 +Sep 17 04:51:27.062: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename events 09/17/22 04:51:27.063 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:27.073 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:27.074 +[It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 +STEP: creating a test event 09/17/22 04:51:27.075 +STEP: listing all events in all namespaces 09/17/22 04:51:27.077 +STEP: patching the test event 09/17/22 04:51:27.079 +STEP: fetching the test event 09/17/22 04:51:27.081 +STEP: updating the test event 09/17/22 04:51:27.082 +STEP: getting the test event 09/17/22 04:51:27.085 +STEP: deleting the test event 09/17/22 04:51:27.086 +STEP: listing all events in all namespaces 09/17/22 04:51:27.088 +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 +Sep 17 04:51:27.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "events-8104" for this suite. 09/17/22 04:51:27.092 +{"msg":"PASSED [sig-instrumentation] Events should manage the lifecycle of an event [Conformance]","completed":225,"skipped":4197,"failed":0} +------------------------------ +• [0.032 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:27.062 + Sep 17 04:51:27.062: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename events 09/17/22 04:51:27.063 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:27.073 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:27.074 + [It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 + STEP: creating a test event 09/17/22 04:51:27.075 + STEP: listing all events in all namespaces 09/17/22 04:51:27.077 + STEP: patching the test event 09/17/22 04:51:27.079 + STEP: fetching the test event 09/17/22 04:51:27.081 + STEP: updating the test event 09/17/22 04:51:27.082 + STEP: getting the test event 09/17/22 04:51:27.085 + STEP: deleting the test event 09/17/22 04:51:27.086 + STEP: listing all events in all namespaces 09/17/22 04:51:27.088 + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/framework.go:187 + Sep 17 04:51:27.090: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "events-8104" for this suite. 09/17/22 04:51:27.092 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:27.096 +Sep 17 04:51:27.096: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:51:27.096 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:27.104 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:27.106 +[It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 +Sep 17 04:51:27.108: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:51:33.208: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-675" for this suite. 09/17/22 04:51:33.209 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition listing custom resource definition objects works [Conformance]","completed":226,"skipped":4228,"failed":0} +------------------------------ +• [SLOW TEST] [6.116 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:27.096 + Sep 17 04:51:27.096: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:51:27.096 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:27.104 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:27.106 + [It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 + Sep 17 04:51:27.108: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:51:33.208: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-675" for this suite. 09/17/22 04:51:33.209 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:196 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:33.212 +Sep 17 04:51:33.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 04:51:33.213 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:33.221 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:33.224 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 04:51:33.231 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:51:33.458 +STEP: Deploying the webhook pod 09/17/22 04:51:33.461 +STEP: Wait for the deployment to be ready 09/17/22 04:51:33.465 +Sep 17 04:51:33.470: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 04:51:35.475 +STEP: Verifying the service has paired with the endpoint 09/17/22 04:51:35.485 +Sep 17 04:51:36.486: 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:196 +STEP: Registering the webhook via the AdmissionRegistration API 09/17/22 04:51:36.488 +Sep 17 04:51:36.493: INFO: Waiting for webhook configuration to be ready... +STEP: create a pod that should be denied by the webhook 09/17/22 04:51:36.598 +STEP: create a pod that causes the webhook to hang 09/17/22 04:51:36.604 +STEP: create a configmap that should be denied by the webhook 09/17/22 04:51:46.607 +STEP: create a configmap that should be admitted by the webhook 09/17/22 04:51:46.613 +STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 09/17/22 04:51:46.618 +STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 09/17/22 04:51:46.621 +STEP: create a namespace that bypass the webhook 09/17/22 04:51:46.624 +STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 09/17/22 04:51:46.627 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:51:46.639: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-7968" for this suite. 09/17/22 04:51:46.642 +STEP: Destroying namespace "webhook-7968-markers" for this suite. 09/17/22 04:51:46.643 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]","completed":227,"skipped":4243,"failed":0} +------------------------------ +• [SLOW TEST] [13.466 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:196 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:33.212 + Sep 17 04:51:33.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 04:51:33.213 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:33.221 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:33.224 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 04:51:33.231 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 04:51:33.458 + STEP: Deploying the webhook pod 09/17/22 04:51:33.461 + STEP: Wait for the deployment to be ready 09/17/22 04:51:33.465 + Sep 17 04:51:33.470: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 04:51:35.475 + STEP: Verifying the service has paired with the endpoint 09/17/22 04:51:35.485 + Sep 17 04:51:36.486: 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:196 + STEP: Registering the webhook via the AdmissionRegistration API 09/17/22 04:51:36.488 + Sep 17 04:51:36.493: INFO: Waiting for webhook configuration to be ready... + STEP: create a pod that should be denied by the webhook 09/17/22 04:51:36.598 + STEP: create a pod that causes the webhook to hang 09/17/22 04:51:36.604 + STEP: create a configmap that should be denied by the webhook 09/17/22 04:51:46.607 + STEP: create a configmap that should be admitted by the webhook 09/17/22 04:51:46.613 + STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 09/17/22 04:51:46.618 + STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 09/17/22 04:51:46.621 + STEP: create a namespace that bypass the webhook 09/17/22 04:51:46.624 + STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 09/17/22 04:51:46.627 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:51:46.639: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-7968" for this suite. 09/17/22 04:51:46.642 + STEP: Destroying namespace "webhook-7968-markers" for this suite. 09/17/22 04:51:46.643 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:535 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:46.679 +Sep 17 04:51:46.679: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 04:51:46.68 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:46.708 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:46.713 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:535 +Sep 17 04:51:46.723: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: creating the pod 09/17/22 04:51:46.723 +STEP: submitting the pod to kubernetes 09/17/22 04:51:46.724 +Sep 17 04:51:46.746: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b" in namespace "pods-1414" to be "running and ready" +Sep 17 04:51:46.749: INFO: Pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.451367ms +Sep 17 04:51:46.749: INFO: The phase of Pod pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:51:48.751: INFO: Pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b": Phase="Running", Reason="", readiness=true. Elapsed: 2.004626024s +Sep 17 04:51:48.751: INFO: The phase of Pod pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b is Running (Ready = true) +Sep 17 04:51:48.751: INFO: Pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 04:51:48.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-1414" for this suite. 09/17/22 04:51:48.805 +{"msg":"PASSED [sig-node] Pods should support remote command execution over websockets [NodeConformance] [Conformance]","completed":228,"skipped":4260,"failed":0} +------------------------------ +• [2.129 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:535 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:46.679 + Sep 17 04:51:46.679: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 04:51:46.68 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:46.708 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:46.713 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:535 + Sep 17 04:51:46.723: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: creating the pod 09/17/22 04:51:46.723 + STEP: submitting the pod to kubernetes 09/17/22 04:51:46.724 + Sep 17 04:51:46.746: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b" in namespace "pods-1414" to be "running and ready" + Sep 17 04:51:46.749: INFO: Pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.451367ms + Sep 17 04:51:46.749: INFO: The phase of Pod pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:51:48.751: INFO: Pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b": Phase="Running", Reason="", readiness=true. Elapsed: 2.004626024s + Sep 17 04:51:48.751: INFO: The phase of Pod pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b is Running (Ready = true) + Sep 17 04:51:48.751: INFO: Pod "pod-exec-websocket-bf13a790-8b81-4a7b-aeae-c592e689523b" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 04:51:48.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-1414" for this suite. 09/17/22 04:51:48.805 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:48.81 +Sep 17 04:51:48.810: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:51:48.81 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:48.818 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:48.821 +[It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 +Sep 17 04:51:48.822: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 04:51:49.347: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-4528" for this suite. 09/17/22 04:51:49.349 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition getting/updating/patching custom resource definition status sub-resource works [Conformance]","completed":229,"skipped":4289,"failed":0} +------------------------------ +• [0.543 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:48.81 + Sep 17 04:51:48.810: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 04:51:48.81 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:48.818 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:48.821 + [It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 + Sep 17 04:51:48.822: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 04:51:49.347: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-4528" for this suite. 09/17/22 04:51:49.349 + << 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:86 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:49.354 +Sep 17 04:51:49.354: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename disruption 09/17/22 04:51:49.354 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:49.363 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:49.365 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[BeforeEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:49.366 +Sep 17 04:51:49.367: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename disruption-2 09/17/22 04:51:49.367 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:49.422 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:49.426 +[It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 +STEP: Waiting for the pdb to be processed 09/17/22 04:51:49.429 +STEP: Waiting for the pdb to be processed 09/17/22 04:51:51.435 +STEP: Waiting for the pdb to be processed 09/17/22 04:51:53.442 +STEP: listing a collection of PDBs across all namespaces 09/17/22 04:51:55.446 +STEP: listing a collection of PDBs in namespace disruption-4228 09/17/22 04:51:55.447 +STEP: deleting a collection of PDBs 09/17/22 04:51:55.448 +STEP: Waiting for the PDB collection to be deleted 09/17/22 04:51:55.452 +[AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:187 +Sep 17 04:51:55.453: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-2-7658" for this suite. 09/17/22 04:51:55.455 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 17 04:51:55.457: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-4228" for this suite. 09/17/22 04:51:55.458 +{"msg":"PASSED [sig-apps] DisruptionController Listing PodDisruptionBudgets for all namespaces should list and delete a collection of PodDisruptionBudgets [Conformance]","completed":230,"skipped":4292,"failed":0} +------------------------------ +• [SLOW TEST] [6.106 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + Listing PodDisruptionBudgets for all namespaces + test/e2e/apps/disruption.go:77 + should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:49.354 + Sep 17 04:51:49.354: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename disruption 09/17/22 04:51:49.354 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:49.363 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:49.365 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [BeforeEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:49.366 + Sep 17 04:51:49.367: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename disruption-2 09/17/22 04:51:49.367 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:49.422 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:49.426 + [It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:86 + STEP: Waiting for the pdb to be processed 09/17/22 04:51:49.429 + STEP: Waiting for the pdb to be processed 09/17/22 04:51:51.435 + STEP: Waiting for the pdb to be processed 09/17/22 04:51:53.442 + STEP: listing a collection of PDBs across all namespaces 09/17/22 04:51:55.446 + STEP: listing a collection of PDBs in namespace disruption-4228 09/17/22 04:51:55.447 + STEP: deleting a collection of PDBs 09/17/22 04:51:55.448 + STEP: Waiting for the PDB collection to be deleted 09/17/22 04:51:55.452 + [AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/framework.go:187 + Sep 17 04:51:55.453: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-2-7658" for this suite. 09/17/22 04:51:55.455 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 17 04:51:55.457: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-4228" for this suite. 09/17/22 04:51:55.458 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:51:55.461 +Sep 17 04:51:55.461: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 04:51:55.462 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:55.472 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:55.473 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 +STEP: Create set of pods 09/17/22 04:51:55.474 +Sep 17 04:51:55.478: INFO: created test-pod-1 +Sep 17 04:51:55.488: INFO: created test-pod-2 +Sep 17 04:51:55.492: INFO: created test-pod-3 +STEP: waiting for all 3 pods to be running 09/17/22 04:51:55.492 +Sep 17 04:51:55.492: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-9606' to be running and ready +Sep 17 04:51:55.504: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Sep 17 04:51:55.504: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Sep 17 04:51:55.504: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Sep 17 04:51:55.504: INFO: 0 / 3 pods in namespace 'pods-9606' are running and ready (0 seconds elapsed) +Sep 17 04:51:55.504: INFO: expected 0 pod replicas in namespace 'pods-9606', 0 are Running and Ready. +Sep 17 04:51:55.504: INFO: POD NODE PHASE GRACE CONDITIONS +Sep 17 04:51:55.504: INFO: test-pod-1 10.254.0.18 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC }] +Sep 17 04:51:55.504: INFO: test-pod-2 10.254.0.17 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC }] +Sep 17 04:51:55.504: INFO: test-pod-3 10.254.0.18 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC }] +Sep 17 04:51:55.504: INFO: +Sep 17 04:51:57.517: INFO: 3 / 3 pods in namespace 'pods-9606' are running and ready (2 seconds elapsed) +Sep 17 04:51:57.517: INFO: expected 0 pod replicas in namespace 'pods-9606', 0 are Running and Ready. +STEP: waiting for all pods to be deleted 09/17/22 04:51:57.534 +Sep 17 04:51:57.536: INFO: Pod quantity 3 is different from expected quantity 0 +Sep 17 04:51:58.538: INFO: Pod quantity 3 is different from expected quantity 0 +Sep 17 04:51:59.538: INFO: Pod quantity 3 is different from expected quantity 0 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 04:52:00.542: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-9606" for this suite. 09/17/22 04:52:00.546 +{"msg":"PASSED [sig-node] Pods should delete a collection of pods [Conformance]","completed":231,"skipped":4325,"failed":0} +------------------------------ +• [SLOW TEST] [5.092 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:51:55.461 + Sep 17 04:51:55.461: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 04:51:55.462 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:51:55.472 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:51:55.473 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:844 + STEP: Create set of pods 09/17/22 04:51:55.474 + Sep 17 04:51:55.478: INFO: created test-pod-1 + Sep 17 04:51:55.488: INFO: created test-pod-2 + Sep 17 04:51:55.492: INFO: created test-pod-3 + STEP: waiting for all 3 pods to be running 09/17/22 04:51:55.492 + Sep 17 04:51:55.492: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-9606' to be running and ready + Sep 17 04:51:55.504: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Sep 17 04:51:55.504: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Sep 17 04:51:55.504: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Sep 17 04:51:55.504: INFO: 0 / 3 pods in namespace 'pods-9606' are running and ready (0 seconds elapsed) + Sep 17 04:51:55.504: INFO: expected 0 pod replicas in namespace 'pods-9606', 0 are Running and Ready. + Sep 17 04:51:55.504: INFO: POD NODE PHASE GRACE CONDITIONS + Sep 17 04:51:55.504: INFO: test-pod-1 10.254.0.18 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC }] + Sep 17 04:51:55.504: INFO: test-pod-2 10.254.0.17 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC }] + Sep 17 04:51:55.504: INFO: test-pod-3 10.254.0.18 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2022-09-17 04:51:55 +0000 UTC }] + Sep 17 04:51:55.504: INFO: + Sep 17 04:51:57.517: INFO: 3 / 3 pods in namespace 'pods-9606' are running and ready (2 seconds elapsed) + Sep 17 04:51:57.517: INFO: expected 0 pod replicas in namespace 'pods-9606', 0 are Running and Ready. + STEP: waiting for all pods to be deleted 09/17/22 04:51:57.534 + Sep 17 04:51:57.536: INFO: Pod quantity 3 is different from expected quantity 0 + Sep 17 04:51:58.538: INFO: Pod quantity 3 is different from expected quantity 0 + Sep 17 04:51:59.538: INFO: Pod quantity 3 is different from expected quantity 0 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 04:52:00.542: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-9606" for this suite. 09/17/22 04:52:00.546 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-network] DNS + should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:52:00.554 +Sep 17 04:52:00.554: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 04:52:00.554 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:52:00.567 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:52:00.569 +[It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 +STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 09/17/22 04:52:00.571 +Sep 17 04:52:00.577: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-5742 d5a126ba-cad9-44ec-9143-2c2eb6fe3152 26310 0 2022-09-17 04:52:00 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2022-09-17 04:52:00 +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-b62mm,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.40,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-b62mm,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Sep 17 04:52:00.577: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-5742" to be "running and ready" +Sep 17 04:52:00.582: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 5.461731ms +Sep 17 04:52:00.582: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) +Sep 17 04:52:02.585: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.007717485s +Sep 17 04:52:02.585: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) +Sep 17 04:52:02.585: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" +STEP: Verifying customized DNS suffix list is configured on pod... 09/17/22 04:52:02.585 +Sep 17 04:52:02.585: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-5742 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:52:02.585: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:52:02.585: INFO: ExecWithOptions: Clientset creation +Sep 17 04:52:02.585: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/dns-5742/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... 09/17/22 04:52:02.645 +Sep 17 04:52:02.645: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-5742 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 04:52:02.645: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 04:52:02.645: INFO: ExecWithOptions: Clientset creation +Sep 17 04:52:02.645: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/dns-5742/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Sep 17 04:52:02.688: INFO: Deleting pod test-dns-nameservers... +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 04:52:02.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-5742" for this suite. 09/17/22 04:52:02.695 +{"msg":"PASSED [sig-network] DNS should support configurable pod DNS nameservers [Conformance]","completed":232,"skipped":4330,"failed":0} +------------------------------ +• [2.144 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:52:00.554 + Sep 17 04:52:00.554: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 04:52:00.554 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:52:00.567 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:52:00.569 + [It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 + STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 09/17/22 04:52:00.571 + Sep 17 04:52:00.577: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-5742 d5a126ba-cad9-44ec-9143-2c2eb6fe3152 26310 0 2022-09-17 04:52:00 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2022-09-17 04:52:00 +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-b62mm,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.40,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-b62mm,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,},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Sep 17 04:52:00.577: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-5742" to be "running and ready" + Sep 17 04:52:00.582: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 5.461731ms + Sep 17 04:52:00.582: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) + Sep 17 04:52:02.585: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.007717485s + Sep 17 04:52:02.585: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) + Sep 17 04:52:02.585: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" + STEP: Verifying customized DNS suffix list is configured on pod... 09/17/22 04:52:02.585 + Sep 17 04:52:02.585: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-5742 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:52:02.585: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:52:02.585: INFO: ExecWithOptions: Clientset creation + Sep 17 04:52:02.585: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/dns-5742/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... 09/17/22 04:52:02.645 + Sep 17 04:52:02.645: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-5742 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 04:52:02.645: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 04:52:02.645: INFO: ExecWithOptions: Clientset creation + Sep 17 04:52:02.645: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/dns-5742/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Sep 17 04:52:02.688: INFO: Deleting pod test-dns-nameservers... + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 04:52:02.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-5742" for this suite. 09/17/22 04:52:02.695 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Deployment + deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:52:02.699 +Sep 17 04:52:02.699: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 04:52:02.699 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:52:02.706 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:52:02.709 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 +Sep 17 04:52:02.715: INFO: Pod name rollover-pod: Found 0 pods out of 1 +Sep 17 04:52:07.717: INFO: Pod name rollover-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/17/22 04:52:07.717 +Sep 17 04:52:07.717: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready +Sep 17 04:52:09.720: INFO: Creating deployment "test-rollover-deployment" +Sep 17 04:52:09.723: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations +Sep 17 04:52:11.727: INFO: Check revision of new replica set for deployment "test-rollover-deployment" +Sep 17 04:52:11.730: INFO: Ensure that both replica sets have 1 created replica +Sep 17 04:52:11.732: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update +Sep 17 04:52:11.735: INFO: Updating deployment test-rollover-deployment +Sep 17 04:52:11.735: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller +Sep 17 04:52:13.741: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 +Sep 17 04:52:13.743: INFO: Make sure deployment "test-rollover-deployment" is complete +Sep 17 04:52:13.745: INFO: all replica sets need to contain the pod-template-hash label +Sep 17 04:52:13.745: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:52:15.749: INFO: all replica sets need to contain the pod-template-hash label +Sep 17 04:52:15.749: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:52:17.750: INFO: all replica sets need to contain the pod-template-hash label +Sep 17 04:52:17.750: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:52:19.749: INFO: all replica sets need to contain the pod-template-hash label +Sep 17 04:52:19.749: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:52:21.748: INFO: all replica sets need to contain the pod-template-hash label +Sep 17 04:52:21.748: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} +Sep 17 04:52:23.750: INFO: +Sep 17 04:52:23.750: INFO: Ensure that both old replica sets have no replicas +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 17 04:52:23.753: INFO: Deployment "test-rollover-deployment": +&Deployment{ObjectMeta:{test-rollover-deployment deployment-959 fb45da05-dac9-49fa-82d2-8c0156dd3a04 26485 2 2022-09-17 04:52:09 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-17 04:52:11 +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 2022-09-17 04:52: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: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.40 [] [] [] [] [] {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 0xc00412adc8 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:2022-09-17 04:52:09 +0000 UTC,LastTransitionTime:2022-09-17 04:52:09 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-6d45fd857b" has successfully progressed.,LastUpdateTime:2022-09-17 04:52:22 +0000 UTC,LastTransitionTime:2022-09-17 04:52:09 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Sep 17 04:52:23.755: INFO: New ReplicaSet "test-rollover-deployment-6d45fd857b" of Deployment "test-rollover-deployment": +&ReplicaSet{ObjectMeta:{test-rollover-deployment-6d45fd857b deployment-959 73f6bcdf-365e-425c-a612-2af07e923ed3 26475 2 2022-09-17 04:52:11 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment fb45da05-dac9-49fa-82d2-8c0156dd3a04 0xc003ae76d7 0xc003ae76d8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:52:11 +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\":\"fb45da05-dac9-49fa-82d2-8c0156dd3a04\"}":{}}},"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 2022-09-17 04:52:22 +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: 6d45fd857b,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc003ae7788 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{},},} +Sep 17 04:52:23.755: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": +Sep 17 04:52:23.755: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-959 985b75d7-a64e-4b3b-a054-7e0c96e72adf 26484 2 2022-09-17 04:52:02 +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 fb45da05-dac9-49fa-82d2-8c0156dd3a04 0xc003ae7487 0xc003ae7488}] [] [{e2e.test Update apps/v1 2022-09-17 04:52:02 +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 2022-09-17 04:52:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"fb45da05-dac9-49fa-82d2-8c0156dd3a04\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2022-09-17 04:52:22 +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-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc003ae7548 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{},},} +Sep 17 04:52:23.755: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-59b9df946d deployment-959 4f21e354-4232-4386-aab7-37e6ec2c45f1 26444 2 2022-09-17 04:52:09 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment fb45da05-dac9-49fa-82d2-8c0156dd3a04 0xc003ae75b7 0xc003ae75b8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:52:11 +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\":\"fb45da05-dac9-49fa-82d2-8c0156dd3a04\"}":{}}},"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 2022-09-17 04:52:11 +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: 59b9df946d,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] 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 0xc003ae7668 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{},},} +Sep 17 04:52:23.756: INFO: Pod "test-rollover-deployment-6d45fd857b-gf5q9" is available: +&Pod{ObjectMeta:{test-rollover-deployment-6d45fd857b-gf5q9 test-rollover-deployment-6d45fd857b- deployment-959 4c062f2a-841e-49cc-8ff4-c86e09d71dab 26455 0 2022-09-17 04:52:11 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [{apps/v1 ReplicaSet test-rollover-deployment-6d45fd857b 73f6bcdf-365e-425c-a612-2af07e923ed3 0xc00412b1e7 0xc00412b1e8}] [] [{kube-controller-manager Update v1 2022-09-17 04:52:11 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"73f6bcdf-365e-425c-a612-2af07e923ed3\"}":{}}},"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 2022-09-17 04:52: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\":\"172.20.110.166\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-n79tr,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.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-n79tr,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:11 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:11 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.166,StartTime:2022-09-17 04:52:11 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:52:12 +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.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://6e784bdde0a542fb20f3b65212c2b63326b076703967d3d1e6e54d1864a1fe1b,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.166,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 +Sep 17 04:52:23.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-959" for this suite. 09/17/22 04:52:23.758 +{"msg":"PASSED [sig-apps] Deployment deployment should support rollover [Conformance]","completed":233,"skipped":4346,"failed":0} +------------------------------ +• [SLOW TEST] [21.062 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:52:02.699 + Sep 17 04:52:02.699: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 04:52:02.699 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:52:02.706 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:52:02.709 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 + Sep 17 04:52:02.715: INFO: Pod name rollover-pod: Found 0 pods out of 1 + Sep 17 04:52:07.717: INFO: Pod name rollover-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/17/22 04:52:07.717 + Sep 17 04:52:07.717: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready + Sep 17 04:52:09.720: INFO: Creating deployment "test-rollover-deployment" + Sep 17 04:52:09.723: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations + Sep 17 04:52:11.727: INFO: Check revision of new replica set for deployment "test-rollover-deployment" + Sep 17 04:52:11.730: INFO: Ensure that both replica sets have 1 created replica + Sep 17 04:52:11.732: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update + Sep 17 04:52:11.735: INFO: Updating deployment test-rollover-deployment + Sep 17 04:52:11.735: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller + Sep 17 04:52:13.741: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 + Sep 17 04:52:13.743: INFO: Make sure deployment "test-rollover-deployment" is complete + Sep 17 04:52:13.745: INFO: all replica sets need to contain the pod-template-hash label + Sep 17 04:52:13.745: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:52:15.749: INFO: all replica sets need to contain the pod-template-hash label + Sep 17 04:52:15.749: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:52:17.750: INFO: all replica sets need to contain the pod-template-hash label + Sep 17 04:52:17.750: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:52:19.749: INFO: all replica sets need to contain the pod-template-hash label + Sep 17 04:52:19.749: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:52:21.748: INFO: all replica sets need to contain the pod-template-hash label + Sep 17 04:52:21.748: 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(2022, time.September, 17, 4, 52, 9, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2022, time.September, 17, 4, 52, 12, 0, time.Local), LastTransitionTime:time.Date(2022, time.September, 17, 4, 52, 9, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6d45fd857b\" is progressing."}}, CollisionCount:(*int32)(nil)} + Sep 17 04:52:23.750: INFO: + Sep 17 04:52:23.750: INFO: Ensure that both old replica sets have no replicas + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 17 04:52:23.753: INFO: Deployment "test-rollover-deployment": + &Deployment{ObjectMeta:{test-rollover-deployment deployment-959 fb45da05-dac9-49fa-82d2-8c0156dd3a04 26485 2 2022-09-17 04:52:09 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2022-09-17 04:52:11 +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 2022-09-17 04:52: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: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.40 [] [] [] [] [] {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 0xc00412adc8 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:2022-09-17 04:52:09 +0000 UTC,LastTransitionTime:2022-09-17 04:52:09 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-6d45fd857b" has successfully progressed.,LastUpdateTime:2022-09-17 04:52:22 +0000 UTC,LastTransitionTime:2022-09-17 04:52:09 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Sep 17 04:52:23.755: INFO: New ReplicaSet "test-rollover-deployment-6d45fd857b" of Deployment "test-rollover-deployment": + &ReplicaSet{ObjectMeta:{test-rollover-deployment-6d45fd857b deployment-959 73f6bcdf-365e-425c-a612-2af07e923ed3 26475 2 2022-09-17 04:52:11 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment fb45da05-dac9-49fa-82d2-8c0156dd3a04 0xc003ae76d7 0xc003ae76d8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:52:11 +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\":\"fb45da05-dac9-49fa-82d2-8c0156dd3a04\"}":{}}},"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 2022-09-17 04:52:22 +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: 6d45fd857b,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc003ae7788 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{},},} + Sep 17 04:52:23.755: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": + Sep 17 04:52:23.755: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-959 985b75d7-a64e-4b3b-a054-7e0c96e72adf 26484 2 2022-09-17 04:52:02 +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 fb45da05-dac9-49fa-82d2-8c0156dd3a04 0xc003ae7487 0xc003ae7488}] [] [{e2e.test Update apps/v1 2022-09-17 04:52:02 +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 2022-09-17 04:52:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"fb45da05-dac9-49fa-82d2-8c0156dd3a04\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2022-09-17 04:52:22 +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-2 [] [] [] [] [] {map[] map[]} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc003ae7548 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{},},} + Sep 17 04:52:23.755: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-59b9df946d deployment-959 4f21e354-4232-4386-aab7-37e6ec2c45f1 26444 2 2022-09-17 04:52:09 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment fb45da05-dac9-49fa-82d2-8c0156dd3a04 0xc003ae75b7 0xc003ae75b8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 04:52:11 +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\":\"fb45da05-dac9-49fa-82d2-8c0156dd3a04\"}":{}}},"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 2022-09-17 04:52:11 +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: 59b9df946d,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:59b9df946d] 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 0xc003ae7668 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{},},} + Sep 17 04:52:23.756: INFO: Pod "test-rollover-deployment-6d45fd857b-gf5q9" is available: + &Pod{ObjectMeta:{test-rollover-deployment-6d45fd857b-gf5q9 test-rollover-deployment-6d45fd857b- deployment-959 4c062f2a-841e-49cc-8ff4-c86e09d71dab 26455 0 2022-09-17 04:52:11 +0000 UTC map[name:rollover-pod pod-template-hash:6d45fd857b] map[] [{apps/v1 ReplicaSet test-rollover-deployment-6d45fd857b 73f6bcdf-365e-425c-a612-2af07e923ed3 0xc00412b1e7 0xc00412b1e8}] [] [{kube-controller-manager Update v1 2022-09-17 04:52:11 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"73f6bcdf-365e-425c-a612-2af07e923ed3\"}":{}}},"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 2022-09-17 04:52: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\":\"172.20.110.166\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-n79tr,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.40,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-n79tr,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:11 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 04:52:11 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.166,StartTime:2022-09-17 04:52:11 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 04:52:12 +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.40,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146,ContainerID:containerd://6e784bdde0a542fb20f3b65212c2b63326b076703967d3d1e6e54d1864a1fe1b,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.166,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/framework.go:187 + Sep 17 04:52:23.756: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-959" for this suite. 09/17/22 04:52:23.758 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:195 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:52:23.762 +Sep 17 04:52:23.762: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 04:52:23.762 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:52:23.77 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:52:23.775 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:195 +STEP: Creating pod liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 in namespace container-probe-4699 09/17/22 04:52:23.776 +Sep 17 04:52:23.778: INFO: Waiting up to 5m0s for pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8" in namespace "container-probe-4699" to be "not pending" +Sep 17 04:52:23.781: INFO: Pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.657936ms +Sep 17 04:52:25.784: INFO: Pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8": Phase="Running", Reason="", readiness=true. Elapsed: 2.005351686s +Sep 17 04:52:25.784: INFO: Pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8" satisfied condition "not pending" +Sep 17 04:52:25.784: INFO: Started pod liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 in namespace container-probe-4699 +STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:52:25.784 +Sep 17 04:52:25.785: INFO: Initial restart count of pod liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is 0 +Sep 17 04:52:45.809: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 1 (20.023910054s elapsed) +Sep 17 04:53:05.834: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 2 (40.048442172s elapsed) +Sep 17 04:53:25.861: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 3 (1m0.075992545s elapsed) +Sep 17 04:53:45.883: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 4 (1m20.0979984s elapsed) +Sep 17 04:54:45.949: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 5 (2m20.164191105s elapsed) +STEP: deleting the pod 09/17/22 04:54:45.949 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 04:54:45.955: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-4699" for this suite. 09/17/22 04:54:45.956 +{"msg":"PASSED [sig-node] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance]","completed":234,"skipped":4390,"failed":0} +------------------------------ +• [SLOW TEST] [142.196 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:195 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:52:23.762 + Sep 17 04:52:23.762: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 04:52:23.762 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:52:23.77 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:52:23.775 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:195 + STEP: Creating pod liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 in namespace container-probe-4699 09/17/22 04:52:23.776 + Sep 17 04:52:23.778: INFO: Waiting up to 5m0s for pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8" in namespace "container-probe-4699" to be "not pending" + Sep 17 04:52:23.781: INFO: Pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.657936ms + Sep 17 04:52:25.784: INFO: Pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8": Phase="Running", Reason="", readiness=true. Elapsed: 2.005351686s + Sep 17 04:52:25.784: INFO: Pod "liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8" satisfied condition "not pending" + Sep 17 04:52:25.784: INFO: Started pod liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 in namespace container-probe-4699 + STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:52:25.784 + Sep 17 04:52:25.785: INFO: Initial restart count of pod liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is 0 + Sep 17 04:52:45.809: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 1 (20.023910054s elapsed) + Sep 17 04:53:05.834: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 2 (40.048442172s elapsed) + Sep 17 04:53:25.861: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 3 (1m0.075992545s elapsed) + Sep 17 04:53:45.883: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 4 (1m20.0979984s elapsed) + Sep 17 04:54:45.949: INFO: Restart count of pod container-probe-4699/liveness-d04de8db-f524-48af-8e18-dc1cf673f8d8 is now 5 (2m20.164191105s elapsed) + STEP: deleting the pod 09/17/22 04:54:45.949 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 04:54:45.955: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-4699" for this suite. 09/17/22 04:54:45.956 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] ReplicaSet + should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:54:45.961 +Sep 17 04:54:45.961: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replicaset 09/17/22 04:54:45.962 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:54:45.97 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:54:45.973 +[It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 +STEP: Create a Replicaset 09/17/22 04:54:45.976 +STEP: Verify that the required pods have come up. 09/17/22 04:54:45.978 +Sep 17 04:54:45.989: INFO: Pod name sample-pod: Found 0 pods out of 1 +Sep 17 04:54:50.993: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/17/22 04:54:50.993 +STEP: Getting /status 09/17/22 04:54:50.993 +Sep 17 04:54:50.995: INFO: Replicaset test-rs has Conditions: [] +STEP: updating the Replicaset Status 09/17/22 04:54:50.995 +Sep 17 04:54:51.000: 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 09/17/22 04:54:51 +Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: ADDED +Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: MODIFIED +Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: MODIFIED +Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: MODIFIED +Sep 17 04:54:51.001: INFO: Found replicaset test-rs in namespace replicaset-2301 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}] +Sep 17 04:54:51.001: INFO: Replicaset test-rs has an updated status +STEP: patching the Replicaset Status 09/17/22 04:54:51.001 +Sep 17 04:54:51.001: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Sep 17 04:54:51.006: 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 09/17/22 04:54:51.006 +Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: ADDED +Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED +Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED +Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED +Sep 17 04:54:51.007: INFO: Observed replicaset test-rs in namespace replicaset-2301 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED +Sep 17 04:54:51.007: INFO: Found replicaset test-rs in namespace replicaset-2301 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } +Sep 17 04:54:51.007: INFO: Replicaset test-rs has a patched status +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 17 04:54:51.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-2301" for this suite. 09/17/22 04:54:51.009 +{"msg":"PASSED [sig-apps] ReplicaSet should validate Replicaset Status endpoints [Conformance]","completed":235,"skipped":4481,"failed":0} +------------------------------ +• [SLOW TEST] [5.051 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:54:45.961 + Sep 17 04:54:45.961: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replicaset 09/17/22 04:54:45.962 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:54:45.97 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:54:45.973 + [It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 + STEP: Create a Replicaset 09/17/22 04:54:45.976 + STEP: Verify that the required pods have come up. 09/17/22 04:54:45.978 + Sep 17 04:54:45.989: INFO: Pod name sample-pod: Found 0 pods out of 1 + Sep 17 04:54:50.993: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/17/22 04:54:50.993 + STEP: Getting /status 09/17/22 04:54:50.993 + Sep 17 04:54:50.995: INFO: Replicaset test-rs has Conditions: [] + STEP: updating the Replicaset Status 09/17/22 04:54:50.995 + Sep 17 04:54:51.000: 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 09/17/22 04:54:51 + Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: ADDED + Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: MODIFIED + Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: MODIFIED + Sep 17 04:54:51.001: INFO: Observed &ReplicaSet event: MODIFIED + Sep 17 04:54:51.001: INFO: Found replicaset test-rs in namespace replicaset-2301 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}] + Sep 17 04:54:51.001: INFO: Replicaset test-rs has an updated status + STEP: patching the Replicaset Status 09/17/22 04:54:51.001 + Sep 17 04:54:51.001: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Sep 17 04:54:51.006: 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 09/17/22 04:54:51.006 + Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: ADDED + Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED + Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED + Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED + Sep 17 04:54:51.007: INFO: Observed replicaset test-rs in namespace replicaset-2301 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Sep 17 04:54:51.007: INFO: Observed &ReplicaSet event: MODIFIED + Sep 17 04:54:51.007: INFO: Found replicaset test-rs in namespace replicaset-2301 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } + Sep 17 04:54:51.007: INFO: Replicaset test-rs has a patched status + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 17 04:54:51.007: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-2301" for this suite. 09/17/22 04:54:51.009 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] Probing container + should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:180 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:54:51.012 +Sep 17 04:54:51.013: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 04:54:51.013 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:54:51.024 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:54:51.026 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:180 +STEP: Creating pod liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d in namespace container-probe-4726 09/17/22 04:54:51.028 +Sep 17 04:54:51.033: INFO: Waiting up to 5m0s for pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d" in namespace "container-probe-4726" to be "not pending" +Sep 17 04:54:51.036: INFO: Pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.332662ms +Sep 17 04:54:53.037: INFO: Pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d": Phase="Running", Reason="", readiness=true. Elapsed: 2.004153499s +Sep 17 04:54:53.037: INFO: Pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d" satisfied condition "not pending" +Sep 17 04:54:53.037: INFO: Started pod liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d in namespace container-probe-4726 +STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:54:53.037 +Sep 17 04:54:53.039: INFO: Initial restart count of pod liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d is 0 +STEP: deleting the pod 09/17/22 04:58:53.294 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 04:58:53.302: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-4726" for this suite. 09/17/22 04:58:53.304 +{"msg":"PASSED [sig-node] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance]","completed":236,"skipped":4485,"failed":0} +------------------------------ +• [SLOW TEST] [242.293 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:180 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:54:51.012 + Sep 17 04:54:51.013: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 04:54:51.013 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:54:51.024 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:54:51.026 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:180 + STEP: Creating pod liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d in namespace container-probe-4726 09/17/22 04:54:51.028 + Sep 17 04:54:51.033: INFO: Waiting up to 5m0s for pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d" in namespace "container-probe-4726" to be "not pending" + Sep 17 04:54:51.036: INFO: Pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.332662ms + Sep 17 04:54:53.037: INFO: Pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d": Phase="Running", Reason="", readiness=true. Elapsed: 2.004153499s + Sep 17 04:54:53.037: INFO: Pod "liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d" satisfied condition "not pending" + Sep 17 04:54:53.037: INFO: Started pod liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d in namespace container-probe-4726 + STEP: checking the pod's current state and verifying that restartCount is present 09/17/22 04:54:53.037 + Sep 17 04:54:53.039: INFO: Initial restart count of pod liveness-d27fb6bf-59cc-451d-91f0-5cd6f2e1f87d is 0 + STEP: deleting the pod 09/17/22 04:58:53.294 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 04:58:53.302: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-4726" for this suite. 09/17/22 04:58:53.304 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-node] Variable Expansion + should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:58:53.306 +Sep 17 04:58:53.306: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 04:58:53.307 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:58:53.313 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:58:53.315 +[It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 +Sep 17 04:58:53.321: INFO: Waiting up to 2m0s for pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" in namespace "var-expansion-5420" to be "container 0 failed with reason CreateContainerConfigError" +Sep 17 04:58:53.323: INFO: Pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8": Phase="Pending", Reason="", readiness=false. Elapsed: 1.603744ms +Sep 17 04:58:55.326: INFO: Pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004277815s +Sep 17 04:58:55.326: INFO: Pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Sep 17 04:58:55.326: INFO: Deleting pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" in namespace "var-expansion-5420" +Sep 17 04:58:55.328: INFO: Wait up to 5m0s for pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 04:58:57.333: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-5420" for this suite. 09/17/22 04:58:57.334 +{"msg":"PASSED [sig-node] Variable Expansion should fail substituting values in a volume subpath with absolute path [Slow] [Conformance]","completed":237,"skipped":4495,"failed":0} +------------------------------ +• [4.031 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:185 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:58:53.306 + Sep 17 04:58:53.306: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 04:58:53.307 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:58:53.313 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:58:53.315 + [It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:185 + Sep 17 04:58:53.321: INFO: Waiting up to 2m0s for pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" in namespace "var-expansion-5420" to be "container 0 failed with reason CreateContainerConfigError" + Sep 17 04:58:53.323: INFO: Pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8": Phase="Pending", Reason="", readiness=false. Elapsed: 1.603744ms + Sep 17 04:58:55.326: INFO: Pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004277815s + Sep 17 04:58:55.326: INFO: Pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Sep 17 04:58:55.326: INFO: Deleting pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" in namespace "var-expansion-5420" + Sep 17 04:58:55.328: INFO: Wait up to 5m0s for pod "var-expansion-49278336-c717-4ce3-93d9-80f5ea5c37e8" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 04:58:57.333: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-5420" for this suite. 09/17/22 04:58:57.334 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[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:87 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:58:57.337 +Sep 17 04:58:57.337: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 04:58:57.338 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:58:57.345 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:58:57.348 +[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:87 +STEP: Creating projection with secret that has name projected-secret-test-map-95106ab8-8ce7-4155-acff-37ac2ced4d46 09/17/22 04:58:57.349 +STEP: Creating a pod to test consume secrets 09/17/22 04:58:57.351 +Sep 17 04:58:57.354: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6" in namespace "projected-9222" to be "Succeeded or Failed" +Sep 17 04:58:57.356: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6": Phase="Pending", Reason="", readiness=false. Elapsed: 1.948258ms +Sep 17 04:58:59.357: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003807262s +Sep 17 04:59:01.359: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005149103s +STEP: Saw pod success 09/17/22 04:59:01.359 +Sep 17 04:59:01.359: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6" satisfied condition "Succeeded or Failed" +Sep 17 04:59:01.361: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6 container projected-secret-volume-test: +STEP: delete the pod 09/17/22 04:59:01.372 +Sep 17 04:59:01.377: INFO: Waiting for pod pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6 to disappear +Sep 17 04:59:01.383: INFO: Pod pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 17 04:59:01.384: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9222" for this suite. 09/17/22 04:59:01.385 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":238,"skipped":4496,"failed":0} +------------------------------ +• [4.050 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:87 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:58:57.337 + Sep 17 04:58:57.337: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 04:58:57.338 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:58:57.345 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:58:57.348 + [It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:87 + STEP: Creating projection with secret that has name projected-secret-test-map-95106ab8-8ce7-4155-acff-37ac2ced4d46 09/17/22 04:58:57.349 + STEP: Creating a pod to test consume secrets 09/17/22 04:58:57.351 + Sep 17 04:58:57.354: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6" in namespace "projected-9222" to be "Succeeded or Failed" + Sep 17 04:58:57.356: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6": Phase="Pending", Reason="", readiness=false. Elapsed: 1.948258ms + Sep 17 04:58:59.357: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003807262s + Sep 17 04:59:01.359: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005149103s + STEP: Saw pod success 09/17/22 04:59:01.359 + Sep 17 04:59:01.359: INFO: Pod "pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6" satisfied condition "Succeeded or Failed" + Sep 17 04:59:01.361: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6 container projected-secret-volume-test: + STEP: delete the pod 09/17/22 04:59:01.372 + Sep 17 04:59:01.377: INFO: Waiting for pod pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6 to disappear + Sep 17 04:59:01.383: INFO: Pod pod-projected-secrets-95fdec2a-8690-4a32-ab66-95c56ac7fbf6 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 17 04:59:01.384: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9222" for this suite. 09/17/22 04:59:01.385 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:59:01.389 +Sep 17 04:59:01.389: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:59:01.39 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:59:01.397 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:59:01.4 +[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/framework.go:187 +Sep 17 04:59:05.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-832" for this suite. 09/17/22 04:59:05.41 +{"msg":"PASSED [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should have an terminated reason [NodeConformance] [Conformance]","completed":239,"skipped":4555,"failed":0} +------------------------------ +• [4.023 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:59:01.389 + Sep 17 04:59:01.389: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubelet-test 09/17/22 04:59:01.39 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:59:01.397 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:59:01.4 + [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/framework.go:187 + Sep 17 04:59:05.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-832" for this suite. 09/17/22 04:59:05.41 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 04:59:05.413 +Sep 17 04:59:05.413: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 04:59:05.413 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:59:05.423 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:59:05.425 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-984 09/17/22 04:59:05.426 +[It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 +STEP: Creating a new StatefulSet 09/17/22 04:59:05.429 +Sep 17 04:59:05.434: INFO: Found 0 stateful pods, waiting for 3 +Sep 17 04:59:15.437: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:59:15.437: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:59:15.437: 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-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/17/22 04:59:15.441 +Sep 17 04:59:15.455: INFO: Updating stateful set ss2 +STEP: Creating a new revision 09/17/22 04:59:15.455 +STEP: Not applying an update when the partition is greater than the number of replicas 09/17/22 04:59:25.464 +STEP: Performing a canary update 09/17/22 04:59:25.464 +Sep 17 04:59:25.478: INFO: Updating stateful set ss2 +Sep 17 04:59:25.480: INFO: Waiting for Pod statefulset-984/ss2-2 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +STEP: Restoring Pods to the correct revision when they are deleted 09/17/22 04:59:35.485 +Sep 17 04:59:35.516: INFO: Found 1 stateful pods, waiting for 3 +Sep 17 04:59:45.518: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:59:45.519: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 04:59:45.519: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Performing a phased rolling update 09/17/22 04:59:45.521 +Sep 17 04:59:45.535: INFO: Updating stateful set ss2 +Sep 17 04:59:45.540: INFO: Waiting for Pod statefulset-984/ss2-1 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +Sep 17 04:59:55.560: INFO: Updating stateful set ss2 +Sep 17 04:59:55.567: INFO: Waiting for StatefulSet statefulset-984/ss2 to complete update +Sep 17 04:59:55.567: INFO: Waiting for Pod statefulset-984/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 17 05:00:05.571: INFO: Deleting all statefulset in ns statefulset-984 +Sep 17 05:00:05.572: INFO: Scaling statefulset ss2 to 0 +Sep 17 05:00:15.581: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 05:00:15.582: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 05:00:15.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-984" for this suite. 09/17/22 05:00:15.594 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should perform canary updates and phased rolling updates of template modifications [Conformance]","completed":240,"skipped":4567,"failed":0} +------------------------------ +• [SLOW TEST] [70.185 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 04:59:05.413 + Sep 17 04:59:05.413: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 04:59:05.413 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 04:59:05.423 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 04:59:05.425 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-984 09/17/22 04:59:05.426 + [It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:315 + STEP: Creating a new StatefulSet 09/17/22 04:59:05.429 + Sep 17 04:59:05.434: INFO: Found 0 stateful pods, waiting for 3 + Sep 17 04:59:15.437: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:59:15.437: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:59:15.437: 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-2 to registry.k8s.io/e2e-test-images/httpd:2.4.39-2 09/17/22 04:59:15.441 + Sep 17 04:59:15.455: INFO: Updating stateful set ss2 + STEP: Creating a new revision 09/17/22 04:59:15.455 + STEP: Not applying an update when the partition is greater than the number of replicas 09/17/22 04:59:25.464 + STEP: Performing a canary update 09/17/22 04:59:25.464 + Sep 17 04:59:25.478: INFO: Updating stateful set ss2 + Sep 17 04:59:25.480: INFO: Waiting for Pod statefulset-984/ss2-2 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + STEP: Restoring Pods to the correct revision when they are deleted 09/17/22 04:59:35.485 + Sep 17 04:59:35.516: INFO: Found 1 stateful pods, waiting for 3 + Sep 17 04:59:45.518: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:59:45.519: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 04:59:45.519: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Performing a phased rolling update 09/17/22 04:59:45.521 + Sep 17 04:59:45.535: INFO: Updating stateful set ss2 + Sep 17 04:59:45.540: INFO: Waiting for Pod statefulset-984/ss2-1 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + Sep 17 04:59:55.560: INFO: Updating stateful set ss2 + Sep 17 04:59:55.567: INFO: Waiting for StatefulSet statefulset-984/ss2 to complete update + Sep 17 04:59:55.567: INFO: Waiting for Pod statefulset-984/ss2-0 to have revision ss2-5d8c6ff87d update revision ss2-6557876d87 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 17 05:00:05.571: INFO: Deleting all statefulset in ns statefulset-984 + Sep 17 05:00:05.572: INFO: Scaling statefulset ss2 to 0 + Sep 17 05:00:15.581: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 05:00:15.582: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 05:00:15.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-984" for this suite. 09/17/22 05:00:15.594 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:15.599 +Sep 17 05:00:15.599: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 05:00:15.6 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:15.625 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:15.627 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 +STEP: creating the pod 09/17/22 05:00:15.628 +STEP: submitting the pod to kubernetes 09/17/22 05:00:15.628 +Sep 17 05:00:15.631: INFO: Waiting up to 5m0s for pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" in namespace "pods-394" to be "running and ready" +Sep 17 05:00:15.633: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674": Phase="Pending", Reason="", readiness=false. Elapsed: 2.243341ms +Sep 17 05:00:15.633: INFO: The phase of Pod pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:00:17.636: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674": Phase="Running", Reason="", readiness=true. Elapsed: 2.005166996s +Sep 17 05:00:17.636: INFO: The phase of Pod pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674 is Running (Ready = true) +Sep 17 05:00:17.636: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 09/17/22 05:00:17.637 +STEP: updating the pod 09/17/22 05:00:17.639 +Sep 17 05:00:18.144: INFO: Successfully updated pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" +Sep 17 05:00:18.144: INFO: Waiting up to 5m0s for pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" in namespace "pods-394" to be "running" +Sep 17 05:00:18.146: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674": Phase="Running", Reason="", readiness=true. Elapsed: 1.821002ms +Sep 17 05:00:18.146: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" satisfied condition "running" +STEP: verifying the updated pod is in kubernetes 09/17/22 05:00:18.146 +Sep 17 05:00:18.148: INFO: Pod update OK +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 05:00:18.148: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-394" for this suite. 09/17/22 05:00:18.15 +{"msg":"PASSED [sig-node] Pods should be updated [NodeConformance] [Conformance]","completed":241,"skipped":4621,"failed":0} +------------------------------ +• [2.552 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:15.599 + Sep 17 05:00:15.599: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 05:00:15.6 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:15.625 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:15.627 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:343 + STEP: creating the pod 09/17/22 05:00:15.628 + STEP: submitting the pod to kubernetes 09/17/22 05:00:15.628 + Sep 17 05:00:15.631: INFO: Waiting up to 5m0s for pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" in namespace "pods-394" to be "running and ready" + Sep 17 05:00:15.633: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674": Phase="Pending", Reason="", readiness=false. Elapsed: 2.243341ms + Sep 17 05:00:15.633: INFO: The phase of Pod pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:00:17.636: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674": Phase="Running", Reason="", readiness=true. Elapsed: 2.005166996s + Sep 17 05:00:17.636: INFO: The phase of Pod pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674 is Running (Ready = true) + Sep 17 05:00:17.636: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 09/17/22 05:00:17.637 + STEP: updating the pod 09/17/22 05:00:17.639 + Sep 17 05:00:18.144: INFO: Successfully updated pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" + Sep 17 05:00:18.144: INFO: Waiting up to 5m0s for pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" in namespace "pods-394" to be "running" + Sep 17 05:00:18.146: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674": Phase="Running", Reason="", readiness=true. Elapsed: 1.821002ms + Sep 17 05:00:18.146: INFO: Pod "pod-update-23a04b5d-f70e-40c7-87b6-835926d8e674" satisfied condition "running" + STEP: verifying the updated pod is in kubernetes 09/17/22 05:00:18.146 + Sep 17 05:00:18.148: INFO: Pod update OK + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 05:00:18.148: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-394" for this suite. 09/17/22 05:00:18.15 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-scheduling] LimitRange + should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:57 +[BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:18.152 +Sep 17 05:00:18.152: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename limitrange 09/17/22 05:00:18.153 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:18.167 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:18.168 +[It] should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:57 +STEP: Creating a LimitRange 09/17/22 05:00:18.17 +STEP: Setting up watch 09/17/22 05:00:18.17 +STEP: Submitting a LimitRange 09/17/22 05:00:18.271 +STEP: Verifying LimitRange creation was observed 09/17/22 05:00:18.273 +STEP: Fetching the LimitRange to ensure it has proper values 09/17/22 05:00:18.274 +Sep 17 05:00:18.275: 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}] +Sep 17 05:00:18.275: 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 09/17/22 05:00:18.275 +STEP: Ensuring Pod has resource requirements applied from LimitRange 09/17/22 05:00:18.277 +Sep 17 05:00:18.279: 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}] +Sep 17 05:00:18.279: 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 09/17/22 05:00:18.279 +STEP: Ensuring Pod has merged resource requirements applied from LimitRange 09/17/22 05:00:18.282 +Sep 17 05:00:18.285: 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}] +Sep 17 05:00:18.285: 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 09/17/22 05:00:18.285 +STEP: Failing to create a Pod with more than max resources 09/17/22 05:00:18.287 +STEP: Updating a LimitRange 09/17/22 05:00:18.288 +STEP: Verifying LimitRange updating is effective 09/17/22 05:00:18.291 +STEP: Creating a Pod with less than former min resources 09/17/22 05:00:20.294 +STEP: Failing to create a Pod with more than max resources 09/17/22 05:00:20.296 +STEP: Deleting a LimitRange 09/17/22 05:00:20.297 +STEP: Verifying the LimitRange was deleted 09/17/22 05:00:20.303 +Sep 17 05:00:25.305: INFO: limitRange is already deleted +STEP: Creating a Pod with more than former max resources 09/17/22 05:00:25.305 +[AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:187 +Sep 17 05:00:25.308: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "limitrange-9925" for this suite. 09/17/22 05:00:25.311 +{"msg":"PASSED [sig-scheduling] LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance]","completed":242,"skipped":4626,"failed":0} +------------------------------ +• [SLOW TEST] [7.163 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:57 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:18.152 + Sep 17 05:00:18.152: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename limitrange 09/17/22 05:00:18.153 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:18.167 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:18.168 + [It] should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:57 + STEP: Creating a LimitRange 09/17/22 05:00:18.17 + STEP: Setting up watch 09/17/22 05:00:18.17 + STEP: Submitting a LimitRange 09/17/22 05:00:18.271 + STEP: Verifying LimitRange creation was observed 09/17/22 05:00:18.273 + STEP: Fetching the LimitRange to ensure it has proper values 09/17/22 05:00:18.274 + Sep 17 05:00:18.275: 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}] + Sep 17 05:00:18.275: 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 09/17/22 05:00:18.275 + STEP: Ensuring Pod has resource requirements applied from LimitRange 09/17/22 05:00:18.277 + Sep 17 05:00:18.279: 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}] + Sep 17 05:00:18.279: 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 09/17/22 05:00:18.279 + STEP: Ensuring Pod has merged resource requirements applied from LimitRange 09/17/22 05:00:18.282 + Sep 17 05:00:18.285: 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}] + Sep 17 05:00:18.285: 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 09/17/22 05:00:18.285 + STEP: Failing to create a Pod with more than max resources 09/17/22 05:00:18.287 + STEP: Updating a LimitRange 09/17/22 05:00:18.288 + STEP: Verifying LimitRange updating is effective 09/17/22 05:00:18.291 + STEP: Creating a Pod with less than former min resources 09/17/22 05:00:20.294 + STEP: Failing to create a Pod with more than max resources 09/17/22 05:00:20.296 + STEP: Deleting a LimitRange 09/17/22 05:00:20.297 + STEP: Verifying the LimitRange was deleted 09/17/22 05:00:20.303 + Sep 17 05:00:25.305: INFO: limitRange is already deleted + STEP: Creating a Pod with more than former max resources 09/17/22 05:00:25.305 + [AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/framework.go:187 + Sep 17 05:00:25.308: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "limitrange-9925" for this suite. 09/17/22 05:00:25.311 + << End Captured GinkgoWriter Output +------------------------------ +[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:247 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:25.315 +Sep 17 05:00:25.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-runtime 09/17/22 05:00:25.315 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:25.323 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:25.326 +[It] should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:247 +STEP: create the container 09/17/22 05:00:25.327 +STEP: wait for the container to reach Succeeded 09/17/22 05:00:25.33 +STEP: get the container status 09/17/22 05:00:28.34 +STEP: the container should be terminated 09/17/22 05:00:28.342 +STEP: the termination message should be set 09/17/22 05:00:28.342 +Sep 17 05:00:28.342: INFO: Expected: &{OK} to match Container's Termination Message: OK -- +STEP: delete the container 09/17/22 05:00:28.342 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 17 05:00:28.347: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-3183" for this suite. 09/17/22 05:00:28.349 +{"msg":"PASSED [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]","completed":243,"skipped":4626,"failed":0} +------------------------------ +• [3.036 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + on terminated container + test/e2e/common/node/runtime.go:136 + should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:247 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:25.315 + Sep 17 05:00:25.315: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-runtime 09/17/22 05:00:25.315 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:25.323 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:25.326 + [It] should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:247 + STEP: create the container 09/17/22 05:00:25.327 + STEP: wait for the container to reach Succeeded 09/17/22 05:00:25.33 + STEP: get the container status 09/17/22 05:00:28.34 + STEP: the container should be terminated 09/17/22 05:00:28.342 + STEP: the termination message should be set 09/17/22 05:00:28.342 + Sep 17 05:00:28.342: INFO: Expected: &{OK} to match Container's Termination Message: OK -- + STEP: delete the container 09/17/22 05:00:28.342 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 17 05:00:28.347: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-3183" for this suite. 09/17/22 05:00:28.349 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-network] Proxy version v1 + should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 +[BeforeEach] version v1 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:28.352 +Sep 17 05:00:28.352: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename proxy 09/17/22 05:00:28.352 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:28.367 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:28.37 +[It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 +STEP: starting an echo server on multiple ports 09/17/22 05:00:28.374 +STEP: creating replication controller proxy-service-cpprc in namespace proxy-7262 09/17/22 05:00:28.374 +I0917 05:00:28.382606 20 runners.go:193] Created replication controller with name: proxy-service-cpprc, namespace: proxy-7262, replica count: 1 +I0917 05:00:29.433389 20 runners.go:193] proxy-service-cpprc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Sep 17 05:00:29.435: INFO: setup took 1.063715718s, starting test cases +STEP: running 16 cases, 20 attempts per case, 320 total attempts 09/17/22 05:00:29.435 +Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 11.120469ms) +Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 11.026337ms) +Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 11.4014ms) +Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 11.13942ms) +Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 11.304085ms) +Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 11.101923ms) +Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 11.537637ms) +Sep 17 05:00:29.447: INFO: (0) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 11.539317ms) +Sep 17 05:00:29.447: INFO: (0) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 11.801241ms) +Sep 17 05:00:29.447: INFO: (0) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 11.960059ms) +Sep 17 05:00:29.451: INFO: (1) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 3.668316ms) +Sep 17 05:00:29.451: INFO: (1) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 3.762585ms) +Sep 17 05:00:29.454: INFO: (1) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.091477ms) +Sep 17 05:00:29.454: INFO: (1) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.111789ms) +Sep 17 05:00:29.454: INFO: (1) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.117897ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.838191ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.919123ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.785872ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 7.868574ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 7.919906ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 8.077888ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 8.114956ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 8.083131ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 8.161552ms) +Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 8.233327ms) +Sep 17 05:00:29.457: INFO: (2) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 1.901056ms) +Sep 17 05:00:29.457: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 1.95191ms) +Sep 17 05:00:29.461: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.703375ms) +Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.816938ms) +Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.775026ms) +Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.028699ms) +Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.054886ms) +Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 6.438282ms) +Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.518803ms) +Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.266404ms) +Sep 17 05:00:29.463: INFO: (2) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 3.380992ms) +Sep 17 05:00:29.469: INFO: (3) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 5.761089ms) +Sep 17 05:00:29.469: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.748552ms) +Sep 17 05:00:29.470: INFO: (3) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 5.852356ms) +Sep 17 05:00:29.470: INFO: (3) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.830868ms) +Sep 17 05:00:29.470: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.447211ms) +Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.675329ms) +Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.843674ms) +Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.765356ms) +Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.02198ms) +Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.937572ms) +Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 6.967355ms) +Sep 17 05:00:29.474: INFO: (3) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 10.687968ms) +Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.169857ms) +Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 5.321531ms) +Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.134313ms) +Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 5.341231ms) +Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.301348ms) +Sep 17 05:00:29.481: INFO: (4) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.093182ms) +Sep 17 05:00:29.481: INFO: (4) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.184748ms) +Sep 17 05:00:29.481: INFO: (4) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.155397ms) +Sep 17 05:00:29.482: INFO: (4) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 6.65267ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.463237ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.662535ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.737701ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.57992ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.996329ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 6.666693ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.026557ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.193032ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 7.180292ms) +Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.435368ms) +Sep 17 05:00:29.495: INFO: (6) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 4.621897ms) +Sep 17 05:00:29.496: INFO: (6) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.443055ms) +Sep 17 05:00:29.496: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.849754ms) +Sep 17 05:00:29.497: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.870412ms) +Sep 17 05:00:29.497: INFO: (6) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.059105ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.707851ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.533774ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.67218ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.997182ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.766523ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.303359ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.616301ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.823118ms) +Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 6.024793ms) +Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.083942ms) +Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.025649ms) +Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.847356ms) +Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 5.916025ms) +Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 6.006686ms) +Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 6.327342ms) +Sep 17 05:00:29.506: INFO: (7) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.307612ms) +Sep 17 05:00:29.506: INFO: (7) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.202834ms) +Sep 17 05:00:29.506: INFO: (7) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.275093ms) +Sep 17 05:00:29.507: INFO: (7) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.834554ms) +Sep 17 05:00:29.507: INFO: (7) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.793382ms) +Sep 17 05:00:29.509: INFO: (8) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 1.902954ms) +Sep 17 05:00:29.510: INFO: (8) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 2.647822ms) +Sep 17 05:00:29.510: INFO: (8) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 2.675495ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.446298ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 7.299876ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.419194ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.710984ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.858885ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.955179ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 8.222255ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 8.271576ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 8.257157ms) +Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 8.458046ms) +Sep 17 05:00:29.516: INFO: (8) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 8.37875ms) +Sep 17 05:00:29.516: INFO: (8) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 8.46453ms) +Sep 17 05:00:29.520: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.04675ms) +Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.405225ms) +Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.401188ms) +Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.496292ms) +Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.549308ms) +Sep 17 05:00:29.522: INFO: (9) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.72494ms) +Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.123259ms) +Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.313241ms) +Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 7.659087ms) +Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 4.961983ms) +Sep 17 05:00:29.530: INFO: (10) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 5.815809ms) +Sep 17 05:00:29.530: INFO: (10) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.942034ms) +Sep 17 05:00:29.530: INFO: (10) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 7.521898ms) +Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.701283ms) +Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.620898ms) +Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.581735ms) +Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.659623ms) +Sep 17 05:00:29.534: INFO: (11) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 1.908843ms) +Sep 17 05:00:29.535: INFO: (11) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 3.239528ms) +Sep 17 05:00:29.537: INFO: (11) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.487997ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.645226ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 6.722875ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 6.976805ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.049099ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.268964ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.509427ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.272924ms) +Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.210769ms) +Sep 17 05:00:29.540: INFO: (11) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 7.851154ms) +Sep 17 05:00:29.545: INFO: (11) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 12.277871ms) +Sep 17 05:00:29.548: INFO: (12) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 3.305201ms) +Sep 17 05:00:29.550: INFO: (12) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.579247ms) +Sep 17 05:00:29.551: INFO: (12) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.91033ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.028014ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 6.992709ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.625311ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.966941ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.970507ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.152154ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.08718ms) +Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 4.100584ms) +Sep 17 05:00:29.558: INFO: (13) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 4.355572ms) +Sep 17 05:00:29.558: INFO: (13) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 4.268062ms) +Sep 17 05:00:29.558: INFO: (13) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 4.298016ms) +Sep 17 05:00:29.564: INFO: (14) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 4.634497ms) +Sep 17 05:00:29.566: INFO: (14) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.759283ms) +Sep 17 05:00:29.566: INFO: (14) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.640591ms) +Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 6.833821ms) +Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.684578ms) +Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.918635ms) +Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 3.620985ms) +Sep 17 05:00:29.580: INFO: (15) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.601074ms) +Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.869098ms) +Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.045006ms) +Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.909738ms) +Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.519732ms) +Sep 17 05:00:29.582: INFO: (15) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.563231ms) +Sep 17 05:00:29.582: INFO: (15) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.787133ms) +Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.874657ms) +Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 7.994961ms) +Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.845531ms) +Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 8.061714ms) +Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 8.04796ms) +Sep 17 05:00:29.587: INFO: (16) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 3.76574ms) +Sep 17 05:00:29.587: INFO: (16) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.163401ms) +Sep 17 05:00:29.587: INFO: (16) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.544651ms) +Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 4.488535ms) +Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.573509ms) +Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 4.441979ms) +Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.769047ms) +Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 4.573764ms) +Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 4.51293ms) +Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 5.894576ms) +Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 6.143104ms) +Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 6.199423ms) +Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 6.0997ms) +Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.344564ms) +Sep 17 05:00:29.590: INFO: (16) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.387913ms) +Sep 17 05:00:29.594: INFO: (17) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.31893ms) +Sep 17 05:00:29.594: INFO: (17) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.429481ms) +Sep 17 05:00:29.594: INFO: (17) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.516122ms) +Sep 17 05:00:29.595: INFO: (17) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 4.879796ms) +Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 5.844074ms) +Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 5.944921ms) +Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.02221ms) +Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 6.112745ms) +Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 6.871115ms) +Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 6.976156ms) +Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.971486ms) +Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 6.936975ms) +Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.05289ms) +Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.097405ms) +Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 7.263907ms) +Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.567971ms) +Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 5.637254ms) +Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.652352ms) +Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.784884ms) +Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.812254ms) +Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.064914ms) +Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.086434ms) +Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.143049ms) +Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 6.59115ms) +Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.501127ms) +Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.244079ms) +Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.276102ms) +Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.408877ms) +Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 7.278709ms) +Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.347473ms) +Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 5.419398ms) +Sep 17 05:00:29.610: INFO: (19) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.721177ms) +Sep 17 05:00:29.611: INFO: (19) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.736547ms) +Sep 17 05:00:29.611: INFO: (19) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.05175ms) +Sep 17 05:00:29.611: INFO: (19) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.091543ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 8.830882ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 8.824017ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 8.812777ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 8.843287ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 8.88897ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 8.927469ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 8.973088ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 8.932566ms) +Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 9.017538ms) +STEP: deleting ReplicationController proxy-service-cpprc in namespace proxy-7262, will wait for the garbage collector to delete the pods 09/17/22 05:00:29.614 +Sep 17 05:00:29.669: INFO: Deleting ReplicationController proxy-service-cpprc took: 3.737888ms +Sep 17 05:00:29.770: INFO: Terminating ReplicationController proxy-service-cpprc pods took: 100.708546ms +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Sep 17 05:00:32.371: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-7262" for this suite. 09/17/22 05:00:32.373 +{"msg":"PASSED [sig-network] Proxy version v1 should proxy through a service and a pod [Conformance]","completed":244,"skipped":4631,"failed":0} +------------------------------ +• [4.025 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:28.352 + Sep 17 05:00:28.352: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename proxy 09/17/22 05:00:28.352 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:28.367 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:28.37 + [It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 + STEP: starting an echo server on multiple ports 09/17/22 05:00:28.374 + STEP: creating replication controller proxy-service-cpprc in namespace proxy-7262 09/17/22 05:00:28.374 + I0917 05:00:28.382606 20 runners.go:193] Created replication controller with name: proxy-service-cpprc, namespace: proxy-7262, replica count: 1 + I0917 05:00:29.433389 20 runners.go:193] proxy-service-cpprc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Sep 17 05:00:29.435: INFO: setup took 1.063715718s, starting test cases + STEP: running 16 cases, 20 attempts per case, 320 total attempts 09/17/22 05:00:29.435 + Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 11.120469ms) + Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 11.026337ms) + Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 11.4014ms) + Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 11.13942ms) + Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 11.304085ms) + Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 11.101923ms) + Sep 17 05:00:29.446: INFO: (0) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 11.537637ms) + Sep 17 05:00:29.447: INFO: (0) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 11.539317ms) + Sep 17 05:00:29.447: INFO: (0) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 11.801241ms) + Sep 17 05:00:29.447: INFO: (0) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 11.960059ms) + Sep 17 05:00:29.451: INFO: (1) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 3.668316ms) + Sep 17 05:00:29.451: INFO: (1) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 3.762585ms) + Sep 17 05:00:29.454: INFO: (1) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.091477ms) + Sep 17 05:00:29.454: INFO: (1) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.111789ms) + Sep 17 05:00:29.454: INFO: (1) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.117897ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.838191ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.919123ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.785872ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 7.868574ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 7.919906ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 8.077888ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 8.114956ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 8.083131ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 8.161552ms) + Sep 17 05:00:29.455: INFO: (1) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 8.233327ms) + Sep 17 05:00:29.457: INFO: (2) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 1.901056ms) + Sep 17 05:00:29.457: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 1.95191ms) + Sep 17 05:00:29.461: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.703375ms) + Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.816938ms) + Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.775026ms) + Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.028699ms) + Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.054886ms) + Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 6.438282ms) + Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.518803ms) + Sep 17 05:00:29.462: INFO: (2) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.266404ms) + Sep 17 05:00:29.463: INFO: (2) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 3.380992ms) + Sep 17 05:00:29.469: INFO: (3) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 5.761089ms) + Sep 17 05:00:29.469: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.748552ms) + Sep 17 05:00:29.470: INFO: (3) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 5.852356ms) + Sep 17 05:00:29.470: INFO: (3) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.830868ms) + Sep 17 05:00:29.470: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.447211ms) + Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.675329ms) + Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.843674ms) + Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.765356ms) + Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.02198ms) + Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.937572ms) + Sep 17 05:00:29.471: INFO: (3) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 6.967355ms) + Sep 17 05:00:29.474: INFO: (3) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 10.687968ms) + Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.169857ms) + Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 5.321531ms) + Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.134313ms) + Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 5.341231ms) + Sep 17 05:00:29.480: INFO: (4) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.301348ms) + Sep 17 05:00:29.481: INFO: (4) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.093182ms) + Sep 17 05:00:29.481: INFO: (4) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.184748ms) + Sep 17 05:00:29.481: INFO: (4) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.155397ms) + Sep 17 05:00:29.482: INFO: (4) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 6.65267ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.463237ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.662535ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.737701ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.57992ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.996329ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 6.666693ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.026557ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.193032ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 7.180292ms) + Sep 17 05:00:29.490: INFO: (5) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.435368ms) + Sep 17 05:00:29.495: INFO: (6) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 4.621897ms) + Sep 17 05:00:29.496: INFO: (6) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.443055ms) + Sep 17 05:00:29.496: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.849754ms) + Sep 17 05:00:29.497: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.870412ms) + Sep 17 05:00:29.497: INFO: (6) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.059105ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.707851ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.533774ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.67218ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.997182ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.766523ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.303359ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.616301ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.823118ms) + Sep 17 05:00:29.498: INFO: (6) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 6.024793ms) + Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.083942ms) + Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.025649ms) + Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.847356ms) + Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 5.916025ms) + Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 6.006686ms) + Sep 17 05:00:29.505: INFO: (7) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 6.327342ms) + Sep 17 05:00:29.506: INFO: (7) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.307612ms) + Sep 17 05:00:29.506: INFO: (7) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.202834ms) + Sep 17 05:00:29.506: INFO: (7) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.275093ms) + Sep 17 05:00:29.507: INFO: (7) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.834554ms) + Sep 17 05:00:29.507: INFO: (7) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.793382ms) + Sep 17 05:00:29.509: INFO: (8) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 1.902954ms) + Sep 17 05:00:29.510: INFO: (8) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 2.647822ms) + Sep 17 05:00:29.510: INFO: (8) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 2.675495ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.446298ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 7.299876ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.419194ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.710984ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.858885ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.955179ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 8.222255ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 8.271576ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 8.257157ms) + Sep 17 05:00:29.515: INFO: (8) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 8.458046ms) + Sep 17 05:00:29.516: INFO: (8) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 8.37875ms) + Sep 17 05:00:29.516: INFO: (8) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 8.46453ms) + Sep 17 05:00:29.520: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.04675ms) + Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.405225ms) + Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.401188ms) + Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.496292ms) + Sep 17 05:00:29.521: INFO: (9) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.549308ms) + Sep 17 05:00:29.522: INFO: (9) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.72494ms) + Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.123259ms) + Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.313241ms) + Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 7.659087ms) + Sep 17 05:00:29.523: INFO: (9) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 4.961983ms) + Sep 17 05:00:29.530: INFO: (10) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 5.815809ms) + Sep 17 05:00:29.530: INFO: (10) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.942034ms) + Sep 17 05:00:29.530: INFO: (10) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 7.521898ms) + Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.701283ms) + Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.620898ms) + Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.581735ms) + Sep 17 05:00:29.532: INFO: (10) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.659623ms) + Sep 17 05:00:29.534: INFO: (11) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 1.908843ms) + Sep 17 05:00:29.535: INFO: (11) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 3.239528ms) + Sep 17 05:00:29.537: INFO: (11) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.487997ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 6.645226ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 6.722875ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 6.976805ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.049099ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.268964ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.509427ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 7.272924ms) + Sep 17 05:00:29.539: INFO: (11) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.210769ms) + Sep 17 05:00:29.540: INFO: (11) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 7.851154ms) + Sep 17 05:00:29.545: INFO: (11) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 12.277871ms) + Sep 17 05:00:29.548: INFO: (12) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 3.305201ms) + Sep 17 05:00:29.550: INFO: (12) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.579247ms) + Sep 17 05:00:29.551: INFO: (12) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.91033ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.028014ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 6.992709ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 6.625311ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.966941ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.970507ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 7.152154ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.08718ms) + Sep 17 05:00:29.552: INFO: (12) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 4.100584ms) + Sep 17 05:00:29.558: INFO: (13) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 4.355572ms) + Sep 17 05:00:29.558: INFO: (13) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 4.268062ms) + Sep 17 05:00:29.558: INFO: (13) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 4.298016ms) + Sep 17 05:00:29.564: INFO: (14) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 4.634497ms) + Sep 17 05:00:29.566: INFO: (14) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.759283ms) + Sep 17 05:00:29.566: INFO: (14) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.640591ms) + Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 6.833821ms) + Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.684578ms) + Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.918635ms) + Sep 17 05:00:29.567: INFO: (14) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 3.620985ms) + Sep 17 05:00:29.580: INFO: (15) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 5.601074ms) + Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.869098ms) + Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.045006ms) + Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.909738ms) + Sep 17 05:00:29.581: INFO: (15) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.519732ms) + Sep 17 05:00:29.582: INFO: (15) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 7.563231ms) + Sep 17 05:00:29.582: INFO: (15) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.787133ms) + Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.874657ms) + Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 7.994961ms) + Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 7.845531ms) + Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 8.061714ms) + Sep 17 05:00:29.583: INFO: (15) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 8.04796ms) + Sep 17 05:00:29.587: INFO: (16) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 3.76574ms) + Sep 17 05:00:29.587: INFO: (16) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.163401ms) + Sep 17 05:00:29.587: INFO: (16) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.544651ms) + Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 4.488535ms) + Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.573509ms) + Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 4.441979ms) + Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.769047ms) + Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 4.573764ms) + Sep 17 05:00:29.588: INFO: (16) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 4.51293ms) + Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 5.894576ms) + Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 6.143104ms) + Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 6.199423ms) + Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 6.0997ms) + Sep 17 05:00:29.589: INFO: (16) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 6.344564ms) + Sep 17 05:00:29.590: INFO: (16) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.387913ms) + Sep 17 05:00:29.594: INFO: (17) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 4.31893ms) + Sep 17 05:00:29.594: INFO: (17) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.429481ms) + Sep 17 05:00:29.594: INFO: (17) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 4.516122ms) + Sep 17 05:00:29.595: INFO: (17) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 4.879796ms) + Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 5.844074ms) + Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 5.944921ms) + Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.02221ms) + Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 6.112745ms) + Sep 17 05:00:29.596: INFO: (17) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test (200; 6.871115ms) + Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 6.976156ms) + Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 6.971486ms) + Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 6.936975ms) + Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.05289ms) + Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 7.097405ms) + Sep 17 05:00:29.597: INFO: (17) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 7.263907ms) + Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 5.567971ms) + Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:460/proxy/: tls baz (200; 5.637254ms) + Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.652352ms) + Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 5.784884ms) + Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:1080/proxy/: test<... (200; 5.812254ms) + Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.064914ms) + Sep 17 05:00:29.603: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.086434ms) + Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 6.143049ms) + Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 6.59115ms) + Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 6.501127ms) + Sep 17 05:00:29.604: INFO: (18) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 7.244079ms) + Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 7.276102ms) + Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 7.408877ms) + Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:1080/proxy/: ... (200; 7.278709ms) + Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 7.347473ms) + Sep 17 05:00:29.605: INFO: (18) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: ... (200; 5.419398ms) + Sep 17 05:00:29.610: INFO: (19) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt/proxy/: test (200; 5.721177ms) + Sep 17 05:00:29.611: INFO: (19) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:462/proxy/: tls qux (200; 5.736547ms) + Sep 17 05:00:29.611: INFO: (19) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 6.05175ms) + Sep 17 05:00:29.611: INFO: (19) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 6.091543ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/pods/https:proxy-service-cpprc-s6fgt:443/proxy/: test<... (200; 8.830882ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/pods/proxy-service-cpprc-s6fgt:160/proxy/: foo (200; 8.824017ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname1/proxy/: foo (200; 8.812777ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/pods/http:proxy-service-cpprc-s6fgt:162/proxy/: bar (200; 8.843287ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname2/proxy/: tls qux (200; 8.88897ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname1/proxy/: foo (200; 8.927469ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/https:proxy-service-cpprc:tlsportname1/proxy/: tls baz (200; 8.973088ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/http:proxy-service-cpprc:portname2/proxy/: bar (200; 8.932566ms) + Sep 17 05:00:29.614: INFO: (19) /api/v1/namespaces/proxy-7262/services/proxy-service-cpprc:portname2/proxy/: bar (200; 9.017538ms) + STEP: deleting ReplicationController proxy-service-cpprc in namespace proxy-7262, will wait for the garbage collector to delete the pods 09/17/22 05:00:29.614 + Sep 17 05:00:29.669: INFO: Deleting ReplicationController proxy-service-cpprc took: 3.737888ms + Sep 17 05:00:29.770: INFO: Terminating ReplicationController proxy-service-cpprc pods took: 100.708546ms + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Sep 17 05:00:32.371: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-7262" for this suite. 09/17/22 05:00:32.373 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:106 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:32.377 +Sep 17 05:00:32.377: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 05:00:32.377 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:32.387 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:32.39 +[It] should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:106 +STEP: Creating a pod to test emptydir 0666 on tmpfs 09/17/22 05:00:32.393 +Sep 17 05:00:32.396: INFO: Waiting up to 5m0s for pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1" in namespace "emptydir-2691" to be "Succeeded or Failed" +Sep 17 05:00:32.399: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.49668ms +Sep 17 05:00:34.401: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004547863s +Sep 17 05:00:36.401: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004804668s +STEP: Saw pod success 09/17/22 05:00:36.401 +Sep 17 05:00:36.401: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1" satisfied condition "Succeeded or Failed" +Sep 17 05:00:36.402: INFO: Trying to get logs from node 10.254.0.17 pod pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1 container test-container: +STEP: delete the pod 09/17/22 05:00:36.409 +Sep 17 05:00:36.413: INFO: Waiting for pod pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1 to disappear +Sep 17 05:00:36.418: INFO: Pod pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 05:00:36.418: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-2691" for this suite. 09/17/22 05:00:36.419 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":245,"skipped":4634,"failed":0} +------------------------------ +• [4.044 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:106 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:32.377 + Sep 17 05:00:32.377: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 05:00:32.377 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:32.387 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:32.39 + [It] should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:106 + STEP: Creating a pod to test emptydir 0666 on tmpfs 09/17/22 05:00:32.393 + Sep 17 05:00:32.396: INFO: Waiting up to 5m0s for pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1" in namespace "emptydir-2691" to be "Succeeded or Failed" + Sep 17 05:00:32.399: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.49668ms + Sep 17 05:00:34.401: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004547863s + Sep 17 05:00:36.401: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004804668s + STEP: Saw pod success 09/17/22 05:00:36.401 + Sep 17 05:00:36.401: INFO: Pod "pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1" satisfied condition "Succeeded or Failed" + Sep 17 05:00:36.402: INFO: Trying to get logs from node 10.254.0.17 pod pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1 container test-container: + STEP: delete the pod 09/17/22 05:00:36.409 + Sep 17 05:00:36.413: INFO: Waiting for pod pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1 to disappear + Sep 17 05:00:36.418: INFO: Pod pod-0be3d906-fa75-4ceb-aa5c-161cbeba7af1 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 05:00:36.418: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-2691" for this suite. 09/17/22 05:00:36.419 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:36.422 +Sep 17 05:00:36.422: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename proxy 09/17/22 05:00:36.422 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:36.432 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:36.433 +[It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 +Sep 17 05:00:36.435: INFO: Creating pod... +Sep 17 05:00:36.438: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-770" to be "running" +Sep 17 05:00:36.439: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 1.791108ms +Sep 17 05:00:38.442: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.004494916s +Sep 17 05:00:38.442: INFO: Pod "agnhost" satisfied condition "running" +Sep 17 05:00:38.442: INFO: Creating service... +Sep 17 05:00:38.446: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=DELETE +Sep 17 05:00:38.468: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 17 05:00:38.468: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=OPTIONS +Sep 17 05:00:38.478: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 17 05:00:38.478: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=PATCH +Sep 17 05:00:38.488: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 17 05:00:38.488: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=POST +Sep 17 05:00:38.492: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 17 05:00:38.492: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=PUT +Sep 17 05:00:38.502: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Sep 17 05:00:38.502: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=DELETE +Sep 17 05:00:38.512: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Sep 17 05:00:38.512: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=OPTIONS +Sep 17 05:00:38.518: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Sep 17 05:00:38.518: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=PATCH +Sep 17 05:00:38.528: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Sep 17 05:00:38.528: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=POST +Sep 17 05:00:38.532: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Sep 17 05:00:38.532: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=PUT +Sep 17 05:00:38.538: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Sep 17 05:00:38.538: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=GET +Sep 17 05:00:38.539: INFO: http.Client request:GET StatusCode:301 +Sep 17 05:00:38.539: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=GET +Sep 17 05:00:38.541: INFO: http.Client request:GET StatusCode:301 +Sep 17 05:00:38.541: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=HEAD +Sep 17 05:00:38.542: INFO: http.Client request:HEAD StatusCode:301 +Sep 17 05:00:38.542: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=HEAD +Sep 17 05:00:38.544: INFO: http.Client request:HEAD StatusCode:301 +[AfterEach] version v1 + test/e2e/framework/framework.go:187 +Sep 17 05:00:38.544: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "proxy-770" for this suite. 09/17/22 05:00:38.546 +{"msg":"PASSED [sig-network] Proxy version v1 A set of valid responses are returned for both pod and service Proxy [Conformance]","completed":246,"skipped":4640,"failed":0} +------------------------------ +• [2.127 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:36.422 + Sep 17 05:00:36.422: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename proxy 09/17/22 05:00:36.422 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:36.432 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:36.433 + [It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 + Sep 17 05:00:36.435: INFO: Creating pod... + Sep 17 05:00:36.438: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-770" to be "running" + Sep 17 05:00:36.439: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 1.791108ms + Sep 17 05:00:38.442: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.004494916s + Sep 17 05:00:38.442: INFO: Pod "agnhost" satisfied condition "running" + Sep 17 05:00:38.442: INFO: Creating service... + Sep 17 05:00:38.446: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=DELETE + Sep 17 05:00:38.468: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 17 05:00:38.468: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=OPTIONS + Sep 17 05:00:38.478: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 17 05:00:38.478: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=PATCH + Sep 17 05:00:38.488: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 17 05:00:38.488: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=POST + Sep 17 05:00:38.492: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 17 05:00:38.492: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=PUT + Sep 17 05:00:38.502: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Sep 17 05:00:38.502: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=DELETE + Sep 17 05:00:38.512: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Sep 17 05:00:38.512: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=OPTIONS + Sep 17 05:00:38.518: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Sep 17 05:00:38.518: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=PATCH + Sep 17 05:00:38.528: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Sep 17 05:00:38.528: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=POST + Sep 17 05:00:38.532: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Sep 17 05:00:38.532: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=PUT + Sep 17 05:00:38.538: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Sep 17 05:00:38.538: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=GET + Sep 17 05:00:38.539: INFO: http.Client request:GET StatusCode:301 + Sep 17 05:00:38.539: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=GET + Sep 17 05:00:38.541: INFO: http.Client request:GET StatusCode:301 + Sep 17 05:00:38.541: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/pods/agnhost/proxy?method=HEAD + Sep 17 05:00:38.542: INFO: http.Client request:HEAD StatusCode:301 + Sep 17 05:00:38.542: INFO: Starting http.Client for https://10.68.0.1:443/api/v1/namespaces/proxy-770/services/e2e-proxy-test-service/proxy?method=HEAD + Sep 17 05:00:38.544: INFO: http.Client request:HEAD StatusCode:301 + [AfterEach] version v1 + test/e2e/framework/framework.go:187 + Sep 17 05:00:38.544: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "proxy-770" for this suite. 09/17/22 05:00:38.546 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:38.55 +Sep 17 05:00:38.550: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename gc 09/17/22 05:00:38.55 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:38.559 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:38.565 +[It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 +STEP: create the deployment 09/17/22 05:00:38.566 +STEP: Wait for the Deployment to create new ReplicaSet 09/17/22 05:00:38.569 +STEP: delete the deployment 09/17/22 05:00:39.074 +STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 09/17/22 05:00:39.077 +STEP: Gathering metrics 09/17/22 05:00:39.588 +W0917 05:00:39.590662 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 17 05:00:39.590: 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/framework.go:187 +Sep 17 05:00:39.590: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-2494" for this suite. 09/17/22 05:00:39.592 +{"msg":"PASSED [sig-api-machinery] Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]","completed":247,"skipped":4648,"failed":0} +------------------------------ +• [1.044 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:38.55 + Sep 17 05:00:38.550: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename gc 09/17/22 05:00:38.55 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:38.559 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:38.565 + [It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 + STEP: create the deployment 09/17/22 05:00:38.566 + STEP: Wait for the Deployment to create new ReplicaSet 09/17/22 05:00:38.569 + STEP: delete the deployment 09/17/22 05:00:39.074 + STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 09/17/22 05:00:39.077 + STEP: Gathering metrics 09/17/22 05:00:39.588 + W0917 05:00:39.590662 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 17 05:00:39.590: 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/framework.go:187 + Sep 17 05:00:39.590: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-2494" for this suite. 09/17/22 05:00:39.592 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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:248 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:39.594 +Sep 17 05:00:39.594: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 05:00:39.595 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:39.602 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:39.605 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[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:248 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:00:39.607 +Sep 17 05:00:39.610: INFO: Waiting up to 5m0s for pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a" in namespace "downward-api-9713" to be "Succeeded or Failed" +Sep 17 05:00:39.611: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.361369ms +Sep 17 05:00:41.613: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003806978s +Sep 17 05:00:43.615: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005289346s +STEP: Saw pod success 09/17/22 05:00:43.615 +Sep 17 05:00:43.615: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a" satisfied condition "Succeeded or Failed" +Sep 17 05:00:43.618: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a container client-container: +STEP: delete the pod 09/17/22 05:00:43.625 +Sep 17 05:00:43.631: INFO: Waiting for pod downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a to disappear +Sep 17 05:00:43.639: INFO: Pod downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 05:00:43.639: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-9713" for this suite. 09/17/22 05:00:43.641 +{"msg":"PASSED [sig-storage] Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]","completed":248,"skipped":4667,"failed":0} +------------------------------ +• [4.051 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:248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:39.594 + Sep 17 05:00:39.594: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 05:00:39.595 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:39.602 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:39.605 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [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:248 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:00:39.607 + Sep 17 05:00:39.610: INFO: Waiting up to 5m0s for pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a" in namespace "downward-api-9713" to be "Succeeded or Failed" + Sep 17 05:00:39.611: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.361369ms + Sep 17 05:00:41.613: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003806978s + Sep 17 05:00:43.615: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005289346s + STEP: Saw pod success 09/17/22 05:00:43.615 + Sep 17 05:00:43.615: INFO: Pod "downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a" satisfied condition "Succeeded or Failed" + Sep 17 05:00:43.618: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a container client-container: + STEP: delete the pod 09/17/22 05:00:43.625 + Sep 17 05:00:43.631: INFO: Waiting for pod downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a to disappear + Sep 17 05:00:43.639: INFO: Pod downwardapi-volume-17fcdf0d-0018-4e2e-94d1-5986d84fdd9a no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 05:00:43.639: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-9713" for this suite. 09/17/22 05:00:43.641 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:412 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:43.646 +Sep 17 05:00:43.646: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 05:00:43.647 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:43.669 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:43.675 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 05:00:43.694 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:00:43.911 +STEP: Deploying the webhook pod 09/17/22 05:00:43.914 +STEP: Wait for the deployment to be ready 09/17/22 05:00:43.918 +Sep 17 05:00:43.925: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 05:00:45.929 +STEP: Verifying the service has paired with the endpoint 09/17/22 05:00:45.937 +Sep 17 05:00:46.937: 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:412 +STEP: Creating a validating webhook configuration 09/17/22 05:00:46.939 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:00:46.946 +STEP: Updating a validating webhook configuration's rules to not include the create operation 09/17/22 05:00:46.95 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:00:46.954 +STEP: Patching a validating webhook configuration's rules to include the create operation 09/17/22 05:00:46.957 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:00:46.96 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:00:46.964: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-6007" for this suite. 09/17/22 05:00:46.965 +STEP: Destroying namespace "webhook-6007-markers" for this suite. 09/17/22 05:00:46.968 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]","completed":249,"skipped":4671,"failed":0} +------------------------------ +• [3.343 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:412 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:43.646 + Sep 17 05:00:43.646: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 05:00:43.647 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:43.669 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:43.675 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 05:00:43.694 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:00:43.911 + STEP: Deploying the webhook pod 09/17/22 05:00:43.914 + STEP: Wait for the deployment to be ready 09/17/22 05:00:43.918 + Sep 17 05:00:43.925: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 05:00:45.929 + STEP: Verifying the service has paired with the endpoint 09/17/22 05:00:45.937 + Sep 17 05:00:46.937: 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:412 + STEP: Creating a validating webhook configuration 09/17/22 05:00:46.939 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:00:46.946 + STEP: Updating a validating webhook configuration's rules to not include the create operation 09/17/22 05:00:46.95 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:00:46.954 + STEP: Patching a validating webhook configuration's rules to include the create operation 09/17/22 05:00:46.957 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:00:46.96 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:00:46.964: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-6007" for this suite. 09/17/22 05:00:46.965 + STEP: Destroying namespace "webhook-6007-markers" for this suite. 09/17/22 05:00:46.968 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:88 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:46.989 +Sep 17 05:00:46.990: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:00:46.99 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:47.014 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:47.02 +[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:88 +STEP: Creating secret with name secret-test-map-36384e3e-7fee-4eeb-a24e-74e2d5705f70 09/17/22 05:00:47.024 +STEP: Creating a pod to test consume secrets 09/17/22 05:00:47.028 +Sep 17 05:00:47.032: INFO: Waiting up to 5m0s for pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208" in namespace "secrets-4971" to be "Succeeded or Failed" +Sep 17 05:00:47.034: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208": Phase="Pending", Reason="", readiness=false. Elapsed: 1.530587ms +Sep 17 05:00:49.036: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003447191s +Sep 17 05:00:51.036: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003532923s +STEP: Saw pod success 09/17/22 05:00:51.036 +Sep 17 05:00:51.036: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208" satisfied condition "Succeeded or Failed" +Sep 17 05:00:51.037: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208 container secret-volume-test: +STEP: delete the pod 09/17/22 05:00:51.04 +Sep 17 05:00:51.044: INFO: Waiting for pod pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208 to disappear +Sep 17 05:00:51.046: INFO: Pod pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:00:51.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4971" for this suite. 09/17/22 05:00:51.047 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":250,"skipped":4707,"failed":0} +------------------------------ +• [4.060 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:88 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:46.989 + Sep 17 05:00:46.990: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:00:46.99 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:47.014 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:47.02 + [It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:88 + STEP: Creating secret with name secret-test-map-36384e3e-7fee-4eeb-a24e-74e2d5705f70 09/17/22 05:00:47.024 + STEP: Creating a pod to test consume secrets 09/17/22 05:00:47.028 + Sep 17 05:00:47.032: INFO: Waiting up to 5m0s for pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208" in namespace "secrets-4971" to be "Succeeded or Failed" + Sep 17 05:00:47.034: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208": Phase="Pending", Reason="", readiness=false. Elapsed: 1.530587ms + Sep 17 05:00:49.036: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003447191s + Sep 17 05:00:51.036: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003532923s + STEP: Saw pod success 09/17/22 05:00:51.036 + Sep 17 05:00:51.036: INFO: Pod "pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208" satisfied condition "Succeeded or Failed" + Sep 17 05:00:51.037: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208 container secret-volume-test: + STEP: delete the pod 09/17/22 05:00:51.04 + Sep 17 05:00:51.044: INFO: Waiting for pod pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208 to disappear + Sep 17 05:00:51.046: INFO: Pod pod-secrets-bbfb5d1c-888b-413d-9ea6-d647507ed208 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:00:51.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4971" for this suite. 09/17/22 05:00:51.047 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:51.05 +Sep 17 05:00:51.050: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename tables 09/17/22 05:00:51.051 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:51.059 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:51.062 +[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/framework.go:187 +Sep 17 05:00:51.064: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "tables-5005" for this suite. 09/17/22 05:00:51.065 +{"msg":"PASSED [sig-api-machinery] Servers with support for Table transformation should return a 406 for a backend which does not implement metadata [Conformance]","completed":251,"skipped":4726,"failed":0} +------------------------------ +• [0.017 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:51.05 + Sep 17 05:00:51.050: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename tables 09/17/22 05:00:51.051 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:51.059 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:51.062 + [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/framework.go:187 + Sep 17 05:00:51.064: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "tables-5005" for this suite. 09/17/22 05:00:51.065 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:00:51.069 +Sep 17 05:00:51.069: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename subpath 09/17/22 05:00:51.069 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:51.078 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:51.08 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/17/22 05:00:51.081 +[It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 +STEP: Creating pod pod-subpath-test-downwardapi-pz6q 09/17/22 05:00:51.085 +STEP: Creating a pod to test atomic-volume-subpath 09/17/22 05:00:51.085 +Sep 17 05:00:51.088: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-pz6q" in namespace "subpath-4553" to be "Succeeded or Failed" +Sep 17 05:00:51.091: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Pending", Reason="", readiness=false. Elapsed: 2.649233ms +Sep 17 05:00:53.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 2.00535624s +Sep 17 05:00:55.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 4.005291986s +Sep 17 05:00:57.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 6.005338936s +Sep 17 05:00:59.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 8.004515722s +Sep 17 05:01:01.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 10.004786921s +Sep 17 05:01:03.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 12.005004926s +Sep 17 05:01:05.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 14.004441376s +Sep 17 05:01:07.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 16.004652766s +Sep 17 05:01:09.095: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 18.006403203s +Sep 17 05:01:11.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 20.004398847s +Sep 17 05:01:13.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=false. Elapsed: 22.005341395s +Sep 17 05:01:15.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.005410659s +STEP: Saw pod success 09/17/22 05:01:15.094 +Sep 17 05:01:15.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q" satisfied condition "Succeeded or Failed" +Sep 17 05:01:15.095: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-downwardapi-pz6q container test-container-subpath-downwardapi-pz6q: +STEP: delete the pod 09/17/22 05:01:15.098 +Sep 17 05:01:15.103: INFO: Waiting for pod pod-subpath-test-downwardapi-pz6q to disappear +Sep 17 05:01:15.104: INFO: Pod pod-subpath-test-downwardapi-pz6q no longer exists +STEP: Deleting pod pod-subpath-test-downwardapi-pz6q 09/17/22 05:01:15.104 +Sep 17 05:01:15.104: INFO: Deleting pod "pod-subpath-test-downwardapi-pz6q" in namespace "subpath-4553" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 17 05:01:15.105: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-4553" for this suite. 09/17/22 05:01:15.106 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with downward pod [Conformance]","completed":252,"skipped":4730,"failed":0} +------------------------------ +• [SLOW TEST] [24.039 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:00:51.069 + Sep 17 05:00:51.069: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename subpath 09/17/22 05:00:51.069 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:00:51.078 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:00:51.08 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/17/22 05:00:51.081 + [It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 + STEP: Creating pod pod-subpath-test-downwardapi-pz6q 09/17/22 05:00:51.085 + STEP: Creating a pod to test atomic-volume-subpath 09/17/22 05:00:51.085 + Sep 17 05:00:51.088: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-pz6q" in namespace "subpath-4553" to be "Succeeded or Failed" + Sep 17 05:00:51.091: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Pending", Reason="", readiness=false. Elapsed: 2.649233ms + Sep 17 05:00:53.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 2.00535624s + Sep 17 05:00:55.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 4.005291986s + Sep 17 05:00:57.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 6.005338936s + Sep 17 05:00:59.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 8.004515722s + Sep 17 05:01:01.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 10.004786921s + Sep 17 05:01:03.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 12.005004926s + Sep 17 05:01:05.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 14.004441376s + Sep 17 05:01:07.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 16.004652766s + Sep 17 05:01:09.095: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 18.006403203s + Sep 17 05:01:11.093: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=true. Elapsed: 20.004398847s + Sep 17 05:01:13.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Running", Reason="", readiness=false. Elapsed: 22.005341395s + Sep 17 05:01:15.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.005410659s + STEP: Saw pod success 09/17/22 05:01:15.094 + Sep 17 05:01:15.094: INFO: Pod "pod-subpath-test-downwardapi-pz6q" satisfied condition "Succeeded or Failed" + Sep 17 05:01:15.095: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-downwardapi-pz6q container test-container-subpath-downwardapi-pz6q: + STEP: delete the pod 09/17/22 05:01:15.098 + Sep 17 05:01:15.103: INFO: Waiting for pod pod-subpath-test-downwardapi-pz6q to disappear + Sep 17 05:01:15.104: INFO: Pod pod-subpath-test-downwardapi-pz6q no longer exists + STEP: Deleting pod pod-subpath-test-downwardapi-pz6q 09/17/22 05:01:15.104 + Sep 17 05:01:15.104: INFO: Deleting pod "pod-subpath-test-downwardapi-pz6q" in namespace "subpath-4553" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 17 05:01:15.105: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-4553" for this suite. 09/17/22 05:01:15.106 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl describe + should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:01:15.109 +Sep 17 05:01:15.109: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 05:01:15.11 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:15.117 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:15.12 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[It] should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 +Sep 17 05:01:15.122: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 create -f -' +Sep 17 05:01:15.677: INFO: stderr: "" +Sep 17 05:01:15.677: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +Sep 17 05:01:15.677: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 create -f -' +Sep 17 05:01:15.802: INFO: stderr: "" +Sep 17 05:01:15.802: INFO: stdout: "service/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 09/17/22 05:01:15.802 +Sep 17 05:01:16.804: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 05:01:16.804: INFO: Found 1 / 1 +Sep 17 05:01:16.804: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Sep 17 05:01:16.805: INFO: Selector matched 1 pods for map[app:agnhost] +Sep 17 05:01:16.805: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Sep 17 05:01:16.805: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe pod agnhost-primary-lngtc' +Sep 17 05:01:16.850: INFO: stderr: "" +Sep 17 05:01:16.850: INFO: stdout: "Name: agnhost-primary-lngtc\nNamespace: kubectl-8596\nPriority: 0\nService Account: default\nNode: 10.254.0.17/10.254.0.17\nStart Time: Sat, 17 Sep 2022 05:01:15 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: \nStatus: Running\nIP: 172.20.110.147\nIPs:\n IP: 172.20.110.147\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://953eb767c091982060e1efdd392db1f6f5c388026a284169ba0a2608ec746af9\n Image: registry.k8s.io/e2e-test-images/agnhost:2.40\n Image ID: registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Sat, 17 Sep 2022 05:01:16 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lcx5n (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-lcx5n:\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-8596/agnhost-primary-lngtc to 10.254.0.17\n Normal Pulled 0s kubelet Container image \"registry.k8s.io/e2e-test-images/agnhost:2.40\" already present on machine\n Normal Created 0s kubelet Created container agnhost-primary\n Normal Started 0s kubelet Started container agnhost-primary\n" +Sep 17 05:01:16.850: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe rc agnhost-primary' +Sep 17 05:01:16.896: INFO: stderr: "" +Sep 17 05:01:16.896: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-8596\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.40\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-lngtc\n" +Sep 17 05:01:16.896: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe service agnhost-primary' +Sep 17 05:01:16.945: INFO: stderr: "" +Sep 17 05:01:16.945: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-8596\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 10.68.90.255\nIPs: 10.68.90.255\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 172.20.110.147:6379\nSession Affinity: None\nEvents: \n" +Sep 17 05:01:16.946: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe node 10.254.0.16' +Sep 17 05:01:17.000: INFO: stderr: "" +Sep 17 05:01:17.000: INFO: stdout: "Name: 10.254.0.16\nRoles: master\nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/os=linux\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=10.254.0.16\n kubernetes.io/os=linux\n kubernetes.io/role=master\nAnnotations: node.alpha.kubernetes.io/ttl: 0\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Sat, 17 Sep 2022 03:46:32 +0000\nTaints: \nUnschedulable: false\nLease:\n HolderIdentity: 10.254.0.16\n AcquireTime: \n RenewTime: Sat, 17 Sep 2022 05:01:11 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n NetworkUnavailable False Sat, 17 Sep 2022 03:47:03 +0000 Sat, 17 Sep 2022 03:47:03 +0000 CalicoIsUp Calico is running on this node\n MemoryPressure False Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:46:32 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:46:32 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:46:32 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:47:03 +0000 KubeletReady kubelet is posting ready status. AppArmor enabled\nAddresses:\n InternalIP: 10.254.0.16\n Hostname: 10.254.0.16\nCapacity:\n cpu: 2\n ephemeral-storage: 40901312Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 7600948Ki\n pods: 110\nAllocatable:\n cpu: 2\n ephemeral-storage: 37694649077\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 7293748Ki\n pods: 110\nSystem Info:\n Machine ID: 20220824155104035200373293129636\n System UUID: 27f649b8-e926-4ff8-a7c9-b395b2e6fd43\n Boot ID: d15d0a97-a02d-4fd0-8c18-15cddfbf0810\n Kernel Version: 5.15.0-46-generic\n OS Image: Ubuntu 22.04.1 LTS\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.8\n Kubelet Version: v1.25.1\n Kube-Proxy Version: v1.25.1\nPodCIDR: 172.20.0.0/24\nPodCIDRs: 172.20.0.0/24\nNon-terminated Pods: (8 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n kube-system calico-kube-controllers-6d5cf54455-cw5bs 0 (0%) 0 (0%) 0 (0%) 0 (0%) 74m\n kube-system calico-node-k5s8d 250m (12%) 0 (0%) 0 (0%) 0 (0%) 74m\n kube-system coredns-6994896589-992rg 100m (5%) 0 (0%) 70Mi (0%) 300Mi (4%) 74m\n kube-system dashboard-metrics-scraper-86cbf5f9dd-zl76r 0 (0%) 0 (0%) 0 (0%) 0 (0%) 73m\n kube-system kubernetes-dashboard-55cbd7c65d-mjn9s 0 (0%) 0 (0%) 0 (0%) 0 (0%) 73m\n kube-system metrics-server-846ddc9f47-426pg 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 74m\n kube-system node-local-dns-lw7mt 25m (1%) 0 (0%) 5Mi (0%) 0 (0%) 74m\n sonobuoy sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 62m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 475m (23%) 0 (0%)\n memory 275Mi (3%) 300Mi (4%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\nEvents: \n" +Sep 17 05:01:17.000: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe namespace kubectl-8596' +Sep 17 05:01:17.044: INFO: stderr: "" +Sep 17 05:01:17.044: INFO: stdout: "Name: kubectl-8596\nLabels: e2e-framework=kubectl\n e2e-run=4545ff97-e782-4749-852e-beec21b8e52e\n kubernetes.io/metadata.name=kubectl-8596\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/framework.go:187 +Sep 17 05:01:17.044: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-8596" for this suite. 09/17/22 05:01:17.045 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods [Conformance]","completed":253,"skipped":4749,"failed":0} +------------------------------ +• [1.939 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl describe + test/e2e/kubectl/kubectl.go:1268 + should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:01:15.109 + Sep 17 05:01:15.109: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 05:01:15.11 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:15.117 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:15.12 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [It] should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1274 + Sep 17 05:01:15.122: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 create -f -' + Sep 17 05:01:15.677: INFO: stderr: "" + Sep 17 05:01:15.677: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + Sep 17 05:01:15.677: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 create -f -' + Sep 17 05:01:15.802: INFO: stderr: "" + Sep 17 05:01:15.802: INFO: stdout: "service/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 09/17/22 05:01:15.802 + Sep 17 05:01:16.804: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 05:01:16.804: INFO: Found 1 / 1 + Sep 17 05:01:16.804: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Sep 17 05:01:16.805: INFO: Selector matched 1 pods for map[app:agnhost] + Sep 17 05:01:16.805: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Sep 17 05:01:16.805: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe pod agnhost-primary-lngtc' + Sep 17 05:01:16.850: INFO: stderr: "" + Sep 17 05:01:16.850: INFO: stdout: "Name: agnhost-primary-lngtc\nNamespace: kubectl-8596\nPriority: 0\nService Account: default\nNode: 10.254.0.17/10.254.0.17\nStart Time: Sat, 17 Sep 2022 05:01:15 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: \nStatus: Running\nIP: 172.20.110.147\nIPs:\n IP: 172.20.110.147\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://953eb767c091982060e1efdd392db1f6f5c388026a284169ba0a2608ec746af9\n Image: registry.k8s.io/e2e-test-images/agnhost:2.40\n Image ID: registry.k8s.io/e2e-test-images/agnhost@sha256:af7e3857d87770ddb40f5ea4f89b5a2709504ab1ee31f9ea4ab5823c045f2146\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Sat, 17 Sep 2022 05:01:16 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lcx5n (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-lcx5n:\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-8596/agnhost-primary-lngtc to 10.254.0.17\n Normal Pulled 0s kubelet Container image \"registry.k8s.io/e2e-test-images/agnhost:2.40\" already present on machine\n Normal Created 0s kubelet Created container agnhost-primary\n Normal Started 0s kubelet Started container agnhost-primary\n" + Sep 17 05:01:16.850: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe rc agnhost-primary' + Sep 17 05:01:16.896: INFO: stderr: "" + Sep 17 05:01:16.896: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-8596\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.40\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-lngtc\n" + Sep 17 05:01:16.896: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe service agnhost-primary' + Sep 17 05:01:16.945: INFO: stderr: "" + Sep 17 05:01:16.945: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-8596\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 10.68.90.255\nIPs: 10.68.90.255\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 172.20.110.147:6379\nSession Affinity: None\nEvents: \n" + Sep 17 05:01:16.946: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe node 10.254.0.16' + Sep 17 05:01:17.000: INFO: stderr: "" + Sep 17 05:01:17.000: INFO: stdout: "Name: 10.254.0.16\nRoles: master\nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/os=linux\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=10.254.0.16\n kubernetes.io/os=linux\n kubernetes.io/role=master\nAnnotations: node.alpha.kubernetes.io/ttl: 0\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Sat, 17 Sep 2022 03:46:32 +0000\nTaints: \nUnschedulable: false\nLease:\n HolderIdentity: 10.254.0.16\n AcquireTime: \n RenewTime: Sat, 17 Sep 2022 05:01:11 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n NetworkUnavailable False Sat, 17 Sep 2022 03:47:03 +0000 Sat, 17 Sep 2022 03:47:03 +0000 CalicoIsUp Calico is running on this node\n MemoryPressure False Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:46:32 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:46:32 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:46:32 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Sat, 17 Sep 2022 05:00:33 +0000 Sat, 17 Sep 2022 03:47:03 +0000 KubeletReady kubelet is posting ready status. AppArmor enabled\nAddresses:\n InternalIP: 10.254.0.16\n Hostname: 10.254.0.16\nCapacity:\n cpu: 2\n ephemeral-storage: 40901312Ki\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 7600948Ki\n pods: 110\nAllocatable:\n cpu: 2\n ephemeral-storage: 37694649077\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 7293748Ki\n pods: 110\nSystem Info:\n Machine ID: 20220824155104035200373293129636\n System UUID: 27f649b8-e926-4ff8-a7c9-b395b2e6fd43\n Boot ID: d15d0a97-a02d-4fd0-8c18-15cddfbf0810\n Kernel Version: 5.15.0-46-generic\n OS Image: Ubuntu 22.04.1 LTS\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.8\n Kubelet Version: v1.25.1\n Kube-Proxy Version: v1.25.1\nPodCIDR: 172.20.0.0/24\nPodCIDRs: 172.20.0.0/24\nNon-terminated Pods: (8 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n kube-system calico-kube-controllers-6d5cf54455-cw5bs 0 (0%) 0 (0%) 0 (0%) 0 (0%) 74m\n kube-system calico-node-k5s8d 250m (12%) 0 (0%) 0 (0%) 0 (0%) 74m\n kube-system coredns-6994896589-992rg 100m (5%) 0 (0%) 70Mi (0%) 300Mi (4%) 74m\n kube-system dashboard-metrics-scraper-86cbf5f9dd-zl76r 0 (0%) 0 (0%) 0 (0%) 0 (0%) 73m\n kube-system kubernetes-dashboard-55cbd7c65d-mjn9s 0 (0%) 0 (0%) 0 (0%) 0 (0%) 73m\n kube-system metrics-server-846ddc9f47-426pg 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 74m\n kube-system node-local-dns-lw7mt 25m (1%) 0 (0%) 5Mi (0%) 0 (0%) 74m\n sonobuoy sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 62m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 475m (23%) 0 (0%)\n memory 275Mi (3%) 300Mi (4%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\nEvents: \n" + Sep 17 05:01:17.000: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-8596 describe namespace kubectl-8596' + Sep 17 05:01:17.044: INFO: stderr: "" + Sep 17 05:01:17.044: INFO: stdout: "Name: kubectl-8596\nLabels: e2e-framework=kubectl\n e2e-run=4545ff97-e782-4749-852e-beec21b8e52e\n kubernetes.io/metadata.name=kubectl-8596\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/framework.go:187 + Sep 17 05:01:17.044: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-8596" for this suite. 09/17/22 05:01:17.045 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Job + should delete a job [Conformance] + test/e2e/apps/job.go:309 +[BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:01:17.048 +Sep 17 05:01:17.048: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename job 09/17/22 05:01:17.049 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:17.059 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:17.06 +[It] should delete a job [Conformance] + test/e2e/apps/job.go:309 +STEP: Creating a job 09/17/22 05:01:17.061 +STEP: Ensuring active pods == parallelism 09/17/22 05:01:17.063 +STEP: delete a job 09/17/22 05:01:21.066 +STEP: deleting Job.batch foo in namespace job-8697, will wait for the garbage collector to delete the pods 09/17/22 05:01:21.066 +Sep 17 05:01:21.126: INFO: Deleting Job.batch foo took: 2.58622ms +Sep 17 05:01:21.227: INFO: Terminating Job.batch foo pods took: 100.997203ms +STEP: Ensuring job was deleted 09/17/22 05:01:53.427 +[AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 +Sep 17 05:01:53.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "job-8697" for this suite. 09/17/22 05:01:53.43 +{"msg":"PASSED [sig-apps] Job should delete a job [Conformance]","completed":254,"skipped":4769,"failed":0} +------------------------------ +• [SLOW TEST] [36.384 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should delete a job [Conformance] + test/e2e/apps/job.go:309 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:01:17.048 + Sep 17 05:01:17.048: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename job 09/17/22 05:01:17.049 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:17.059 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:17.06 + [It] should delete a job [Conformance] + test/e2e/apps/job.go:309 + STEP: Creating a job 09/17/22 05:01:17.061 + STEP: Ensuring active pods == parallelism 09/17/22 05:01:17.063 + STEP: delete a job 09/17/22 05:01:21.066 + STEP: deleting Job.batch foo in namespace job-8697, will wait for the garbage collector to delete the pods 09/17/22 05:01:21.066 + Sep 17 05:01:21.126: INFO: Deleting Job.batch foo took: 2.58622ms + Sep 17 05:01:21.227: INFO: Terminating Job.batch foo pods took: 100.997203ms + STEP: Ensuring job was deleted 09/17/22 05:01:53.427 + [AfterEach] [sig-apps] Job + test/e2e/framework/framework.go:187 + Sep 17 05:01:53.429: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "job-8697" for this suite. 09/17/22 05:01:53.43 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-apps] Daemon set [Serial] + should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:822 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:01:53.433 +Sep 17 05:01:53.433: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename daemonsets 09/17/22 05:01:53.433 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:53.441 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:53.444 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 +[It] should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:822 +STEP: Creating simple DaemonSet "daemon-set" 09/17/22 05:01:53.453 +STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 05:01:53.455 +Sep 17 05:01:53.462: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Sep 17 05:01:53.462: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 05:01:54.466: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 05:01:54.466: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 05:01:55.468: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Sep 17 05:01:55.468: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 05:01:56.466: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 +Sep 17 05:01:56.466: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set +STEP: listing all DeamonSets 09/17/22 05:01:56.467 +STEP: DeleteCollection of the DaemonSets 09/17/22 05:01:56.469 +STEP: Verify that ReplicaSets have been deleted 09/17/22 05:01:56.471 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 +Sep 17 05:01:56.484: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"28654"},"items":null} + +Sep 17 05:01:56.486: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"28654"},"items":[{"metadata":{"name":"daemon-set-4bfkd","generateName":"daemon-set-","namespace":"daemonsets-8365","uid":"49dc29dc-e12f-4408-b819-5f15bbe87d57","resourceVersion":"28648","creationTimestamp":"2022-09-17T05:01:53Z","labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"5952945c-3d03-419b-a8e7-fe22a4fed80c","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-09-17T05:01:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5952945c-3d03-419b-a8e7-fe22a4fed80c\"}":{}}},"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":"2022-09-17T05:01:55Z","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\":\"172.20.188.233\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-vlhjd","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-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-vlhjd","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":"10.254.0.16","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["10.254.0.16"]}]}]}}},"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":"2022-09-17T05:01:53Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:55Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:55Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:53Z"}],"hostIP":"10.254.0.16","podIP":"172.20.188.233","podIPs":[{"ip":"172.20.188.233"}],"startTime":"2022-09-17T05:01:53Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-17T05:01:54Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://b91e4cb50bb231e2e419e3383608cb8bc70a02dd87dc6d6e8d7c7f84a13bb766","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-5z5f4","generateName":"daemon-set-","namespace":"daemonsets-8365","uid":"2e268e9d-a5d7-4495-ae8b-3bd816efbbad","resourceVersion":"28652","creationTimestamp":"2022-09-17T05:01:53Z","labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"5952945c-3d03-419b-a8e7-fe22a4fed80c","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-09-17T05:01:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5952945c-3d03-419b-a8e7-fe22a4fed80c\"}":{}}},"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":"2022-09-17T05:01:56Z","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\":\"172.20.209.62\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-lxdpg","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-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-lxdpg","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":"10.254.0.18","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["10.254.0.18"]}]}]}}},"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":"2022-09-17T05:01:53Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:56Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:56Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:53Z"}],"hostIP":"10.254.0.18","podIP":"172.20.209.62","podIPs":[{"ip":"172.20.209.62"}],"startTime":"2022-09-17T05:01:53Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-17T05:01:55Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://6948fee9a6259905d260c91b10224212cdeda1b33fdd8777eb046812592e9047","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-lw4qb","generateName":"daemon-set-","namespace":"daemonsets-8365","uid":"1c228b8e-fc7f-4c09-8f3d-7e40b2c0d83c","resourceVersion":"28632","creationTimestamp":"2022-09-17T05:01:53Z","labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"5952945c-3d03-419b-a8e7-fe22a4fed80c","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-09-17T05:01:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5952945c-3d03-419b-a8e7-fe22a4fed80c\"}":{}}},"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":"2022-09-17T05:01:54Z","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\":\"172.20.110.159\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-fgw4s","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-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-fgw4s","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":"10.254.0.17","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["10.254.0.17"]}]}]}}},"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":"2022-09-17T05:01:53Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:54Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:54Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:53Z"}],"hostIP":"10.254.0.17","podIP":"172.20.110.159","podIPs":[{"ip":"172.20.110.159"}],"startTime":"2022-09-17T05:01:53Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-17T05:01:54Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://e648b5f13db811cf1e93064d8575c735b59d7ba6d42145efc00e5ce3474af6ce","started":true}],"qosClass":"BestEffort"}}]} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 +Sep 17 05:01:56.504: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "daemonsets-8365" for this suite. 09/17/22 05:01:56.505 +{"msg":"PASSED [sig-apps] Daemon set [Serial] should list and delete a collection of DaemonSets [Conformance]","completed":255,"skipped":4770,"failed":0} +------------------------------ +• [3.075 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:822 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:01:53.433 + Sep 17 05:01:53.433: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename daemonsets 09/17/22 05:01:53.433 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:53.441 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:53.444 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:145 + [It] should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:822 + STEP: Creating simple DaemonSet "daemon-set" 09/17/22 05:01:53.453 + STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 05:01:53.455 + Sep 17 05:01:53.462: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Sep 17 05:01:53.462: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 05:01:54.466: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 05:01:54.466: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 05:01:55.468: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Sep 17 05:01:55.468: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 05:01:56.466: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 3 + Sep 17 05:01:56.466: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset daemon-set + STEP: listing all DeamonSets 09/17/22 05:01:56.467 + STEP: DeleteCollection of the DaemonSets 09/17/22 05:01:56.469 + STEP: Verify that ReplicaSets have been deleted 09/17/22 05:01:56.471 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:110 + Sep 17 05:01:56.484: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"28654"},"items":null} + + Sep 17 05:01:56.486: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"28654"},"items":[{"metadata":{"name":"daemon-set-4bfkd","generateName":"daemon-set-","namespace":"daemonsets-8365","uid":"49dc29dc-e12f-4408-b819-5f15bbe87d57","resourceVersion":"28648","creationTimestamp":"2022-09-17T05:01:53Z","labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"5952945c-3d03-419b-a8e7-fe22a4fed80c","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-09-17T05:01:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5952945c-3d03-419b-a8e7-fe22a4fed80c\"}":{}}},"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":"2022-09-17T05:01:55Z","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\":\"172.20.188.233\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-vlhjd","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-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-vlhjd","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":"10.254.0.16","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["10.254.0.16"]}]}]}}},"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":"2022-09-17T05:01:53Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:55Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:55Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:53Z"}],"hostIP":"10.254.0.16","podIP":"172.20.188.233","podIPs":[{"ip":"172.20.188.233"}],"startTime":"2022-09-17T05:01:53Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-17T05:01:54Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://b91e4cb50bb231e2e419e3383608cb8bc70a02dd87dc6d6e8d7c7f84a13bb766","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-5z5f4","generateName":"daemon-set-","namespace":"daemonsets-8365","uid":"2e268e9d-a5d7-4495-ae8b-3bd816efbbad","resourceVersion":"28652","creationTimestamp":"2022-09-17T05:01:53Z","labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"5952945c-3d03-419b-a8e7-fe22a4fed80c","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-09-17T05:01:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5952945c-3d03-419b-a8e7-fe22a4fed80c\"}":{}}},"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":"2022-09-17T05:01:56Z","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\":\"172.20.209.62\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-lxdpg","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-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-lxdpg","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":"10.254.0.18","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["10.254.0.18"]}]}]}}},"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":"2022-09-17T05:01:53Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:56Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:56Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:53Z"}],"hostIP":"10.254.0.18","podIP":"172.20.209.62","podIPs":[{"ip":"172.20.209.62"}],"startTime":"2022-09-17T05:01:53Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-17T05:01:55Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://6948fee9a6259905d260c91b10224212cdeda1b33fdd8777eb046812592e9047","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-lw4qb","generateName":"daemon-set-","namespace":"daemonsets-8365","uid":"1c228b8e-fc7f-4c09-8f3d-7e40b2c0d83c","resourceVersion":"28632","creationTimestamp":"2022-09-17T05:01:53Z","labels":{"controller-revision-hash":"7f7ffb4fcc","daemonset-name":"daemon-set","pod-template-generation":"1"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"5952945c-3d03-419b-a8e7-fe22a4fed80c","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2022-09-17T05:01:53Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5952945c-3d03-419b-a8e7-fe22a4fed80c\"}":{}}},"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":"2022-09-17T05:01:54Z","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\":\"172.20.110.159\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-fgw4s","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-2","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-fgw4s","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":"10.254.0.17","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["10.254.0.17"]}]}]}}},"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":"2022-09-17T05:01:53Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:54Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:54Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2022-09-17T05:01:53Z"}],"hostIP":"10.254.0.17","podIP":"172.20.110.159","podIPs":[{"ip":"172.20.110.159"}],"startTime":"2022-09-17T05:01:53Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2022-09-17T05:01:54Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-2","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3","containerID":"containerd://e648b5f13db811cf1e93064d8575c735b59d7ba6d42145efc00e5ce3474af6ce","started":true}],"qosClass":"BestEffort"}}]} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/framework.go:187 + Sep 17 05:01:56.504: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "daemonsets-8365" for this suite. 09/17/22 05:01:56.505 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[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:68 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:01:56.509 +Sep 17 05:01:56.509: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 05:01:56.509 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:56.567 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:56.57 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:68 +Sep 17 05:01:56.578: INFO: Waiting up to 5m0s for pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba" in namespace "container-probe-9563" to be "running and ready" +Sep 17 05:01:56.584: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Pending", Reason="", readiness=false. Elapsed: 6.004094ms +Sep 17 05:01:56.584: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:01:58.590: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 2.012465906s +Sep 17 05:01:58.590: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:00.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 4.008114661s +Sep 17 05:02:00.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:02.585: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 6.007783619s +Sep 17 05:02:02.585: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:04.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 8.00849202s +Sep 17 05:02:04.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:06.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 10.008393515s +Sep 17 05:02:06.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:08.587: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 12.008937464s +Sep 17 05:02:08.587: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:10.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 14.008091694s +Sep 17 05:02:10.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:12.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 16.008147494s +Sep 17 05:02:12.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:14.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 18.007848626s +Sep 17 05:02:14.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:16.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 20.00789675s +Sep 17 05:02:16.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) +Sep 17 05:02:18.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=true. Elapsed: 22.008316805s +Sep 17 05:02:18.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = true) +Sep 17 05:02:18.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba" satisfied condition "running and ready" +Sep 17 05:02:18.587: INFO: Container started at 2022-09-17 05:01:57 +0000 UTC, pod became ready at 2022-09-17 05:02:16 +0000 UTC +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 05:02:18.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-9563" for this suite. 09/17/22 05:02:18.589 +{"msg":"PASSED [sig-node] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]","completed":256,"skipped":4773,"failed":0} +------------------------------ +• [SLOW TEST] [22.082 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:68 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:01:56.509 + Sep 17 05:01:56.509: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 05:01:56.509 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:01:56.567 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:01:56.57 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:68 + Sep 17 05:01:56.578: INFO: Waiting up to 5m0s for pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba" in namespace "container-probe-9563" to be "running and ready" + Sep 17 05:01:56.584: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Pending", Reason="", readiness=false. Elapsed: 6.004094ms + Sep 17 05:01:56.584: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:01:58.590: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 2.012465906s + Sep 17 05:01:58.590: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:00.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 4.008114661s + Sep 17 05:02:00.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:02.585: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 6.007783619s + Sep 17 05:02:02.585: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:04.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 8.00849202s + Sep 17 05:02:04.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:06.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 10.008393515s + Sep 17 05:02:06.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:08.587: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 12.008937464s + Sep 17 05:02:08.587: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:10.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 14.008091694s + Sep 17 05:02:10.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:12.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 16.008147494s + Sep 17 05:02:12.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:14.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 18.007848626s + Sep 17 05:02:14.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:16.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=false. Elapsed: 20.00789675s + Sep 17 05:02:16.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = false) + Sep 17 05:02:18.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba": Phase="Running", Reason="", readiness=true. Elapsed: 22.008316805s + Sep 17 05:02:18.586: INFO: The phase of Pod test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba is Running (Ready = true) + Sep 17 05:02:18.586: INFO: Pod "test-webserver-b965cf32-f5c5-4ae0-955b-6f4d5fe9c5ba" satisfied condition "running and ready" + Sep 17 05:02:18.587: INFO: Container started at 2022-09-17 05:01:57 +0000 UTC, pod became ready at 2022-09-17 05:02:16 +0000 UTC + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 05:02:18.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-9563" for this suite. 09/17/22 05:02:18.589 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Downward API + should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:216 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:02:18.592 +Sep 17 05:02:18.592: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 05:02:18.593 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:18.6 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:18.603 +[It] should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:216 +STEP: Creating a pod to test downward api env vars 09/17/22 05:02:18.606 +Sep 17 05:02:18.610: INFO: Waiting up to 5m0s for pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1" in namespace "downward-api-494" to be "Succeeded or Failed" +Sep 17 05:02:18.612: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.952601ms +Sep 17 05:02:20.614: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004364097s +Sep 17 05:02:22.614: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004243818s +STEP: Saw pod success 09/17/22 05:02:22.614 +Sep 17 05:02:22.614: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1" satisfied condition "Succeeded or Failed" +Sep 17 05:02:22.617: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1 container dapi-container: +STEP: delete the pod 09/17/22 05:02:22.619 +Sep 17 05:02:22.623: INFO: Waiting for pod downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1 to disappear +Sep 17 05:02:22.626: INFO: Pod downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 +Sep 17 05:02:22.627: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-494" for this suite. 09/17/22 05:02:22.628 +{"msg":"PASSED [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]","completed":257,"skipped":4804,"failed":0} +------------------------------ +• [4.041 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:216 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:02:18.592 + Sep 17 05:02:18.592: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 05:02:18.593 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:18.6 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:18.603 + [It] should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:216 + STEP: Creating a pod to test downward api env vars 09/17/22 05:02:18.606 + Sep 17 05:02:18.610: INFO: Waiting up to 5m0s for pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1" in namespace "downward-api-494" to be "Succeeded or Failed" + Sep 17 05:02:18.612: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.952601ms + Sep 17 05:02:20.614: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004364097s + Sep 17 05:02:22.614: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004243818s + STEP: Saw pod success 09/17/22 05:02:22.614 + Sep 17 05:02:22.614: INFO: Pod "downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1" satisfied condition "Succeeded or Failed" + Sep 17 05:02:22.617: INFO: Trying to get logs from node 10.254.0.17 pod downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1 container dapi-container: + STEP: delete the pod 09/17/22 05:02:22.619 + Sep 17 05:02:22.623: INFO: Waiting for pod downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1 to disappear + Sep 17 05:02:22.626: INFO: Pod downward-api-0adf20b4-cccb-43fa-9284-5d836c6474a1 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/framework.go:187 + Sep 17 05:02:22.627: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-494" for this suite. 09/17/22 05:02:22.628 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:02:22.636 +Sep 17 05:02:22.636: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 09/17/22 05:02:22.636 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:22.653 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:22.655 +[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 09/17/22 05:02:22.656 +STEP: Creating hostNetwork=false pod 09/17/22 05:02:22.656 +Sep 17 05:02:22.665: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-4890" to be "running and ready" +Sep 17 05:02:22.670: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.927499ms +Sep 17 05:02:22.670: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:02:24.673: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007081427s +Sep 17 05:02:24.673: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:02:26.673: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.007853065s +Sep 17 05:02:26.673: INFO: The phase of Pod test-pod is Running (Ready = true) +Sep 17 05:02:26.673: INFO: Pod "test-pod" satisfied condition "running and ready" +STEP: Creating hostNetwork=true pod 09/17/22 05:02:26.675 +Sep 17 05:02:26.678: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-4890" to be "running and ready" +Sep 17 05:02:26.679: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 1.185456ms +Sep 17 05:02:26.679: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:02:28.682: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.003760903s +Sep 17 05:02:28.682: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) +Sep 17 05:02:28.682: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" +STEP: Running the test 09/17/22 05:02:28.693 +STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 09/17/22 05:02:28.693 +Sep 17 05:02:28.693: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:28.694: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:28.694: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:28.694: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 17 05:02:28.748: INFO: Exec stderr: "" +Sep 17 05:02:28.748: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:28.748: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:28.748: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:28.749: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 17 05:02:28.783: INFO: Exec stderr: "" +Sep 17 05:02:28.783: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:28.783: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:28.783: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:28.783: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 17 05:02:28.825: INFO: Exec stderr: "" +Sep 17 05:02:28.825: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:28.825: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:28.826: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:28.826: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 17 05:02:28.850: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 09/17/22 05:02:28.85 +Sep 17 05:02:28.850: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:28.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:28.850: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:28.850: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Sep 17 05:02:28.912: INFO: Exec stderr: "" +Sep 17 05:02:28.912: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:28.912: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:28.912: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:28.912: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Sep 17 05:02:28.964: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 09/17/22 05:02:28.964 +Sep 17 05:02:28.964: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:28.964: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:28.964: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:28.964: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 17 05:02:29.016: INFO: Exec stderr: "" +Sep 17 05:02:29.016: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:29.016: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:29.017: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:29.017: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Sep 17 05:02:29.058: INFO: Exec stderr: "" +Sep 17 05:02:29.058: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:29.058: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:29.058: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:29.058: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 17 05:02:29.096: INFO: Exec stderr: "" +Sep 17 05:02:29.096: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:02:29.096: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:02:29.097: INFO: ExecWithOptions: Clientset creation +Sep 17 05:02:29.097: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Sep 17 05:02:29.121: INFO: Exec stderr: "" +[AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:187 +Sep 17 05:02:29.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "e2e-kubelet-etc-hosts-4890" for this suite. 09/17/22 05:02:29.123 +{"msg":"PASSED [sig-node] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]","completed":258,"skipped":4879,"failed":0} +------------------------------ +• [SLOW TEST] [6.490 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:02:22.636 + Sep 17 05:02:22.636: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 09/17/22 05:02:22.636 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:22.653 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:22.655 + [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 09/17/22 05:02:22.656 + STEP: Creating hostNetwork=false pod 09/17/22 05:02:22.656 + Sep 17 05:02:22.665: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-4890" to be "running and ready" + Sep 17 05:02:22.670: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.927499ms + Sep 17 05:02:22.670: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:02:24.673: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007081427s + Sep 17 05:02:24.673: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:02:26.673: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.007853065s + Sep 17 05:02:26.673: INFO: The phase of Pod test-pod is Running (Ready = true) + Sep 17 05:02:26.673: INFO: Pod "test-pod" satisfied condition "running and ready" + STEP: Creating hostNetwork=true pod 09/17/22 05:02:26.675 + Sep 17 05:02:26.678: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-4890" to be "running and ready" + Sep 17 05:02:26.679: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 1.185456ms + Sep 17 05:02:26.679: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:02:28.682: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.003760903s + Sep 17 05:02:28.682: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) + Sep 17 05:02:28.682: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" + STEP: Running the test 09/17/22 05:02:28.693 + STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 09/17/22 05:02:28.693 + Sep 17 05:02:28.693: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:28.694: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:28.694: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:28.694: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 17 05:02:28.748: INFO: Exec stderr: "" + Sep 17 05:02:28.748: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:28.748: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:28.748: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:28.749: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 17 05:02:28.783: INFO: Exec stderr: "" + Sep 17 05:02:28.783: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:28.783: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:28.783: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:28.783: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 17 05:02:28.825: INFO: Exec stderr: "" + Sep 17 05:02:28.825: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:28.825: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:28.826: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:28.826: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 17 05:02:28.850: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 09/17/22 05:02:28.85 + Sep 17 05:02:28.850: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:28.850: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:28.850: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:28.850: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Sep 17 05:02:28.912: INFO: Exec stderr: "" + Sep 17 05:02:28.912: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:28.912: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:28.912: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:28.912: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Sep 17 05:02:28.964: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 09/17/22 05:02:28.964 + Sep 17 05:02:28.964: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:28.964: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:28.964: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:28.964: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 17 05:02:29.016: INFO: Exec stderr: "" + Sep 17 05:02:29.016: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:29.016: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:29.017: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:29.017: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Sep 17 05:02:29.058: INFO: Exec stderr: "" + Sep 17 05:02:29.058: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:29.058: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:29.058: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:29.058: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 17 05:02:29.096: INFO: Exec stderr: "" + Sep 17 05:02:29.096: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-4890 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:02:29.096: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:02:29.097: INFO: ExecWithOptions: Clientset creation + Sep 17 05:02:29.097: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-4890/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Sep 17 05:02:29.121: INFO: Exec stderr: "" + [AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/framework.go:187 + Sep 17 05:02:29.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "e2e-kubelet-etc-hosts-4890" for this suite. 09/17/22 05:02:29.123 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:02:29.128 +Sep 17 05:02:29.128: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 05:02:29.129 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:29.136 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:29.138 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-8248 09/17/22 05:02:29.142 +[It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 +STEP: Looking for a node to schedule stateful set and pod 09/17/22 05:02:29.145 +STEP: Creating pod with conflicting port in namespace statefulset-8248 09/17/22 05:02:29.147 +STEP: Waiting until pod test-pod will start running in namespace statefulset-8248 09/17/22 05:02:29.152 +Sep 17 05:02:29.152: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-8248" to be "running" +Sep 17 05:02:29.154: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.232442ms +Sep 17 05:02:31.157: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004670219s +Sep 17 05:02:31.157: INFO: Pod "test-pod" satisfied condition "running" +STEP: Creating statefulset with conflicting port in namespace statefulset-8248 09/17/22 05:02:31.157 +STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-8248 09/17/22 05:02:31.16 +Sep 17 05:02:31.170: INFO: Observed stateful pod in namespace: statefulset-8248, name: ss-0, uid: 9b354df0-05ce-4558-b12f-db62172760c2, status phase: Pending. Waiting for statefulset controller to delete. +Sep 17 05:02:31.174: INFO: Observed stateful pod in namespace: statefulset-8248, name: ss-0, uid: 9b354df0-05ce-4558-b12f-db62172760c2, status phase: Failed. Waiting for statefulset controller to delete. +Sep 17 05:02:31.177: INFO: Observed stateful pod in namespace: statefulset-8248, name: ss-0, uid: 9b354df0-05ce-4558-b12f-db62172760c2, status phase: Failed. Waiting for statefulset controller to delete. +Sep 17 05:02:31.179: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-8248 +STEP: Removing pod with conflicting port in namespace statefulset-8248 09/17/22 05:02:31.179 +STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-8248 and will be in running state 09/17/22 05:02:31.192 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 17 05:02:33.197: INFO: Deleting all statefulset in ns statefulset-8248 +Sep 17 05:02:33.198: INFO: Scaling statefulset ss to 0 +Sep 17 05:02:43.205: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 05:02:43.206: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 05:02:43.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-8248" for this suite. 09/17/22 05:02:43.216 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]","completed":259,"skipped":4913,"failed":0} +------------------------------ +• [SLOW TEST] [14.092 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:02:29.128 + Sep 17 05:02:29.128: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 05:02:29.129 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:29.136 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:29.138 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-8248 09/17/22 05:02:29.142 + [It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:737 + STEP: Looking for a node to schedule stateful set and pod 09/17/22 05:02:29.145 + STEP: Creating pod with conflicting port in namespace statefulset-8248 09/17/22 05:02:29.147 + STEP: Waiting until pod test-pod will start running in namespace statefulset-8248 09/17/22 05:02:29.152 + Sep 17 05:02:29.152: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-8248" to be "running" + Sep 17 05:02:29.154: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.232442ms + Sep 17 05:02:31.157: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004670219s + Sep 17 05:02:31.157: INFO: Pod "test-pod" satisfied condition "running" + STEP: Creating statefulset with conflicting port in namespace statefulset-8248 09/17/22 05:02:31.157 + STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-8248 09/17/22 05:02:31.16 + Sep 17 05:02:31.170: INFO: Observed stateful pod in namespace: statefulset-8248, name: ss-0, uid: 9b354df0-05ce-4558-b12f-db62172760c2, status phase: Pending. Waiting for statefulset controller to delete. + Sep 17 05:02:31.174: INFO: Observed stateful pod in namespace: statefulset-8248, name: ss-0, uid: 9b354df0-05ce-4558-b12f-db62172760c2, status phase: Failed. Waiting for statefulset controller to delete. + Sep 17 05:02:31.177: INFO: Observed stateful pod in namespace: statefulset-8248, name: ss-0, uid: 9b354df0-05ce-4558-b12f-db62172760c2, status phase: Failed. Waiting for statefulset controller to delete. + Sep 17 05:02:31.179: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-8248 + STEP: Removing pod with conflicting port in namespace statefulset-8248 09/17/22 05:02:31.179 + STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-8248 and will be in running state 09/17/22 05:02:31.192 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 17 05:02:33.197: INFO: Deleting all statefulset in ns statefulset-8248 + Sep 17 05:02:33.198: INFO: Scaling statefulset ss to 0 + Sep 17 05:02:43.205: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 05:02:43.206: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 05:02:43.211: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-8248" for this suite. 09/17/22 05:02:43.216 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[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:699 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:02:43.222 +Sep 17 05:02:43.222: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-pred 09/17/22 05:02:43.222 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:43.232 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:43.235 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 17 05:02:43.236: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 17 05:02:43.239: INFO: Waiting for terminating namespaces to be deleted... +Sep 17 05:02:43.240: INFO: +Logging pods the apiserver thinks is on node 10.254.0.16 before test +Sep 17 05:02:43.243: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container calico-kube-controllers ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container calico-node ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container coredns ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container kubernetes-dashboard ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container metrics-server ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container node-cache ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:02:43.243: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 05:02:43.243: INFO: +Logging pods the apiserver thinks is on node 10.254.0.17 before test +Sep 17 05:02:43.246: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.246: INFO: Container calico-node ready: true, restart count 0 +Sep 17 05:02:43.246: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.246: INFO: Container node-cache ready: true, restart count 0 +Sep 17 05:02:43.246: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.246: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 17 05:02:43.246: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:02:43.246: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:02:43.246: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 05:02:43.246: INFO: +Logging pods the apiserver thinks is on node 10.254.0.18 before test +Sep 17 05:02:43.250: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.250: INFO: Container calico-node ready: true, restart count 0 +Sep 17 05:02:43.250: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 05:02:43.250: INFO: Container node-cache ready: true, restart count 0 +Sep 17 05:02:43.250: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:02:43.250: INFO: Container e2e ready: true, restart count 0 +Sep 17 05:02:43.250: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:02:43.250: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:02:43.250: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:02:43.250: 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:699 +STEP: Trying to launch a pod without a label to get a node which can launch it. 09/17/22 05:02:43.25 +Sep 17 05:02:43.255: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-1936" to be "running" +Sep 17 05:02:43.258: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 3.05649ms +Sep 17 05:02:45.260: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.005429221s +Sep 17 05:02:45.260: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 09/17/22 05:02:45.261 +STEP: Trying to apply a random label on the found node. 09/17/22 05:02:45.268 +STEP: verifying the node has the label kubernetes.io/e2e-60ce61a1-10d1-42a2-9998-8e395a33281a 95 09/17/22 05:02:45.271 +STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 09/17/22 05:02:45.277 +Sep 17 05:02:45.281: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-1936" to be "not pending" +Sep 17 05:02:45.285: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.859322ms +Sep 17 05:02:47.288: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.006293433s +Sep 17 05:02:47.288: INFO: Pod "pod4" satisfied condition "not pending" +STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 10.254.0.17 on the node which pod4 resides and expect not scheduled 09/17/22 05:02:47.288 +Sep 17 05:02:47.292: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-1936" to be "not pending" +Sep 17 05:02:47.294: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.177364ms +Sep 17 05:02:49.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004377208s +Sep 17 05:02:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.004631955s +Sep 17 05:02:53.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00484719s +Sep 17 05:02:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.004279109s +Sep 17 05:02:57.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.004375825s +Sep 17 05:02:59.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.004349163s +Sep 17 05:03:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.004470088s +Sep 17 05:03:03.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.004075601s +Sep 17 05:03:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.00449376s +Sep 17 05:03:07.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.003995777s +Sep 17 05:03:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.005110702s +Sep 17 05:03:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.004028332s +Sep 17 05:03:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.005190769s +Sep 17 05:03:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.004872296s +Sep 17 05:03:17.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.00514016s +Sep 17 05:03:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.005124309s +Sep 17 05:03:21.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.004005531s +Sep 17 05:03:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.005475042s +Sep 17 05:03:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.00482624s +Sep 17 05:03:27.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.004375063s +Sep 17 05:03:29.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.003969472s +Sep 17 05:03:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.004108157s +Sep 17 05:03:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.005095669s +Sep 17 05:03:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.00443911s +Sep 17 05:03:37.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.004857773s +Sep 17 05:03:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.005193311s +Sep 17 05:03:41.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.00471368s +Sep 17 05:03:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.005050748s +Sep 17 05:03:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.004314452s +Sep 17 05:03:47.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.004096579s +Sep 17 05:03:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.00509675s +Sep 17 05:03:51.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.003930765s +Sep 17 05:03:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.005063167s +Sep 17 05:03:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.004441058s +Sep 17 05:03:57.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.00512392s +Sep 17 05:03:59.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.005271296s +Sep 17 05:04:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.004789886s +Sep 17 05:04:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.005188112s +Sep 17 05:04:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.004090616s +Sep 17 05:04:07.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.005112743s +Sep 17 05:04:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.005141774s +Sep 17 05:04:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.004258827s +Sep 17 05:04:13.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.004433999s +Sep 17 05:04:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.004016843s +Sep 17 05:04:17.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.005176719s +Sep 17 05:04:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.005132476s +Sep 17 05:04:21.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.003865782s +Sep 17 05:04:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.005309115s +Sep 17 05:04:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.004163474s +Sep 17 05:04:27.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.005065901s +Sep 17 05:04:29.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.005118231s +Sep 17 05:04:31.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.003884075s +Sep 17 05:04:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.005195293s +Sep 17 05:04:35.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.005043607s +Sep 17 05:04:37.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.005102625s +Sep 17 05:04:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.005154985s +Sep 17 05:04:41.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.003928644s +Sep 17 05:04:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.00509389s +Sep 17 05:04:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.004434052s +Sep 17 05:04:47.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.004119079s +Sep 17 05:04:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.005081453s +Sep 17 05:04:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.004259523s +Sep 17 05:04:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.005097949s +Sep 17 05:04:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.004346909s +Sep 17 05:04:57.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.00419593s +Sep 17 05:04:59.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.005043836s +Sep 17 05:05:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.00446609s +Sep 17 05:05:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.005104961s +Sep 17 05:05:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.004239042s +Sep 17 05:05:07.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.005270975s +Sep 17 05:05:09.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.004559483s +Sep 17 05:05:11.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.003889779s +Sep 17 05:05:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.005304095s +Sep 17 05:05:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.004267699s +Sep 17 05:05:17.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.003905682s +Sep 17 05:05:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.005115995s +Sep 17 05:05:21.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.003839751s +Sep 17 05:05:23.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.004977381s +Sep 17 05:05:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.004415734s +Sep 17 05:05:27.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.004777898s +Sep 17 05:05:29.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.005407794s +Sep 17 05:05:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.004634164s +Sep 17 05:05:33.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.004845612s +Sep 17 05:05:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.004000648s +Sep 17 05:05:37.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.005098837s +Sep 17 05:05:39.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.004144849s +Sep 17 05:05:41.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.004214551s +Sep 17 05:05:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.00514825s +Sep 17 05:05:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.00481885s +Sep 17 05:05:47.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.005096177s +Sep 17 05:05:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.00510403s +Sep 17 05:05:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.004040156s +Sep 17 05:05:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.005270614s +Sep 17 05:05:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.004188949s +Sep 17 05:05:57.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.005079959s +Sep 17 05:05:59.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.005150294s +Sep 17 05:06:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.004249126s +Sep 17 05:06:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.00506505s +Sep 17 05:06:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.004396195s +Sep 17 05:06:07.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.004052352s +Sep 17 05:06:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.005071227s +Sep 17 05:06:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.004022216s +Sep 17 05:06:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.005210504s +Sep 17 05:06:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.004497766s +Sep 17 05:06:17.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.004048621s +Sep 17 05:06:19.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.004904345s +Sep 17 05:06:21.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.003983127s +Sep 17 05:06:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.005097969s +Sep 17 05:06:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.004283426s +Sep 17 05:06:27.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.005214233s +Sep 17 05:06:29.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.005156485s +Sep 17 05:06:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.00458419s +Sep 17 05:06:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.005058309s +Sep 17 05:06:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.004310411s +Sep 17 05:06:37.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.003993723s +Sep 17 05:06:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.005150744s +Sep 17 05:06:41.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.004044855s +Sep 17 05:06:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.00512829s +Sep 17 05:06:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.004262024s +Sep 17 05:06:47.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.0040275s +Sep 17 05:06:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.005293844s +Sep 17 05:06:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.004093783s +Sep 17 05:06:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.005151525s +Sep 17 05:06:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.0041086s +Sep 17 05:06:57.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.004357462s +Sep 17 05:06:59.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.003881894s +Sep 17 05:07:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.004138146s +Sep 17 05:07:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.005149844s +Sep 17 05:07:05.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.004997983s +Sep 17 05:07:07.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.00447112s +Sep 17 05:07:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.005107395s +Sep 17 05:07:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.004806749s +Sep 17 05:07:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.005339248s +Sep 17 05:07:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.004043138s +Sep 17 05:07:17.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.005114199s +Sep 17 05:07:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.005022494s +Sep 17 05:07:21.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.004140697s +Sep 17 05:07:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.005099217s +Sep 17 05:07:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.004101988s +Sep 17 05:07:27.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.003544776s +Sep 17 05:07:29.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.004941817s +Sep 17 05:07:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.0046059s +Sep 17 05:07:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.005097763s +Sep 17 05:07:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.004651263s +Sep 17 05:07:37.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.005006094s +Sep 17 05:07:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.005108099s +Sep 17 05:07:41.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.003921439s +Sep 17 05:07:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.005069506s +Sep 17 05:07:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.004647582s +Sep 17 05:07:47.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.004999498s +Sep 17 05:07:47.298: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.006143826s +STEP: removing the label kubernetes.io/e2e-60ce61a1-10d1-42a2-9998-8e395a33281a off the node 10.254.0.17 09/17/22 05:07:47.298 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-60ce61a1-10d1-42a2-9998-8e395a33281a 09/17/22 05:07:47.302 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 17 05:07:47.307: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-1936" for this suite. 09/17/22 05:07:47.309 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"msg":"PASSED [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]","completed":260,"skipped":4923,"failed":0} +------------------------------ +• [SLOW TEST] [304.091 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:699 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:02:43.222 + Sep 17 05:02:43.222: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-pred 09/17/22 05:02:43.222 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:02:43.232 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:02:43.235 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 17 05:02:43.236: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 17 05:02:43.239: INFO: Waiting for terminating namespaces to be deleted... + Sep 17 05:02:43.240: INFO: + Logging pods the apiserver thinks is on node 10.254.0.16 before test + Sep 17 05:02:43.243: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container calico-kube-controllers ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container calico-node ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container coredns ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container kubernetes-dashboard ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container metrics-server ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container node-cache ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:02:43.243: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 05:02:43.243: INFO: + Logging pods the apiserver thinks is on node 10.254.0.17 before test + Sep 17 05:02:43.246: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.246: INFO: Container calico-node ready: true, restart count 0 + Sep 17 05:02:43.246: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.246: INFO: Container node-cache ready: true, restart count 0 + Sep 17 05:02:43.246: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.246: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 17 05:02:43.246: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:02:43.246: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:02:43.246: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 05:02:43.246: INFO: + Logging pods the apiserver thinks is on node 10.254.0.18 before test + Sep 17 05:02:43.250: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.250: INFO: Container calico-node ready: true, restart count 0 + Sep 17 05:02:43.250: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 05:02:43.250: INFO: Container node-cache ready: true, restart count 0 + Sep 17 05:02:43.250: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:02:43.250: INFO: Container e2e ready: true, restart count 0 + Sep 17 05:02:43.250: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:02:43.250: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:02:43.250: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:02:43.250: 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:699 + STEP: Trying to launch a pod without a label to get a node which can launch it. 09/17/22 05:02:43.25 + Sep 17 05:02:43.255: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-1936" to be "running" + Sep 17 05:02:43.258: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 3.05649ms + Sep 17 05:02:45.260: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.005429221s + Sep 17 05:02:45.260: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 09/17/22 05:02:45.261 + STEP: Trying to apply a random label on the found node. 09/17/22 05:02:45.268 + STEP: verifying the node has the label kubernetes.io/e2e-60ce61a1-10d1-42a2-9998-8e395a33281a 95 09/17/22 05:02:45.271 + STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 09/17/22 05:02:45.277 + Sep 17 05:02:45.281: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-1936" to be "not pending" + Sep 17 05:02:45.285: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.859322ms + Sep 17 05:02:47.288: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.006293433s + Sep 17 05:02:47.288: INFO: Pod "pod4" satisfied condition "not pending" + STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 10.254.0.17 on the node which pod4 resides and expect not scheduled 09/17/22 05:02:47.288 + Sep 17 05:02:47.292: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-1936" to be "not pending" + Sep 17 05:02:47.294: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.177364ms + Sep 17 05:02:49.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004377208s + Sep 17 05:02:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.004631955s + Sep 17 05:02:53.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.00484719s + Sep 17 05:02:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.004279109s + Sep 17 05:02:57.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.004375825s + Sep 17 05:02:59.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.004349163s + Sep 17 05:03:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.004470088s + Sep 17 05:03:03.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.004075601s + Sep 17 05:03:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.00449376s + Sep 17 05:03:07.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.003995777s + Sep 17 05:03:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.005110702s + Sep 17 05:03:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.004028332s + Sep 17 05:03:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.005190769s + Sep 17 05:03:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.004872296s + Sep 17 05:03:17.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.00514016s + Sep 17 05:03:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.005124309s + Sep 17 05:03:21.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.004005531s + Sep 17 05:03:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.005475042s + Sep 17 05:03:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.00482624s + Sep 17 05:03:27.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.004375063s + Sep 17 05:03:29.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.003969472s + Sep 17 05:03:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.004108157s + Sep 17 05:03:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.005095669s + Sep 17 05:03:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.00443911s + Sep 17 05:03:37.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.004857773s + Sep 17 05:03:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.005193311s + Sep 17 05:03:41.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.00471368s + Sep 17 05:03:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.005050748s + Sep 17 05:03:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.004314452s + Sep 17 05:03:47.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.004096579s + Sep 17 05:03:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.00509675s + Sep 17 05:03:51.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.003930765s + Sep 17 05:03:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.005063167s + Sep 17 05:03:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.004441058s + Sep 17 05:03:57.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.00512392s + Sep 17 05:03:59.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.005271296s + Sep 17 05:04:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.004789886s + Sep 17 05:04:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.005188112s + Sep 17 05:04:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.004090616s + Sep 17 05:04:07.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.005112743s + Sep 17 05:04:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.005141774s + Sep 17 05:04:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.004258827s + Sep 17 05:04:13.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.004433999s + Sep 17 05:04:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.004016843s + Sep 17 05:04:17.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.005176719s + Sep 17 05:04:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.005132476s + Sep 17 05:04:21.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.003865782s + Sep 17 05:04:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.005309115s + Sep 17 05:04:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.004163474s + Sep 17 05:04:27.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.005065901s + Sep 17 05:04:29.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.005118231s + Sep 17 05:04:31.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.003884075s + Sep 17 05:04:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.005195293s + Sep 17 05:04:35.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.005043607s + Sep 17 05:04:37.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.005102625s + Sep 17 05:04:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.005154985s + Sep 17 05:04:41.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.003928644s + Sep 17 05:04:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.00509389s + Sep 17 05:04:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.004434052s + Sep 17 05:04:47.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.004119079s + Sep 17 05:04:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.005081453s + Sep 17 05:04:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.004259523s + Sep 17 05:04:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.005097949s + Sep 17 05:04:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.004346909s + Sep 17 05:04:57.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.00419593s + Sep 17 05:04:59.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.005043836s + Sep 17 05:05:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.00446609s + Sep 17 05:05:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.005104961s + Sep 17 05:05:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.004239042s + Sep 17 05:05:07.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.005270975s + Sep 17 05:05:09.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.004559483s + Sep 17 05:05:11.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.003889779s + Sep 17 05:05:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.005304095s + Sep 17 05:05:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.004267699s + Sep 17 05:05:17.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.003905682s + Sep 17 05:05:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.005115995s + Sep 17 05:05:21.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.003839751s + Sep 17 05:05:23.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.004977381s + Sep 17 05:05:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.004415734s + Sep 17 05:05:27.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.004777898s + Sep 17 05:05:29.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.005407794s + Sep 17 05:05:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.004634164s + Sep 17 05:05:33.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.004845612s + Sep 17 05:05:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.004000648s + Sep 17 05:05:37.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.005098837s + Sep 17 05:05:39.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.004144849s + Sep 17 05:05:41.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.004214551s + Sep 17 05:05:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.00514825s + Sep 17 05:05:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.00481885s + Sep 17 05:05:47.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.005096177s + Sep 17 05:05:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.00510403s + Sep 17 05:05:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.004040156s + Sep 17 05:05:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.005270614s + Sep 17 05:05:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.004188949s + Sep 17 05:05:57.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.005079959s + Sep 17 05:05:59.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.005150294s + Sep 17 05:06:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.004249126s + Sep 17 05:06:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.00506505s + Sep 17 05:06:05.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.004396195s + Sep 17 05:06:07.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.004052352s + Sep 17 05:06:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.005071227s + Sep 17 05:06:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.004022216s + Sep 17 05:06:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.005210504s + Sep 17 05:06:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.004497766s + Sep 17 05:06:17.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.004048621s + Sep 17 05:06:19.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.004904345s + Sep 17 05:06:21.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.003983127s + Sep 17 05:06:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.005097969s + Sep 17 05:06:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.004283426s + Sep 17 05:06:27.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.005214233s + Sep 17 05:06:29.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.005156485s + Sep 17 05:06:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.00458419s + Sep 17 05:06:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.005058309s + Sep 17 05:06:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.004310411s + Sep 17 05:06:37.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.003993723s + Sep 17 05:06:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.005150744s + Sep 17 05:06:41.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.004044855s + Sep 17 05:06:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.00512829s + Sep 17 05:06:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.004262024s + Sep 17 05:06:47.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.0040275s + Sep 17 05:06:49.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.005293844s + Sep 17 05:06:51.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.004093783s + Sep 17 05:06:53.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.005151525s + Sep 17 05:06:55.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.0041086s + Sep 17 05:06:57.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.004357462s + Sep 17 05:06:59.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.003881894s + Sep 17 05:07:01.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.004138146s + Sep 17 05:07:03.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.005149844s + Sep 17 05:07:05.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.004997983s + Sep 17 05:07:07.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.00447112s + Sep 17 05:07:09.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.005107395s + Sep 17 05:07:11.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.004806749s + Sep 17 05:07:13.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.005339248s + Sep 17 05:07:15.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.004043138s + Sep 17 05:07:17.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.005114199s + Sep 17 05:07:19.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.005022494s + Sep 17 05:07:21.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.004140697s + Sep 17 05:07:23.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.005099217s + Sep 17 05:07:25.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.004101988s + Sep 17 05:07:27.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.003544776s + Sep 17 05:07:29.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.004941817s + Sep 17 05:07:31.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.0046059s + Sep 17 05:07:33.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.005097763s + Sep 17 05:07:35.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.004651263s + Sep 17 05:07:37.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.005006094s + Sep 17 05:07:39.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.005108099s + Sep 17 05:07:41.295: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.003921439s + Sep 17 05:07:43.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.005069506s + Sep 17 05:07:45.296: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.004647582s + Sep 17 05:07:47.297: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.004999498s + Sep 17 05:07:47.298: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.006143826s + STEP: removing the label kubernetes.io/e2e-60ce61a1-10d1-42a2-9998-8e395a33281a off the node 10.254.0.17 09/17/22 05:07:47.298 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-60ce61a1-10d1-42a2-9998-8e395a33281a 09/17/22 05:07:47.302 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 17 05:07:47.307: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-1936" for this suite. 09/17/22 05:07:47.309 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] Deployment + should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:07:47.313 +Sep 17 05:07:47.313: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename deployment 09/17/22 05:07:47.314 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:07:47.321 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:07:47.323 +[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 09/17/22 05:07:47.326 +STEP: waiting for Deployment to be created 09/17/22 05:07:47.331 +STEP: waiting for all Replicas to be Ready 09/17/22 05:07:47.331 +Sep 17 05:07:47.333: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.333: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.338: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.338: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.360: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.360: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.371: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.371: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Sep 17 05:07:47.946: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Sep 17 05:07:47.946: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Sep 17 05:07:48.877: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment-static:true] +STEP: patching the Deployment 09/17/22 05:07:48.877 +W0917 05:07:48.881864 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Sep 17 05:07:48.886: INFO: observed event type ADDED +STEP: waiting for Replicas to scale 09/17/22 05:07:48.886 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 +Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:48.960: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:48.960: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:49.010: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:49.010: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:49.019: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:49.019: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:49.885: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:49.885: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:49.894: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +STEP: listing Deployments 09/17/22 05:07:49.894 +Sep 17 05:07:49.896: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] +STEP: updating the Deployment 09/17/22 05:07:49.896 +Sep 17 05:07:49.902: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +STEP: fetching the DeploymentStatus 09/17/22 05:07:49.902 +Sep 17 05:07:49.907: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:49.908: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:49.920: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:49.941: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:49.947: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:49.949: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:50.881: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:50.897: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:50.903: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:50.912: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:50.918: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Sep 17 05:07:51.973: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] +STEP: patching the DeploymentStatus 09/17/22 05:07:51.988 +STEP: fetching the DeploymentStatus 09/17/22 05:07:51.991 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 +Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 3 +STEP: deleting the Deployment 09/17/22 05:07:51.994 +Sep 17 05:07:51.998: INFO: observed event type MODIFIED +Sep 17 05:07:51.998: INFO: observed event type MODIFIED +Sep 17 05:07:51.998: INFO: observed event type MODIFIED +Sep 17 05:07:51.998: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +Sep 17 05:07:51.999: INFO: observed event type MODIFIED +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Sep 17 05:07:52.003: INFO: Log out all the ReplicaSets if there is no deployment created +Sep 17 05:07:52.012: INFO: ReplicaSet "test-deployment-54cc775c4b": +&ReplicaSet{ObjectMeta:{test-deployment-54cc775c4b deployment-2799 5ff41297-9fe5-454a-b920-03ee7b83d4cd 29691 4 2022-09-17 05:07:48 +0000 UTC map[pod-template-hash:54cc775c4b 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 9910466c-7545-4094-90e3-edd912015cea 0xc002f0ada7 0xc002f0ada8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 05:07:51 +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\":\"9910466c-7545-4094-90e3-edd912015cea\"}":{}}},"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 2022-09-17 05:07:51 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 54cc775c4b,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/pause:3.8 [] [] [] [] [] {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 0xc002f0ae30 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{},},} + +Sep 17 05:07:52.015: INFO: pod: "test-deployment-54cc775c4b-kmmfc": +&Pod{ObjectMeta:{test-deployment-54cc775c4b-kmmfc test-deployment-54cc775c4b- deployment-2799 d8ba879b-6bc5-4ef4-b9ed-d769f5d4e69a 29687 0 2022-09-17 05:07:48 +0000 UTC 2022-09-17 05:07:52 +0000 UTC 0xc002f0b2c8 map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-54cc775c4b 5ff41297-9fe5-454a-b920-03ee7b83d4cd 0xc002f0b2f7 0xc002f0b2f8}] [] [{kube-controller-manager Update v1 2022-09-17 05:07:48 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5ff41297-9fe5-454a-b920-03ee7b83d4cd\"}":{}}},"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 2022-09-17 05:07:49 +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\":\"172.20.209.18\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zpr5h,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.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zpr5h,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:48 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:48 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.18,StartTime:2022-09-17 05:07:48 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 05:07:49 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:easzlab.io.local:5000/easzlab/pause:3.8,ImageID:easzlab.io.local:5000/easzlab/pause@sha256:e0cc6dba04bee00badd8b13495d4411060b5563a9499fbc20e46316328efad30,ContainerID:containerd://de28cd037c67583de72fb74a034a75abc1901bcf4114dadccee8c3988a72a58f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.18,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Sep 17 05:07:52.015: INFO: ReplicaSet "test-deployment-7c7d8d58c8": +&ReplicaSet{ObjectMeta:{test-deployment-7c7d8d58c8 deployment-2799 70d5d096-2f10-4fcc-a11c-2f5e398f8d4e 29683 2 2022-09-17 05:07:49 +0000 UTC map[pod-template-hash:7c7d8d58c8 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 9910466c-7545-4094-90e3-edd912015cea 0xc002f0ae97 0xc002f0ae98}] [] [{kube-controller-manager Update apps/v1 2022-09-17 05:07:50 +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\":\"9910466c-7545-4094-90e3-edd912015cea\"}":{}}},"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 2022-09-17 05:07:51 +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: 7c7d8d58c8,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc002f0af20 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{},},} + +Sep 17 05:07:52.018: INFO: pod: "test-deployment-7c7d8d58c8-6pbbh": +&Pod{ObjectMeta:{test-deployment-7c7d8d58c8-6pbbh test-deployment-7c7d8d58c8- deployment-2799 ab81c6e0-7ba2-4a7d-8f9e-9be8affd9866 29633 0 2022-09-17 05:07:49 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 70d5d096-2f10-4fcc-a11c-2f5e398f8d4e 0xc002f0bf77 0xc002f0bf78}] [] [{kube-controller-manager Update v1 2022-09-17 05:07:49 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"70d5d096-2f10-4fcc-a11c-2f5e398f8d4e\"}":{}}},"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 2022-09-17 05:07:50 +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\":\"172.20.209.53\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-dgdr6,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-dgdr6,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.53,StartTime:2022-09-17 05:07:49 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 05:07:50 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://35254cbda4ddf1425b2b4344e5c4d936d9394a9156910475764fe9b6d213967d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.53,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Sep 17 05:07:52.018: INFO: pod: "test-deployment-7c7d8d58c8-7v64l": +&Pod{ObjectMeta:{test-deployment-7c7d8d58c8-7v64l test-deployment-7c7d8d58c8- deployment-2799 51a9b2b4-eedd-42ec-b750-6a408e7eb8ca 29682 0 2022-09-17 05:07:50 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 70d5d096-2f10-4fcc-a11c-2f5e398f8d4e 0xc002e981c7 0xc002e981c8}] [] [{kube-controller-manager Update v1 2022-09-17 05:07:50 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"70d5d096-2f10-4fcc-a11c-2f5e398f8d4e\"}":{}}},"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 2022-09-17 05:07:51 +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\":\"172.20.110.156\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-p5676,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-p5676,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.156,StartTime:2022-09-17 05:07:50 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 05:07:51 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://01ed9fcbd95214f9b870e7eaa578a54372f1ae25ccb4ec77cda30029d8a606c0,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.156,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Sep 17 05:07:52.018: INFO: ReplicaSet "test-deployment-8594bb6fdd": +&ReplicaSet{ObjectMeta:{test-deployment-8594bb6fdd deployment-2799 81e138d2-be75-42e0-afbc-73c8511efdc9 29588 3 2022-09-17 05:07:47 +0000 UTC map[pod-template-hash:8594bb6fdd 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 9910466c-7545-4094-90e3-edd912015cea 0xc002f0af87 0xc002f0af88}] [] [{kube-controller-manager Update apps/v1 2022-09-17 05:07:49 +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\":\"9910466c-7545-4094-90e3-edd912015cea\"}":{}}},"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 2022-09-17 05:07:49 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 8594bb6fdd,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:8594bb6fdd test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc002f0b010 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/framework.go:187 +Sep 17 05:07:52.025: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "deployment-2799" for this suite. 09/17/22 05:07:52.027 +{"msg":"PASSED [sig-apps] Deployment should run the lifecycle of a Deployment [Conformance]","completed":261,"skipped":4923,"failed":0} +------------------------------ +• [4.719 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:07:47.313 + Sep 17 05:07:47.313: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename deployment 09/17/22 05:07:47.314 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:07:47.321 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:07:47.323 + [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 09/17/22 05:07:47.326 + STEP: waiting for Deployment to be created 09/17/22 05:07:47.331 + STEP: waiting for all Replicas to be Ready 09/17/22 05:07:47.331 + Sep 17 05:07:47.333: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.333: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.338: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.338: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.360: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.360: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.371: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.371: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Sep 17 05:07:47.946: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Sep 17 05:07:47.946: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Sep 17 05:07:48.877: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment-static:true] + STEP: patching the Deployment 09/17/22 05:07:48.877 + W0917 05:07:48.881864 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Sep 17 05:07:48.886: INFO: observed event type ADDED + STEP: waiting for Replicas to scale 09/17/22 05:07:48.886 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 0 + Sep 17 05:07:48.905: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:48.906: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:48.960: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:48.960: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:49.010: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:49.010: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:49.019: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:49.019: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:49.885: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:49.885: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:49.894: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + STEP: listing Deployments 09/17/22 05:07:49.894 + Sep 17 05:07:49.896: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] + STEP: updating the Deployment 09/17/22 05:07:49.896 + Sep 17 05:07:49.902: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + STEP: fetching the DeploymentStatus 09/17/22 05:07:49.902 + Sep 17 05:07:49.907: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:49.908: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:49.920: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:49.941: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:49.947: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:49.949: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:50.881: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:50.897: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:50.903: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:50.912: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:50.918: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Sep 17 05:07:51.973: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] + STEP: patching the DeploymentStatus 09/17/22 05:07:51.988 + STEP: fetching the DeploymentStatus 09/17/22 05:07:51.991 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 1 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 2 + Sep 17 05:07:51.994: INFO: observed Deployment test-deployment in namespace deployment-2799 with ReadyReplicas 3 + STEP: deleting the Deployment 09/17/22 05:07:51.994 + Sep 17 05:07:51.998: INFO: observed event type MODIFIED + Sep 17 05:07:51.998: INFO: observed event type MODIFIED + Sep 17 05:07:51.998: INFO: observed event type MODIFIED + Sep 17 05:07:51.998: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + Sep 17 05:07:51.999: INFO: observed event type MODIFIED + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Sep 17 05:07:52.003: INFO: Log out all the ReplicaSets if there is no deployment created + Sep 17 05:07:52.012: INFO: ReplicaSet "test-deployment-54cc775c4b": + &ReplicaSet{ObjectMeta:{test-deployment-54cc775c4b deployment-2799 5ff41297-9fe5-454a-b920-03ee7b83d4cd 29691 4 2022-09-17 05:07:48 +0000 UTC map[pod-template-hash:54cc775c4b 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 9910466c-7545-4094-90e3-edd912015cea 0xc002f0ada7 0xc002f0ada8}] [] [{kube-controller-manager Update apps/v1 2022-09-17 05:07:51 +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\":\"9910466c-7545-4094-90e3-edd912015cea\"}":{}}},"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 2022-09-17 05:07:51 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 54cc775c4b,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/pause:3.8 [] [] [] [] [] {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 0xc002f0ae30 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{},},} + + Sep 17 05:07:52.015: INFO: pod: "test-deployment-54cc775c4b-kmmfc": + &Pod{ObjectMeta:{test-deployment-54cc775c4b-kmmfc test-deployment-54cc775c4b- deployment-2799 d8ba879b-6bc5-4ef4-b9ed-d769f5d4e69a 29687 0 2022-09-17 05:07:48 +0000 UTC 2022-09-17 05:07:52 +0000 UTC 0xc002f0b2c8 map[pod-template-hash:54cc775c4b test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-54cc775c4b 5ff41297-9fe5-454a-b920-03ee7b83d4cd 0xc002f0b2f7 0xc002f0b2f8}] [] [{kube-controller-manager Update v1 2022-09-17 05:07:48 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5ff41297-9fe5-454a-b920-03ee7b83d4cd\"}":{}}},"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 2022-09-17 05:07:49 +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\":\"172.20.209.18\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zpr5h,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.8,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zpr5h,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:48 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:48 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.18,StartTime:2022-09-17 05:07:48 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 05:07:49 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:easzlab.io.local:5000/easzlab/pause:3.8,ImageID:easzlab.io.local:5000/easzlab/pause@sha256:e0cc6dba04bee00badd8b13495d4411060b5563a9499fbc20e46316328efad30,ContainerID:containerd://de28cd037c67583de72fb74a034a75abc1901bcf4114dadccee8c3988a72a58f,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.18,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Sep 17 05:07:52.015: INFO: ReplicaSet "test-deployment-7c7d8d58c8": + &ReplicaSet{ObjectMeta:{test-deployment-7c7d8d58c8 deployment-2799 70d5d096-2f10-4fcc-a11c-2f5e398f8d4e 29683 2 2022-09-17 05:07:49 +0000 UTC map[pod-template-hash:7c7d8d58c8 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 9910466c-7545-4094-90e3-edd912015cea 0xc002f0ae97 0xc002f0ae98}] [] [{kube-controller-manager Update apps/v1 2022-09-17 05:07:50 +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\":\"9910466c-7545-4094-90e3-edd912015cea\"}":{}}},"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 2022-09-17 05:07:51 +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: 7c7d8d58c8,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/httpd:2.4.38-2 [] [] [] [] [] {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 0xc002f0af20 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{},},} + + Sep 17 05:07:52.018: INFO: pod: "test-deployment-7c7d8d58c8-6pbbh": + &Pod{ObjectMeta:{test-deployment-7c7d8d58c8-6pbbh test-deployment-7c7d8d58c8- deployment-2799 ab81c6e0-7ba2-4a7d-8f9e-9be8affd9866 29633 0 2022-09-17 05:07:49 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 70d5d096-2f10-4fcc-a11c-2f5e398f8d4e 0xc002f0bf77 0xc002f0bf78}] [] [{kube-controller-manager Update v1 2022-09-17 05:07:49 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"70d5d096-2f10-4fcc-a11c-2f5e398f8d4e\"}":{}}},"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 2022-09-17 05:07:50 +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\":\"172.20.209.53\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-dgdr6,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-dgdr6,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:10.254.0.18,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:49 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.18,PodIP:172.20.209.53,StartTime:2022-09-17 05:07:49 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 05:07:50 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://35254cbda4ddf1425b2b4344e5c4d936d9394a9156910475764fe9b6d213967d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.209.53,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Sep 17 05:07:52.018: INFO: pod: "test-deployment-7c7d8d58c8-7v64l": + &Pod{ObjectMeta:{test-deployment-7c7d8d58c8-7v64l test-deployment-7c7d8d58c8- deployment-2799 51a9b2b4-eedd-42ec-b750-6a408e7eb8ca 29682 0 2022-09-17 05:07:50 +0000 UTC map[pod-template-hash:7c7d8d58c8 test-deployment-static:true] map[] [{apps/v1 ReplicaSet test-deployment-7c7d8d58c8 70d5d096-2f10-4fcc-a11c-2f5e398f8d4e 0xc002e981c7 0xc002e981c8}] [] [{kube-controller-manager Update v1 2022-09-17 05:07:50 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"70d5d096-2f10-4fcc-a11c-2f5e398f8d4e\"}":{}}},"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 2022-09-17 05:07:51 +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\":\"172.20.110.156\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-p5676,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-2,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-p5676,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:10.254.0.17,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,},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:51 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2022-09-17 05:07:50 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:10.254.0.17,PodIP:172.20.110.156,StartTime:2022-09-17 05:07:50 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2022-09-17 05:07:51 +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-2,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:1b9d1b2f36cb2dbee1960e82a9344aeb11bd4c4c03abf5e1853e0559c23855e3,ContainerID:containerd://01ed9fcbd95214f9b870e7eaa578a54372f1ae25ccb4ec77cda30029d8a606c0,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:172.20.110.156,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Sep 17 05:07:52.018: INFO: ReplicaSet "test-deployment-8594bb6fdd": + &ReplicaSet{ObjectMeta:{test-deployment-8594bb6fdd deployment-2799 81e138d2-be75-42e0-afbc-73c8511efdc9 29588 3 2022-09-17 05:07:47 +0000 UTC map[pod-template-hash:8594bb6fdd 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 9910466c-7545-4094-90e3-edd912015cea 0xc002f0af87 0xc002f0af88}] [] [{kube-controller-manager Update apps/v1 2022-09-17 05:07:49 +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\":\"9910466c-7545-4094-90e3-edd912015cea\"}":{}}},"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 2022-09-17 05:07:49 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 8594bb6fdd,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:8594bb6fdd test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/agnhost:2.40 [] [] [] [] [] {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 0xc002f0b010 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/framework.go:187 + Sep 17 05:07:52.025: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "deployment-2799" for this suite. 09/17/22 05:07:52.027 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] + validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:07:52.034 +Sep 17 05:07:52.034: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-preemption 09/17/22 05:07:52.034 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:07:52.043 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:07:52.045 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 17 05:07:52.050: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 17 05:08:52.059: INFO: Waiting for terminating namespaces to be deleted... +[It] validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 +STEP: Create pods that use 4/5 of node resources. 09/17/22 05:08:52.06 +Sep 17 05:08:52.070: INFO: Created pod: pod0-0-sched-preemption-low-priority +Sep 17 05:08:52.074: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Sep 17 05:08:52.088: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Sep 17 05:08:52.091: INFO: Created pod: pod1-1-sched-preemption-medium-priority +Sep 17 05:08:52.105: INFO: Created pod: pod2-0-sched-preemption-medium-priority +Sep 17 05:08:52.107: INFO: Created pod: pod2-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 09/17/22 05:08:52.107 +Sep 17 05:08:52.107: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-4620" to be "running" +Sep 17 05:08:52.110: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.297225ms +Sep 17 05:08:54.116: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008539679s +Sep 17 05:08:56.112: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.004818969s +Sep 17 05:08:56.112: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Sep 17 05:08:56.112: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" +Sep 17 05:08:56.113: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.190272ms +Sep 17 05:08:56.113: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:08:56.113: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" +Sep 17 05:08:56.114: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.020912ms +Sep 17 05:08:56.114: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:08:56.114: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" +Sep 17 05:08:56.115: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 969.751µs +Sep 17 05:08:56.115: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:08:56.115: INFO: Waiting up to 5m0s for pod "pod2-0-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" +Sep 17 05:08:56.116: INFO: Pod "pod2-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 938.344µs +Sep 17 05:08:58.119: INFO: Pod "pod2-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.003778482s +Sep 17 05:08:58.119: INFO: Pod "pod2-0-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:08:58.119: INFO: Waiting up to 5m0s for pod "pod2-1-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" +Sep 17 05:08:58.120: INFO: Pod "pod2-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.250752ms +Sep 17 05:08:58.120: INFO: Pod "pod2-1-sched-preemption-medium-priority" satisfied condition "running" +STEP: Run a high priority pod that has same requirements as that of lower priority pod 09/17/22 05:08:58.12 +Sep 17 05:08:58.122: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-4620" to be "running" +Sep 17 05:08:58.124: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 1.736579ms +Sep 17 05:09:00.128: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005548676s +Sep 17 05:09:02.126: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.003644286s +Sep 17 05:09:02.126: INFO: Pod "preemptor-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 17 05:09:02.133: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-4620" for this suite. 09/17/22 05:09:02.135 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance]","completed":262,"skipped":4937,"failed":0} +------------------------------ +• [SLOW TEST] [70.118 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:07:52.034 + Sep 17 05:07:52.034: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-preemption 09/17/22 05:07:52.034 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:07:52.043 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:07:52.045 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 17 05:07:52.050: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 17 05:08:52.059: INFO: Waiting for terminating namespaces to be deleted... + [It] validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:125 + STEP: Create pods that use 4/5 of node resources. 09/17/22 05:08:52.06 + Sep 17 05:08:52.070: INFO: Created pod: pod0-0-sched-preemption-low-priority + Sep 17 05:08:52.074: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Sep 17 05:08:52.088: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Sep 17 05:08:52.091: INFO: Created pod: pod1-1-sched-preemption-medium-priority + Sep 17 05:08:52.105: INFO: Created pod: pod2-0-sched-preemption-medium-priority + Sep 17 05:08:52.107: INFO: Created pod: pod2-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 09/17/22 05:08:52.107 + Sep 17 05:08:52.107: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-4620" to be "running" + Sep 17 05:08:52.110: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.297225ms + Sep 17 05:08:54.116: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008539679s + Sep 17 05:08:56.112: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.004818969s + Sep 17 05:08:56.112: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Sep 17 05:08:56.112: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" + Sep 17 05:08:56.113: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.190272ms + Sep 17 05:08:56.113: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:08:56.113: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" + Sep 17 05:08:56.114: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.020912ms + Sep 17 05:08:56.114: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:08:56.114: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" + Sep 17 05:08:56.115: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 969.751µs + Sep 17 05:08:56.115: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:08:56.115: INFO: Waiting up to 5m0s for pod "pod2-0-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" + Sep 17 05:08:56.116: INFO: Pod "pod2-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 938.344µs + Sep 17 05:08:58.119: INFO: Pod "pod2-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.003778482s + Sep 17 05:08:58.119: INFO: Pod "pod2-0-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:08:58.119: INFO: Waiting up to 5m0s for pod "pod2-1-sched-preemption-medium-priority" in namespace "sched-preemption-4620" to be "running" + Sep 17 05:08:58.120: INFO: Pod "pod2-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.250752ms + Sep 17 05:08:58.120: INFO: Pod "pod2-1-sched-preemption-medium-priority" satisfied condition "running" + STEP: Run a high priority pod that has same requirements as that of lower priority pod 09/17/22 05:08:58.12 + Sep 17 05:08:58.122: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-4620" to be "running" + Sep 17 05:08:58.124: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 1.736579ms + Sep 17 05:09:00.128: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005548676s + Sep 17 05:09:02.126: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.003644286s + Sep 17 05:09:02.126: INFO: Pod "preemptor-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 17 05:09:02.133: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-4620" for this suite. 09/17/22 05:09:02.135 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:09:02.154 +Sep 17 05:09:02.154: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 05:09:02.154 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:02.163 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:02.167 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 05:09:02.177 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:09:02.487 +STEP: Deploying the webhook pod 09/17/22 05:09:02.491 +STEP: Wait for the deployment to be ready 09/17/22 05:09:02.495 +Sep 17 05:09:02.499: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 05:09:04.504 +STEP: Verifying the service has paired with the endpoint 09/17/22 05:09:04.511 +Sep 17 05:09:05.511: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 +STEP: Registering the mutating configmap webhook via the AdmissionRegistration API 09/17/22 05:09:05.512 +STEP: create a configmap that should be updated by the webhook 09/17/22 05:09:05.52 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:09:05.527: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-8432" for this suite. 09/17/22 05:09:05.529 +STEP: Destroying namespace "webhook-8432-markers" for this suite. 09/17/22 05:09:05.531 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]","completed":263,"skipped":4959,"failed":0} +------------------------------ +• [3.420 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:09:02.154 + Sep 17 05:09:02.154: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 05:09:02.154 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:02.163 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:02.167 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 05:09:02.177 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:09:02.487 + STEP: Deploying the webhook pod 09/17/22 05:09:02.491 + STEP: Wait for the deployment to be ready 09/17/22 05:09:02.495 + Sep 17 05:09:02.499: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 05:09:04.504 + STEP: Verifying the service has paired with the endpoint 09/17/22 05:09:04.511 + Sep 17 05:09:05.511: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:251 + STEP: Registering the mutating configmap webhook via the AdmissionRegistration API 09/17/22 05:09:05.512 + STEP: create a configmap that should be updated by the webhook 09/17/22 05:09:05.52 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:09:05.527: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-8432" for this suite. 09/17/22 05:09:05.529 + STEP: Destroying namespace "webhook-8432-markers" for this suite. 09/17/22 05:09:05.531 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-node] PreStop + should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 +[BeforeEach] [sig-node] PreStop + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:09:05.574 +Sep 17 05:09:05.574: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename prestop 09/17/22 05:09:05.575 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:05.603 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:05.607 +[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-1570 09/17/22 05:09:05.614 +STEP: Waiting for pods to come up. 09/17/22 05:09:05.618 +Sep 17 05:09:05.618: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-1570" to be "running" +Sep 17 05:09:05.630: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 12.208104ms +Sep 17 05:09:07.633: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.014693238s +Sep 17 05:09:07.633: INFO: Pod "server" satisfied condition "running" +STEP: Creating tester pod tester in namespace prestop-1570 09/17/22 05:09:07.635 +Sep 17 05:09:07.648: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-1570" to be "running" +Sep 17 05:09:07.652: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 3.488994ms +Sep 17 05:09:09.654: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.005734841s +Sep 17 05:09:09.654: INFO: Pod "tester" satisfied condition "running" +STEP: Deleting pre-stop pod 09/17/22 05:09:09.654 +Sep 17 05:09:14.659: 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 09/17/22 05:09:14.659 +[AfterEach] [sig-node] PreStop + test/e2e/framework/framework.go:187 +Sep 17 05:09:14.668: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "prestop-1570" for this suite. 09/17/22 05:09:14.669 +{"msg":"PASSED [sig-node] PreStop should call prestop when killing a pod [Conformance]","completed":264,"skipped":4970,"failed":0} +------------------------------ +• [SLOW TEST] [9.097 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:09:05.574 + Sep 17 05:09:05.574: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename prestop 09/17/22 05:09:05.575 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:05.603 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:05.607 + [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-1570 09/17/22 05:09:05.614 + STEP: Waiting for pods to come up. 09/17/22 05:09:05.618 + Sep 17 05:09:05.618: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-1570" to be "running" + Sep 17 05:09:05.630: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 12.208104ms + Sep 17 05:09:07.633: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.014693238s + Sep 17 05:09:07.633: INFO: Pod "server" satisfied condition "running" + STEP: Creating tester pod tester in namespace prestop-1570 09/17/22 05:09:07.635 + Sep 17 05:09:07.648: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-1570" to be "running" + Sep 17 05:09:07.652: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 3.488994ms + Sep 17 05:09:09.654: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.005734841s + Sep 17 05:09:09.654: INFO: Pod "tester" satisfied condition "running" + STEP: Deleting pre-stop pod 09/17/22 05:09:09.654 + Sep 17 05:09:14.659: 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 09/17/22 05:09:14.659 + [AfterEach] [sig-node] PreStop + test/e2e/framework/framework.go:187 + Sep 17 05:09:14.668: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "prestop-1570" for this suite. 09/17/22 05:09:14.669 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:275 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:09:14.672 +Sep 17 05:09:14.672: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:09:14.673 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:14.681 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:14.684 +[It] works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:275 +STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation 09/17/22 05:09:14.685 +Sep 17 05:09:14.686: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:09:16.375: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:09:23.574: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-5978" for this suite. 09/17/22 05:09:23.578 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of different groups [Conformance]","completed":265,"skipped":4974,"failed":0} +------------------------------ +• [SLOW TEST] [8.909 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:275 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:09:14.672 + Sep 17 05:09:14.672: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:09:14.673 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:14.681 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:14.684 + [It] works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:275 + STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation 09/17/22 05:09:14.685 + Sep 17 05:09:14.686: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:09:16.375: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:09:23.574: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-5978" for this suite. 09/17/22 05:09:23.578 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:326 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:09:23.581 +Sep 17 05:09:23.581: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-pred 09/17/22 05:09:23.582 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:23.59 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:23.593 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 +Sep 17 05:09:23.595: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Sep 17 05:09:23.598: INFO: Waiting for terminating namespaces to be deleted... +Sep 17 05:09:23.599: INFO: +Logging pods the apiserver thinks is on node 10.254.0.16 before test +Sep 17 05:09:23.602: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container calico-kube-controllers ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container calico-node ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container coredns ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container kubernetes-dashboard ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container metrics-server ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container node-cache ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:09:23.602: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 05:09:23.602: INFO: +Logging pods the apiserver thinks is on node 10.254.0.17 before test +Sep 17 05:09:23.605: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.605: INFO: Container calico-node ready: true, restart count 0 +Sep 17 05:09:23.605: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.605: INFO: Container node-cache ready: true, restart count 0 +Sep 17 05:09:23.605: INFO: tester from prestop-1570 started at 2022-09-17 05:09:07 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.605: INFO: Container tester ready: true, restart count 0 +Sep 17 05:09:23.605: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.605: INFO: Container kube-sonobuoy ready: true, restart count 0 +Sep 17 05:09:23.605: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:09:23.605: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:09:23.605: INFO: Container systemd-logs ready: true, restart count 0 +Sep 17 05:09:23.605: INFO: +Logging pods the apiserver thinks is on node 10.254.0.18 before test +Sep 17 05:09:23.607: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.607: INFO: Container calico-node ready: true, restart count 0 +Sep 17 05:09:23.607: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) +Sep 17 05:09:23.607: INFO: Container node-cache ready: true, restart count 0 +Sep 17 05:09:23.607: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:09:23.607: INFO: Container e2e ready: true, restart count 0 +Sep 17 05:09:23.607: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:09:23.607: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) +Sep 17 05:09:23.607: INFO: Container sonobuoy-worker ready: true, restart count 0 +Sep 17 05:09:23.607: 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:326 +STEP: verifying the node has the label node 10.254.0.16 09/17/22 05:09:23.613 +STEP: verifying the node has the label node 10.254.0.17 09/17/22 05:09:23.634 +STEP: verifying the node has the label node 10.254.0.18 09/17/22 05:09:23.646 +Sep 17 05:09:23.662: INFO: Pod calico-kube-controllers-6d5cf54455-cw5bs requesting resource cpu=0m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod calico-node-jzc7f requesting resource cpu=250m on Node 10.254.0.17 +Sep 17 05:09:23.662: INFO: Pod calico-node-k5s8d requesting resource cpu=250m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod calico-node-zntg4 requesting resource cpu=250m on Node 10.254.0.18 +Sep 17 05:09:23.662: INFO: Pod coredns-6994896589-992rg requesting resource cpu=100m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod dashboard-metrics-scraper-86cbf5f9dd-zl76r requesting resource cpu=0m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod kubernetes-dashboard-55cbd7c65d-mjn9s requesting resource cpu=0m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod metrics-server-846ddc9f47-426pg requesting resource cpu=100m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod node-local-dns-42sbp requesting resource cpu=25m on Node 10.254.0.18 +Sep 17 05:09:23.662: INFO: Pod node-local-dns-lw7mt requesting resource cpu=25m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod node-local-dns-wjwzs requesting resource cpu=25m on Node 10.254.0.17 +Sep 17 05:09:23.662: INFO: Pod tester requesting resource cpu=0m on Node 10.254.0.17 +Sep 17 05:09:23.662: INFO: Pod sonobuoy requesting resource cpu=0m on Node 10.254.0.17 +Sep 17 05:09:23.662: INFO: Pod sonobuoy-e2e-job-ec53e2d784e04e49 requesting resource cpu=0m on Node 10.254.0.18 +Sep 17 05:09:23.662: INFO: Pod sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd requesting resource cpu=0m on Node 10.254.0.18 +Sep 17 05:09:23.662: INFO: Pod sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv requesting resource cpu=0m on Node 10.254.0.16 +Sep 17 05:09:23.662: INFO: Pod sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls requesting resource cpu=0m on Node 10.254.0.17 +STEP: Starting Pods to consume most of the cluster CPU. 09/17/22 05:09:23.662 +Sep 17 05:09:23.662: INFO: Creating a pod which consumes cpu=1067m on Node 10.254.0.16 +Sep 17 05:09:23.666: INFO: Creating a pod which consumes cpu=1207m on Node 10.254.0.17 +Sep 17 05:09:23.678: INFO: Creating a pod which consumes cpu=1207m on Node 10.254.0.18 +Sep 17 05:09:23.695: INFO: Waiting up to 5m0s for pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d" in namespace "sched-pred-3101" to be "running" +Sep 17 05:09:23.730: INFO: Pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d": Phase="Pending", Reason="", readiness=false. Elapsed: 34.657526ms +Sep 17 05:09:25.732: INFO: Pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d": Phase="Running", Reason="", readiness=true. Elapsed: 2.036558733s +Sep 17 05:09:25.732: INFO: Pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d" satisfied condition "running" +Sep 17 05:09:25.732: INFO: Waiting up to 5m0s for pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664" in namespace "sched-pred-3101" to be "running" +Sep 17 05:09:25.733: INFO: Pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664": Phase="Pending", Reason="", readiness=false. Elapsed: 1.143963ms +Sep 17 05:09:27.735: INFO: Pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664": Phase="Running", Reason="", readiness=true. Elapsed: 2.003155516s +Sep 17 05:09:27.735: INFO: Pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664" satisfied condition "running" +Sep 17 05:09:27.735: INFO: Waiting up to 5m0s for pod "filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a" in namespace "sched-pred-3101" to be "running" +Sep 17 05:09:27.736: INFO: Pod "filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a": Phase="Running", Reason="", readiness=true. Elapsed: 1.189153ms +Sep 17 05:09:27.736: INFO: Pod "filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a" satisfied condition "running" +STEP: Creating another pod that requires unavailable amount of CPU. 09/17/22 05:09:27.736 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1da2cd738], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3101/filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d to 10.254.0.16] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1fa1985cd], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1fac975b4], Reason = [Created], Message = [Created container filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1feacf8e2], Reason = [Started], Message = [Started container filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1dd994869], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3101/filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a to 10.254.0.18] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1fbe83840], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1fc92fbe1], Reason = [Created], Message = [Created container filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1ffdfc393], Reason = [Started], Message = [Started container filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da1db88fdc3], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3101/filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664 to 10.254.0.17] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Warning], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da220983e59], Reason = [FailedMount], Message = [MountVolume.SetUp failed for volume "kube-api-access-8sxnf" : failed to sync configmap cache: timed out waiting for the condition] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da251a54e57], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da2523aef9a], Reason = [Created], Message = [Created container filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da255058982], Reason = [Started], Message = [Started container filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664] 09/17/22 05:09:27.738 +STEP: Considering event: +Type = [Warning], Name = [additional-pod.17158da2ccaef58a], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 Insufficient cpu. preemption: 0/3 nodes are available: 3 No preemption victims found for incoming pod.] 09/17/22 05:09:27.746 +STEP: removing the label node off the node 10.254.0.16 09/17/22 05:09:28.747 +STEP: verifying the node doesn't have the label node 09/17/22 05:09:28.752 +STEP: removing the label node off the node 10.254.0.17 09/17/22 05:09:28.756 +STEP: verifying the node doesn't have the label node 09/17/22 05:09:28.771 +STEP: removing the label node off the node 10.254.0.18 09/17/22 05:09:28.778 +STEP: verifying the node doesn't have the label node 09/17/22 05:09:28.791 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 +Sep 17 05:09:28.798: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-pred-3101" for this suite. 09/17/22 05:09:28.801 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 +{"msg":"PASSED [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance]","completed":266,"skipped":4976,"failed":0} +------------------------------ +• [SLOW TEST] [5.224 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:326 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:09:23.581 + Sep 17 05:09:23.581: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-pred 09/17/22 05:09:23.582 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:23.59 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:23.593 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:92 + Sep 17 05:09:23.595: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Sep 17 05:09:23.598: INFO: Waiting for terminating namespaces to be deleted... + Sep 17 05:09:23.599: INFO: + Logging pods the apiserver thinks is on node 10.254.0.16 before test + Sep 17 05:09:23.602: INFO: calico-kube-controllers-6d5cf54455-cw5bs from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container calico-kube-controllers ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: calico-node-k5s8d from kube-system started at 2022-09-17 03:46:48 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container calico-node ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: coredns-6994896589-992rg from kube-system started at 2022-09-17 03:47:11 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container coredns ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: dashboard-metrics-scraper-86cbf5f9dd-zl76r from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container dashboard-metrics-scraper ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: kubernetes-dashboard-55cbd7c65d-mjn9s from kube-system started at 2022-09-17 03:47:17 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container kubernetes-dashboard ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: metrics-server-846ddc9f47-426pg from kube-system started at 2022-09-17 03:47:13 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container metrics-server ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: node-local-dns-lw7mt from kube-system started at 2022-09-17 03:47:12 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container node-cache ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:09:23.602: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 05:09:23.602: INFO: + Logging pods the apiserver thinks is on node 10.254.0.17 before test + Sep 17 05:09:23.605: INFO: calico-node-jzc7f from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.605: INFO: Container calico-node ready: true, restart count 0 + Sep 17 05:09:23.605: INFO: node-local-dns-wjwzs from kube-system started at 2022-09-17 03:51:28 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.605: INFO: Container node-cache ready: true, restart count 0 + Sep 17 05:09:23.605: INFO: tester from prestop-1570 started at 2022-09-17 05:09:07 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.605: INFO: Container tester ready: true, restart count 0 + Sep 17 05:09:23.605: INFO: sonobuoy from sonobuoy started at 2022-09-17 03:58:58 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.605: INFO: Container kube-sonobuoy ready: true, restart count 0 + Sep 17 05:09:23.605: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:09:23.605: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:09:23.605: INFO: Container systemd-logs ready: true, restart count 0 + Sep 17 05:09:23.605: INFO: + Logging pods the apiserver thinks is on node 10.254.0.18 before test + Sep 17 05:09:23.607: INFO: calico-node-zntg4 from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.607: INFO: Container calico-node ready: true, restart count 0 + Sep 17 05:09:23.607: INFO: node-local-dns-42sbp from kube-system started at 2022-09-17 03:57:20 +0000 UTC (1 container statuses recorded) + Sep 17 05:09:23.607: INFO: Container node-cache ready: true, restart count 0 + Sep 17 05:09:23.607: INFO: sonobuoy-e2e-job-ec53e2d784e04e49 from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:09:23.607: INFO: Container e2e ready: true, restart count 0 + Sep 17 05:09:23.607: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:09:23.607: INFO: sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd from sonobuoy started at 2022-09-17 03:59:09 +0000 UTC (2 container statuses recorded) + Sep 17 05:09:23.607: INFO: Container sonobuoy-worker ready: true, restart count 0 + Sep 17 05:09:23.607: 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:326 + STEP: verifying the node has the label node 10.254.0.16 09/17/22 05:09:23.613 + STEP: verifying the node has the label node 10.254.0.17 09/17/22 05:09:23.634 + STEP: verifying the node has the label node 10.254.0.18 09/17/22 05:09:23.646 + Sep 17 05:09:23.662: INFO: Pod calico-kube-controllers-6d5cf54455-cw5bs requesting resource cpu=0m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod calico-node-jzc7f requesting resource cpu=250m on Node 10.254.0.17 + Sep 17 05:09:23.662: INFO: Pod calico-node-k5s8d requesting resource cpu=250m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod calico-node-zntg4 requesting resource cpu=250m on Node 10.254.0.18 + Sep 17 05:09:23.662: INFO: Pod coredns-6994896589-992rg requesting resource cpu=100m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod dashboard-metrics-scraper-86cbf5f9dd-zl76r requesting resource cpu=0m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod kubernetes-dashboard-55cbd7c65d-mjn9s requesting resource cpu=0m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod metrics-server-846ddc9f47-426pg requesting resource cpu=100m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod node-local-dns-42sbp requesting resource cpu=25m on Node 10.254.0.18 + Sep 17 05:09:23.662: INFO: Pod node-local-dns-lw7mt requesting resource cpu=25m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod node-local-dns-wjwzs requesting resource cpu=25m on Node 10.254.0.17 + Sep 17 05:09:23.662: INFO: Pod tester requesting resource cpu=0m on Node 10.254.0.17 + Sep 17 05:09:23.662: INFO: Pod sonobuoy requesting resource cpu=0m on Node 10.254.0.17 + Sep 17 05:09:23.662: INFO: Pod sonobuoy-e2e-job-ec53e2d784e04e49 requesting resource cpu=0m on Node 10.254.0.18 + Sep 17 05:09:23.662: INFO: Pod sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-7ggnd requesting resource cpu=0m on Node 10.254.0.18 + Sep 17 05:09:23.662: INFO: Pod sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-qspvv requesting resource cpu=0m on Node 10.254.0.16 + Sep 17 05:09:23.662: INFO: Pod sonobuoy-systemd-logs-daemon-set-35b61fa8a8644532-r24ls requesting resource cpu=0m on Node 10.254.0.17 + STEP: Starting Pods to consume most of the cluster CPU. 09/17/22 05:09:23.662 + Sep 17 05:09:23.662: INFO: Creating a pod which consumes cpu=1067m on Node 10.254.0.16 + Sep 17 05:09:23.666: INFO: Creating a pod which consumes cpu=1207m on Node 10.254.0.17 + Sep 17 05:09:23.678: INFO: Creating a pod which consumes cpu=1207m on Node 10.254.0.18 + Sep 17 05:09:23.695: INFO: Waiting up to 5m0s for pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d" in namespace "sched-pred-3101" to be "running" + Sep 17 05:09:23.730: INFO: Pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d": Phase="Pending", Reason="", readiness=false. Elapsed: 34.657526ms + Sep 17 05:09:25.732: INFO: Pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d": Phase="Running", Reason="", readiness=true. Elapsed: 2.036558733s + Sep 17 05:09:25.732: INFO: Pod "filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d" satisfied condition "running" + Sep 17 05:09:25.732: INFO: Waiting up to 5m0s for pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664" in namespace "sched-pred-3101" to be "running" + Sep 17 05:09:25.733: INFO: Pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664": Phase="Pending", Reason="", readiness=false. Elapsed: 1.143963ms + Sep 17 05:09:27.735: INFO: Pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664": Phase="Running", Reason="", readiness=true. Elapsed: 2.003155516s + Sep 17 05:09:27.735: INFO: Pod "filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664" satisfied condition "running" + Sep 17 05:09:27.735: INFO: Waiting up to 5m0s for pod "filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a" in namespace "sched-pred-3101" to be "running" + Sep 17 05:09:27.736: INFO: Pod "filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a": Phase="Running", Reason="", readiness=true. Elapsed: 1.189153ms + Sep 17 05:09:27.736: INFO: Pod "filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a" satisfied condition "running" + STEP: Creating another pod that requires unavailable amount of CPU. 09/17/22 05:09:27.736 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1da2cd738], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3101/filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d to 10.254.0.16] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1fa1985cd], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1fac975b4], Reason = [Created], Message = [Created container filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d.17158da1feacf8e2], Reason = [Started], Message = [Started container filler-pod-86f667d3-d031-45b7-bc0b-601899d6a91d] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1dd994869], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3101/filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a to 10.254.0.18] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1fbe83840], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1fc92fbe1], Reason = [Created], Message = [Created container filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a.17158da1ffdfc393], Reason = [Started], Message = [Started container filler-pod-8d3a375a-b536-4850-a59a-3c9a86fdbd5a] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da1db88fdc3], Reason = [Scheduled], Message = [Successfully assigned sched-pred-3101/filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664 to 10.254.0.17] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Warning], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da220983e59], Reason = [FailedMount], Message = [MountVolume.SetUp failed for volume "kube-api-access-8sxnf" : failed to sync configmap cache: timed out waiting for the condition] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da251a54e57], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.8" already present on machine] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da2523aef9a], Reason = [Created], Message = [Created container filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664.17158da255058982], Reason = [Started], Message = [Started container filler-pod-cb805bd1-bef0-4628-8dd3-fd7523b22664] 09/17/22 05:09:27.738 + STEP: Considering event: + Type = [Warning], Name = [additional-pod.17158da2ccaef58a], Reason = [FailedScheduling], Message = [0/3 nodes are available: 3 Insufficient cpu. preemption: 0/3 nodes are available: 3 No preemption victims found for incoming pod.] 09/17/22 05:09:27.746 + STEP: removing the label node off the node 10.254.0.16 09/17/22 05:09:28.747 + STEP: verifying the node doesn't have the label node 09/17/22 05:09:28.752 + STEP: removing the label node off the node 10.254.0.17 09/17/22 05:09:28.756 + STEP: verifying the node doesn't have the label node 09/17/22 05:09:28.771 + STEP: removing the label node off the node 10.254.0.18 09/17/22 05:09:28.778 + STEP: verifying the node doesn't have the label node 09/17/22 05:09:28.791 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/framework.go:187 + Sep 17 05:09:28.798: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-pred-3101" for this suite. 09/17/22 05:09:28.801 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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:346 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:09:28.805 +Sep 17 05:09:28.805: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename security-context-test 09/17/22 05:09:28.806 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:28.868 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:28.87 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:346 +Sep 17 05:09:28.877: INFO: Waiting up to 5m0s for pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d" in namespace "security-context-test-2428" to be "Succeeded or Failed" +Sep 17 05:09:28.882: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d": Phase="Pending", Reason="", readiness=false. Elapsed: 5.05295ms +Sep 17 05:09:30.885: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007586818s +Sep 17 05:09:32.885: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007651233s +Sep 17 05:09:32.885: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 17 05:09:32.885: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-2428" for this suite. 09/17/22 05:09:32.886 +{"msg":"PASSED [sig-node] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]","completed":267,"skipped":4981,"failed":0} +------------------------------ +• [4.084 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:308 + should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:346 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:09:28.805 + Sep 17 05:09:28.805: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename security-context-test 09/17/22 05:09:28.806 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:28.868 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:28.87 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:346 + Sep 17 05:09:28.877: INFO: Waiting up to 5m0s for pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d" in namespace "security-context-test-2428" to be "Succeeded or Failed" + Sep 17 05:09:28.882: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d": Phase="Pending", Reason="", readiness=false. Elapsed: 5.05295ms + Sep 17 05:09:30.885: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007586818s + Sep 17 05:09:32.885: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007651233s + Sep 17 05:09:32.885: INFO: Pod "busybox-user-65534-f33773d1-2ac9-49e5-827f-36a14b77ae5d" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 17 05:09:32.885: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-2428" for this suite. 09/17/22 05:09:32.886 + << End Captured GinkgoWriter Output +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:09:32.889 +Sep 17 05:09:32.890: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir-wrapper 09/17/22 05:09:32.89 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:32.898 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:32.901 +[It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 +STEP: Creating 50 configmaps 09/17/22 05:09:32.902 +STEP: Creating RC which spawns configmap-volume pods 09/17/22 05:09:33.143 +Sep 17 05:09:33.278: INFO: Pod name wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454: Found 3 pods out of 5 +Sep 17 05:09:38.282: INFO: Pod name wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454: Found 5 pods out of 5 +STEP: Ensuring each pod is running 09/17/22 05:09:38.282 +Sep 17 05:09:38.283: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-292tp" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:38.284: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-292tp": Phase="Running", Reason="", readiness=true. Elapsed: 1.554144ms +Sep 17 05:09:38.284: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-292tp" satisfied condition "running" +Sep 17 05:09:38.284: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-6n69r" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:38.286: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-6n69r": Phase="Running", Reason="", readiness=true. Elapsed: 1.458851ms +Sep 17 05:09:38.286: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-6n69r" satisfied condition "running" +Sep 17 05:09:38.286: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-b49kp" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:38.287: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-b49kp": Phase="Running", Reason="", readiness=true. Elapsed: 1.380533ms +Sep 17 05:09:38.287: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-b49kp" satisfied condition "running" +Sep 17 05:09:38.287: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-gf2rj" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:38.289: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-gf2rj": Phase="Running", Reason="", readiness=true. Elapsed: 1.421116ms +Sep 17 05:09:38.289: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-gf2rj" satisfied condition "running" +Sep 17 05:09:38.289: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-zgcn7" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:38.290: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-zgcn7": Phase="Running", Reason="", readiness=true. Elapsed: 1.302487ms +Sep 17 05:09:38.290: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-zgcn7" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454 in namespace emptydir-wrapper-4165, will wait for the garbage collector to delete the pods 09/17/22 05:09:38.29 +Sep 17 05:09:38.344: INFO: Deleting ReplicationController wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454 took: 2.878504ms +Sep 17 05:09:38.445: INFO: Terminating ReplicationController wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454 pods took: 100.856011ms +STEP: Creating RC which spawns configmap-volume pods 09/17/22 05:09:39.348 +Sep 17 05:09:39.362: INFO: Pod name wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3: Found 0 pods out of 5 +Sep 17 05:09:44.365: INFO: Pod name wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3: Found 5 pods out of 5 +STEP: Ensuring each pod is running 09/17/22 05:09:44.365 +Sep 17 05:09:44.365: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8hxdr" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:44.366: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8hxdr": Phase="Running", Reason="", readiness=true. Elapsed: 1.507545ms +Sep 17 05:09:44.366: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8hxdr" satisfied condition "running" +Sep 17 05:09:44.366: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8pqbf" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:44.368: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8pqbf": Phase="Running", Reason="", readiness=true. Elapsed: 1.350396ms +Sep 17 05:09:44.368: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8pqbf" satisfied condition "running" +Sep 17 05:09:44.368: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-b56xx" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:44.369: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-b56xx": Phase="Running", Reason="", readiness=true. Elapsed: 1.251249ms +Sep 17 05:09:44.369: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-b56xx" satisfied condition "running" +Sep 17 05:09:44.369: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-q6thk" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:44.370: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-q6thk": Phase="Running", Reason="", readiness=true. Elapsed: 1.243846ms +Sep 17 05:09:44.370: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-q6thk" satisfied condition "running" +Sep 17 05:09:44.370: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-xqsv9" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:44.372: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-xqsv9": Phase="Running", Reason="", readiness=true. Elapsed: 1.245482ms +Sep 17 05:09:44.372: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-xqsv9" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3 in namespace emptydir-wrapper-4165, will wait for the garbage collector to delete the pods 09/17/22 05:09:44.372 +Sep 17 05:09:44.427: INFO: Deleting ReplicationController wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3 took: 2.789583ms +Sep 17 05:09:44.528: INFO: Terminating ReplicationController wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3 pods took: 101.066165ms +STEP: Creating RC which spawns configmap-volume pods 09/17/22 05:09:45.431 +Sep 17 05:09:45.443: INFO: Pod name wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875: Found 0 pods out of 5 +Sep 17 05:09:50.447: INFO: Pod name wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875: Found 5 pods out of 5 +STEP: Ensuring each pod is running 09/17/22 05:09:50.447 +Sep 17 05:09:50.447: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-88zh5" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:50.448: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-88zh5": Phase="Running", Reason="", readiness=true. Elapsed: 1.548689ms +Sep 17 05:09:50.448: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-88zh5" satisfied condition "running" +Sep 17 05:09:50.448: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-ccf4t" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:50.450: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-ccf4t": Phase="Running", Reason="", readiness=true. Elapsed: 1.304781ms +Sep 17 05:09:50.450: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-ccf4t" satisfied condition "running" +Sep 17 05:09:50.450: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-fx4j6" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:50.451: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-fx4j6": Phase="Running", Reason="", readiness=true. Elapsed: 1.212185ms +Sep 17 05:09:50.451: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-fx4j6" satisfied condition "running" +Sep 17 05:09:50.451: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-hjbtg" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:50.452: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-hjbtg": Phase="Running", Reason="", readiness=true. Elapsed: 1.375058ms +Sep 17 05:09:50.452: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-hjbtg" satisfied condition "running" +Sep 17 05:09:50.452: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-pz9ss" in namespace "emptydir-wrapper-4165" to be "running" +Sep 17 05:09:50.453: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-pz9ss": Phase="Running", Reason="", readiness=true. Elapsed: 1.31186ms +Sep 17 05:09:50.454: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-pz9ss" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875 in namespace emptydir-wrapper-4165, will wait for the garbage collector to delete the pods 09/17/22 05:09:50.454 +Sep 17 05:09:50.510: INFO: Deleting ReplicationController wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875 took: 4.016965ms +Sep 17 05:09:50.611: INFO: Terminating ReplicationController wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875 pods took: 100.898598ms +STEP: Cleaning up the configMaps 09/17/22 05:09:52.312 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 +Sep 17 05:09:52.391: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-wrapper-4165" for this suite. 09/17/22 05:09:52.393 +{"msg":"PASSED [sig-storage] EmptyDir wrapper volumes should not cause race condition when used for configmaps [Serial] [Conformance]","completed":268,"skipped":4981,"failed":0} +------------------------------ +• [SLOW TEST] [19.525 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:09:32.889 + Sep 17 05:09:32.890: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir-wrapper 09/17/22 05:09:32.89 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:32.898 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:32.901 + [It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 + STEP: Creating 50 configmaps 09/17/22 05:09:32.902 + STEP: Creating RC which spawns configmap-volume pods 09/17/22 05:09:33.143 + Sep 17 05:09:33.278: INFO: Pod name wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454: Found 3 pods out of 5 + Sep 17 05:09:38.282: INFO: Pod name wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454: Found 5 pods out of 5 + STEP: Ensuring each pod is running 09/17/22 05:09:38.282 + Sep 17 05:09:38.283: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-292tp" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:38.284: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-292tp": Phase="Running", Reason="", readiness=true. Elapsed: 1.554144ms + Sep 17 05:09:38.284: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-292tp" satisfied condition "running" + Sep 17 05:09:38.284: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-6n69r" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:38.286: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-6n69r": Phase="Running", Reason="", readiness=true. Elapsed: 1.458851ms + Sep 17 05:09:38.286: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-6n69r" satisfied condition "running" + Sep 17 05:09:38.286: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-b49kp" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:38.287: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-b49kp": Phase="Running", Reason="", readiness=true. Elapsed: 1.380533ms + Sep 17 05:09:38.287: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-b49kp" satisfied condition "running" + Sep 17 05:09:38.287: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-gf2rj" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:38.289: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-gf2rj": Phase="Running", Reason="", readiness=true. Elapsed: 1.421116ms + Sep 17 05:09:38.289: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-gf2rj" satisfied condition "running" + Sep 17 05:09:38.289: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-zgcn7" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:38.290: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-zgcn7": Phase="Running", Reason="", readiness=true. Elapsed: 1.302487ms + Sep 17 05:09:38.290: INFO: Pod "wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454-zgcn7" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454 in namespace emptydir-wrapper-4165, will wait for the garbage collector to delete the pods 09/17/22 05:09:38.29 + Sep 17 05:09:38.344: INFO: Deleting ReplicationController wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454 took: 2.878504ms + Sep 17 05:09:38.445: INFO: Terminating ReplicationController wrapped-volume-race-56e243f4-d44a-46e9-90c1-1c94a4c5c454 pods took: 100.856011ms + STEP: Creating RC which spawns configmap-volume pods 09/17/22 05:09:39.348 + Sep 17 05:09:39.362: INFO: Pod name wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3: Found 0 pods out of 5 + Sep 17 05:09:44.365: INFO: Pod name wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3: Found 5 pods out of 5 + STEP: Ensuring each pod is running 09/17/22 05:09:44.365 + Sep 17 05:09:44.365: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8hxdr" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:44.366: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8hxdr": Phase="Running", Reason="", readiness=true. Elapsed: 1.507545ms + Sep 17 05:09:44.366: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8hxdr" satisfied condition "running" + Sep 17 05:09:44.366: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8pqbf" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:44.368: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8pqbf": Phase="Running", Reason="", readiness=true. Elapsed: 1.350396ms + Sep 17 05:09:44.368: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-8pqbf" satisfied condition "running" + Sep 17 05:09:44.368: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-b56xx" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:44.369: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-b56xx": Phase="Running", Reason="", readiness=true. Elapsed: 1.251249ms + Sep 17 05:09:44.369: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-b56xx" satisfied condition "running" + Sep 17 05:09:44.369: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-q6thk" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:44.370: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-q6thk": Phase="Running", Reason="", readiness=true. Elapsed: 1.243846ms + Sep 17 05:09:44.370: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-q6thk" satisfied condition "running" + Sep 17 05:09:44.370: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-xqsv9" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:44.372: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-xqsv9": Phase="Running", Reason="", readiness=true. Elapsed: 1.245482ms + Sep 17 05:09:44.372: INFO: Pod "wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3-xqsv9" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3 in namespace emptydir-wrapper-4165, will wait for the garbage collector to delete the pods 09/17/22 05:09:44.372 + Sep 17 05:09:44.427: INFO: Deleting ReplicationController wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3 took: 2.789583ms + Sep 17 05:09:44.528: INFO: Terminating ReplicationController wrapped-volume-race-100166bd-b227-47a9-a0a7-9472bd1c78f3 pods took: 101.066165ms + STEP: Creating RC which spawns configmap-volume pods 09/17/22 05:09:45.431 + Sep 17 05:09:45.443: INFO: Pod name wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875: Found 0 pods out of 5 + Sep 17 05:09:50.447: INFO: Pod name wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875: Found 5 pods out of 5 + STEP: Ensuring each pod is running 09/17/22 05:09:50.447 + Sep 17 05:09:50.447: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-88zh5" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:50.448: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-88zh5": Phase="Running", Reason="", readiness=true. Elapsed: 1.548689ms + Sep 17 05:09:50.448: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-88zh5" satisfied condition "running" + Sep 17 05:09:50.448: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-ccf4t" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:50.450: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-ccf4t": Phase="Running", Reason="", readiness=true. Elapsed: 1.304781ms + Sep 17 05:09:50.450: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-ccf4t" satisfied condition "running" + Sep 17 05:09:50.450: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-fx4j6" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:50.451: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-fx4j6": Phase="Running", Reason="", readiness=true. Elapsed: 1.212185ms + Sep 17 05:09:50.451: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-fx4j6" satisfied condition "running" + Sep 17 05:09:50.451: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-hjbtg" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:50.452: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-hjbtg": Phase="Running", Reason="", readiness=true. Elapsed: 1.375058ms + Sep 17 05:09:50.452: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-hjbtg" satisfied condition "running" + Sep 17 05:09:50.452: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-pz9ss" in namespace "emptydir-wrapper-4165" to be "running" + Sep 17 05:09:50.453: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-pz9ss": Phase="Running", Reason="", readiness=true. Elapsed: 1.31186ms + Sep 17 05:09:50.454: INFO: Pod "wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875-pz9ss" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875 in namespace emptydir-wrapper-4165, will wait for the garbage collector to delete the pods 09/17/22 05:09:50.454 + Sep 17 05:09:50.510: INFO: Deleting ReplicationController wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875 took: 4.016965ms + Sep 17 05:09:50.611: INFO: Terminating ReplicationController wrapped-volume-race-cc99204c-5b79-4cc1-b6f3-0299289d3875 pods took: 100.898598ms + STEP: Cleaning up the configMaps 09/17/22 05:09:52.312 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/framework.go:187 + Sep 17 05:09:52.391: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-wrapper-4165" for this suite. 09/17/22 05:09:52.393 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:09:52.415 +Sep 17 05:09:52.415: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename subpath 09/17/22 05:09:52.415 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:52.424 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:52.433 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 09/17/22 05:09:52.434 +[It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 +STEP: Creating pod pod-subpath-test-projected-9w4v 09/17/22 05:09:52.437 +STEP: Creating a pod to test atomic-volume-subpath 09/17/22 05:09:52.437 +Sep 17 05:09:52.440: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-9w4v" in namespace "subpath-7591" to be "Succeeded or Failed" +Sep 17 05:09:52.442: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Pending", Reason="", readiness=false. Elapsed: 2.349489ms +Sep 17 05:09:54.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 2.005058037s +Sep 17 05:09:56.444: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 4.00412423s +Sep 17 05:09:58.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 6.004695526s +Sep 17 05:10:00.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 8.004563837s +Sep 17 05:10:02.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 10.004794521s +Sep 17 05:10:04.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 12.004805746s +Sep 17 05:10:06.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 14.005197926s +Sep 17 05:10:08.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 16.004967635s +Sep 17 05:10:10.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 18.004958609s +Sep 17 05:10:12.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 20.005154574s +Sep 17 05:10:14.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=false. Elapsed: 22.004706887s +Sep 17 05:10:16.444: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004275411s +STEP: Saw pod success 09/17/22 05:10:16.444 +Sep 17 05:10:16.444: INFO: Pod "pod-subpath-test-projected-9w4v" satisfied condition "Succeeded or Failed" +Sep 17 05:10:16.445: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-projected-9w4v container test-container-subpath-projected-9w4v: +STEP: delete the pod 09/17/22 05:10:16.453 +Sep 17 05:10:16.458: INFO: Waiting for pod pod-subpath-test-projected-9w4v to disappear +Sep 17 05:10:16.464: INFO: Pod pod-subpath-test-projected-9w4v no longer exists +STEP: Deleting pod pod-subpath-test-projected-9w4v 09/17/22 05:10:16.464 +Sep 17 05:10:16.464: INFO: Deleting pod "pod-subpath-test-projected-9w4v" in namespace "subpath-7591" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 +Sep 17 05:10:16.465: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "subpath-7591" for this suite. 09/17/22 05:10:16.467 +{"msg":"PASSED [sig-storage] Subpath Atomic writer volumes should support subpaths with projected pod [Conformance]","completed":269,"skipped":4982,"failed":0} +------------------------------ +• [SLOW TEST] [24.054 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:09:52.415 + Sep 17 05:09:52.415: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename subpath 09/17/22 05:09:52.415 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:09:52.424 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:09:52.433 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 09/17/22 05:09:52.434 + [It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 + STEP: Creating pod pod-subpath-test-projected-9w4v 09/17/22 05:09:52.437 + STEP: Creating a pod to test atomic-volume-subpath 09/17/22 05:09:52.437 + Sep 17 05:09:52.440: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-9w4v" in namespace "subpath-7591" to be "Succeeded or Failed" + Sep 17 05:09:52.442: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Pending", Reason="", readiness=false. Elapsed: 2.349489ms + Sep 17 05:09:54.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 2.005058037s + Sep 17 05:09:56.444: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 4.00412423s + Sep 17 05:09:58.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 6.004695526s + Sep 17 05:10:00.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 8.004563837s + Sep 17 05:10:02.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 10.004794521s + Sep 17 05:10:04.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 12.004805746s + Sep 17 05:10:06.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 14.005197926s + Sep 17 05:10:08.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 16.004967635s + Sep 17 05:10:10.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 18.004958609s + Sep 17 05:10:12.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=true. Elapsed: 20.005154574s + Sep 17 05:10:14.445: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Running", Reason="", readiness=false. Elapsed: 22.004706887s + Sep 17 05:10:16.444: INFO: Pod "pod-subpath-test-projected-9w4v": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.004275411s + STEP: Saw pod success 09/17/22 05:10:16.444 + Sep 17 05:10:16.444: INFO: Pod "pod-subpath-test-projected-9w4v" satisfied condition "Succeeded or Failed" + Sep 17 05:10:16.445: INFO: Trying to get logs from node 10.254.0.17 pod pod-subpath-test-projected-9w4v container test-container-subpath-projected-9w4v: + STEP: delete the pod 09/17/22 05:10:16.453 + Sep 17 05:10:16.458: INFO: Waiting for pod pod-subpath-test-projected-9w4v to disappear + Sep 17 05:10:16.464: INFO: Pod pod-subpath-test-projected-9w4v no longer exists + STEP: Deleting pod pod-subpath-test-projected-9w4v 09/17/22 05:10:16.464 + Sep 17 05:10:16.464: INFO: Deleting pod "pod-subpath-test-projected-9w4v" in namespace "subpath-7591" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/framework.go:187 + Sep 17 05:10:16.465: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "subpath-7591" for this suite. 09/17/22 05:10:16.467 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:10:16.469 +Sep 17 05:10:16.469: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename runtimeclass 09/17/22 05:10:16.47 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:10:16.48 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:10:16.482 +[It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 +Sep 17 05:10:16.489: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-753 to be scheduled +Sep 17 05:10:16.490: INFO: 1 pods are not scheduled: [runtimeclass-753/test-runtimeclass-runtimeclass-753-preconfigured-handler-2r68p(b596758a-cce6-4d3e-bf19-93a9ee45a57a)] +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 17 05:10:18.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-753" for this suite. 09/17/22 05:10:18.497 +{"msg":"PASSED [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance]","completed":270,"skipped":5001,"failed":0} +------------------------------ +• [2.029 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:10:16.469 + Sep 17 05:10:16.469: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename runtimeclass 09/17/22 05:10:16.47 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:10:16.48 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:10:16.482 + [It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 + Sep 17 05:10:16.489: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-753 to be scheduled + Sep 17 05:10:16.490: INFO: 1 pods are not scheduled: [runtimeclass-753/test-runtimeclass-runtimeclass-753-preconfigured-handler-2r68p(b596758a-cce6-4d3e-bf19-93a9ee45a57a)] + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 17 05:10:18.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-753" for this suite. 09/17/22 05:10:18.497 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Secrets + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:204 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:10:18.499 +Sep 17 05:10:18.499: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:10:18.5 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:10:18.507 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:10:18.508 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:204 +STEP: Creating secret with name s-test-opt-del-005a8407-5fde-43f8-94a4-c78b05f93b6b 09/17/22 05:10:18.512 +STEP: Creating secret with name s-test-opt-upd-41741630-28bf-4f6a-8368-bf99f6a27e71 09/17/22 05:10:18.514 +STEP: Creating the pod 09/17/22 05:10:18.515 +Sep 17 05:10:18.520: INFO: Waiting up to 5m0s for pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773" in namespace "secrets-4997" to be "running and ready" +Sep 17 05:10:18.521: INFO: Pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773": Phase="Pending", Reason="", readiness=false. Elapsed: 1.141972ms +Sep 17 05:10:18.521: INFO: The phase of Pod pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:10:20.524: INFO: Pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773": Phase="Running", Reason="", readiness=true. Elapsed: 2.004084761s +Sep 17 05:10:20.524: INFO: The phase of Pod pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773 is Running (Ready = true) +Sep 17 05:10:20.524: INFO: Pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-005a8407-5fde-43f8-94a4-c78b05f93b6b 09/17/22 05:10:20.537 +STEP: Updating secret s-test-opt-upd-41741630-28bf-4f6a-8368-bf99f6a27e71 09/17/22 05:10:20.538 +STEP: Creating secret with name s-test-opt-create-07002314-696a-491f-b98f-9acb1b4aa817 09/17/22 05:10:20.54 +STEP: waiting to observe update in volume 09/17/22 05:10:20.542 +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:11:36.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4997" for this suite. 09/17/22 05:11:36.687 +{"msg":"PASSED [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":271,"skipped":5026,"failed":0} +------------------------------ +• [SLOW TEST] [78.189 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:204 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:10:18.499 + Sep 17 05:10:18.499: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:10:18.5 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:10:18.507 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:10:18.508 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:204 + STEP: Creating secret with name s-test-opt-del-005a8407-5fde-43f8-94a4-c78b05f93b6b 09/17/22 05:10:18.512 + STEP: Creating secret with name s-test-opt-upd-41741630-28bf-4f6a-8368-bf99f6a27e71 09/17/22 05:10:18.514 + STEP: Creating the pod 09/17/22 05:10:18.515 + Sep 17 05:10:18.520: INFO: Waiting up to 5m0s for pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773" in namespace "secrets-4997" to be "running and ready" + Sep 17 05:10:18.521: INFO: Pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773": Phase="Pending", Reason="", readiness=false. Elapsed: 1.141972ms + Sep 17 05:10:18.521: INFO: The phase of Pod pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:10:20.524: INFO: Pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773": Phase="Running", Reason="", readiness=true. Elapsed: 2.004084761s + Sep 17 05:10:20.524: INFO: The phase of Pod pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773 is Running (Ready = true) + Sep 17 05:10:20.524: INFO: Pod "pod-secrets-4b331479-fc13-4afc-b219-6d8b99585773" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-005a8407-5fde-43f8-94a4-c78b05f93b6b 09/17/22 05:10:20.537 + STEP: Updating secret s-test-opt-upd-41741630-28bf-4f6a-8368-bf99f6a27e71 09/17/22 05:10:20.538 + STEP: Creating secret with name s-test-opt-create-07002314-696a-491f-b98f-9acb1b4aa817 09/17/22 05:10:20.54 + STEP: waiting to observe update in volume 09/17/22 05:10:20.542 + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:11:36.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4997" for this suite. 09/17/22 05:11:36.687 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-storage] ConfigMap + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:422 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:11:36.689 +Sep 17 05:11:36.689: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 05:11:36.689 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:36.697 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:36.7 +[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:422 +STEP: Creating configMap with name configmap-test-volume-add84f48-d9d3-480b-9d20-378d96c62b5e 09/17/22 05:11:36.701 +STEP: Creating a pod to test consume configMaps 09/17/22 05:11:36.703 +Sep 17 05:11:36.706: INFO: Waiting up to 5m0s for pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6" in namespace "configmap-2289" to be "Succeeded or Failed" +Sep 17 05:11:36.709: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.08066ms +Sep 17 05:11:38.712: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005348779s +Sep 17 05:11:40.712: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006093721s +STEP: Saw pod success 09/17/22 05:11:40.713 +Sep 17 05:11:40.713: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6" satisfied condition "Succeeded or Failed" +Sep 17 05:11:40.714: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6 container configmap-volume-test: +STEP: delete the pod 09/17/22 05:11:40.716 +Sep 17 05:11:40.720: INFO: Waiting for pod pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6 to disappear +Sep 17 05:11:40.726: INFO: Pod pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 05:11:40.726: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-2289" for this suite. 09/17/22 05:11:40.727 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]","completed":272,"skipped":5029,"failed":0} +------------------------------ +• [4.040 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:422 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:11:36.689 + Sep 17 05:11:36.689: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 05:11:36.689 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:36.697 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:36.7 + [It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:422 + STEP: Creating configMap with name configmap-test-volume-add84f48-d9d3-480b-9d20-378d96c62b5e 09/17/22 05:11:36.701 + STEP: Creating a pod to test consume configMaps 09/17/22 05:11:36.703 + Sep 17 05:11:36.706: INFO: Waiting up to 5m0s for pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6" in namespace "configmap-2289" to be "Succeeded or Failed" + Sep 17 05:11:36.709: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.08066ms + Sep 17 05:11:38.712: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005348779s + Sep 17 05:11:40.712: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006093721s + STEP: Saw pod success 09/17/22 05:11:40.713 + Sep 17 05:11:40.713: INFO: Pod "pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6" satisfied condition "Succeeded or Failed" + Sep 17 05:11:40.714: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6 container configmap-volume-test: + STEP: delete the pod 09/17/22 05:11:40.716 + Sep 17 05:11:40.720: INFO: Waiting for pod pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6 to disappear + Sep 17 05:11:40.726: INFO: Pod pod-configmaps-3473040a-5d4d-428a-973e-edff7e2ab4e6 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 05:11:40.726: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-2289" for this suite. 09/17/22 05:11:40.727 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] ReplicaSet + Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:11:40.732 +Sep 17 05:11:40.732: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replicaset 09/17/22 05:11:40.732 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:40.74 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:40.743 +[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 09/17/22 05:11:40.744 +Sep 17 05:11:40.748: INFO: Pod name sample-pod: Found 0 pods out of 1 +Sep 17 05:11:45.750: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/17/22 05:11:45.75 +STEP: getting scale subresource 09/17/22 05:11:45.75 +STEP: updating a scale subresource 09/17/22 05:11:45.752 +STEP: verifying the replicaset Spec.Replicas was modified 09/17/22 05:11:45.756 +STEP: Patch a scale subresource 09/17/22 05:11:45.758 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 17 05:11:45.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-2918" for this suite. 09/17/22 05:11:45.767 +{"msg":"PASSED [sig-apps] ReplicaSet Replicaset should have a working scale subresource [Conformance]","completed":273,"skipped":5066,"failed":0} +------------------------------ +• [SLOW TEST] [5.043 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:11:40.732 + Sep 17 05:11:40.732: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replicaset 09/17/22 05:11:40.732 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:40.74 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:40.743 + [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 09/17/22 05:11:40.744 + Sep 17 05:11:40.748: INFO: Pod name sample-pod: Found 0 pods out of 1 + Sep 17 05:11:45.750: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/17/22 05:11:45.75 + STEP: getting scale subresource 09/17/22 05:11:45.75 + STEP: updating a scale subresource 09/17/22 05:11:45.752 + STEP: verifying the replicaset Spec.Replicas was modified 09/17/22 05:11:45.756 + STEP: Patch a scale subresource 09/17/22 05:11:45.758 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 17 05:11:45.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-2918" for this suite. 09/17/22 05:11:45.767 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:260 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:11:45.779 +Sep 17 05:11:45.779: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:11:45.78 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:45.794 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:45.797 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[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:260 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:11:45.799 +Sep 17 05:11:45.806: INFO: Waiting up to 5m0s for pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb" in namespace "projected-4486" to be "Succeeded or Failed" +Sep 17 05:11:45.817: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb": Phase="Pending", Reason="", readiness=false. Elapsed: 11.302654ms +Sep 17 05:11:47.819: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01315791s +Sep 17 05:11:49.821: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014833514s +STEP: Saw pod success 09/17/22 05:11:49.821 +Sep 17 05:11:49.821: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb" satisfied condition "Succeeded or Failed" +Sep 17 05:11:49.822: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb container client-container: +STEP: delete the pod 09/17/22 05:11:49.825 +Sep 17 05:11:49.828: INFO: Waiting for pod downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb to disappear +Sep 17 05:11:49.834: INFO: Pod downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 05:11:49.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4486" for this suite. 09/17/22 05:11:49.836 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]","completed":274,"skipped":5135,"failed":0} +------------------------------ +• [4.059 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:260 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:11:45.779 + Sep 17 05:11:45.779: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:11:45.78 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:45.794 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:45.797 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [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:260 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:11:45.799 + Sep 17 05:11:45.806: INFO: Waiting up to 5m0s for pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb" in namespace "projected-4486" to be "Succeeded or Failed" + Sep 17 05:11:45.817: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb": Phase="Pending", Reason="", readiness=false. Elapsed: 11.302654ms + Sep 17 05:11:47.819: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01315791s + Sep 17 05:11:49.821: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014833514s + STEP: Saw pod success 09/17/22 05:11:49.821 + Sep 17 05:11:49.821: INFO: Pod "downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb" satisfied condition "Succeeded or Failed" + Sep 17 05:11:49.822: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb container client-container: + STEP: delete the pod 09/17/22 05:11:49.825 + Sep 17 05:11:49.828: INFO: Waiting for pod downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb to disappear + Sep 17 05:11:49.834: INFO: Pod downwardapi-volume-61a7d706-6398-468c-a0fc-1a557ade69eb no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 05:11:49.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4486" for this suite. 09/17/22 05:11:49.836 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:581 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:11:49.839 +Sep 17 05:11:49.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 05:11:49.84 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:49.851 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:49.853 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 05:11:49.861 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:11:50.332 +STEP: Deploying the webhook pod 09/17/22 05:11:50.335 +STEP: Wait for the deployment to be ready 09/17/22 05:11:50.339 +Sep 17 05:11:50.347: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 05:11:52.351 +STEP: Verifying the service has paired with the endpoint 09/17/22 05:11:52.357 +Sep 17 05:11:53.357: 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:581 +STEP: Listing all of the created validation webhooks 09/17/22 05:11:53.388 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:11:53.417 +STEP: Deleting the collection of validation webhooks 09/17/22 05:11:53.446 +STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:11:53.461 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:11:53.464: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-1728" for this suite. 09/17/22 05:11:53.466 +STEP: Destroying namespace "webhook-1728-markers" for this suite. 09/17/22 05:11:53.467 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]","completed":275,"skipped":5155,"failed":0} +------------------------------ +• [3.672 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:581 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:11:49.839 + Sep 17 05:11:49.840: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 05:11:49.84 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:49.851 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:49.853 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 05:11:49.861 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:11:50.332 + STEP: Deploying the webhook pod 09/17/22 05:11:50.335 + STEP: Wait for the deployment to be ready 09/17/22 05:11:50.339 + Sep 17 05:11:50.347: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 05:11:52.351 + STEP: Verifying the service has paired with the endpoint 09/17/22 05:11:52.357 + Sep 17 05:11:53.357: 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:581 + STEP: Listing all of the created validation webhooks 09/17/22 05:11:53.388 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:11:53.417 + STEP: Deleting the collection of validation webhooks 09/17/22 05:11:53.446 + STEP: Creating a configMap that does not comply to the validation webhook rules 09/17/22 05:11:53.461 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:11:53.464: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-1728" for this suite. 09/17/22 05:11:53.466 + STEP: Destroying namespace "webhook-1728-markers" for this suite. 09/17/22 05:11:53.467 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:11:53.513 +Sep 17 05:11:53.513: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename watch 09/17/22 05:11:53.513 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:53.528 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:53.536 +[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 09/17/22 05:11:53.538 +STEP: creating a watch on configmaps with label B 09/17/22 05:11:53.538 +STEP: creating a watch on configmaps with label A or B 09/17/22 05:11:53.539 +STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 09/17/22 05:11:53.54 +Sep 17 05:11:53.551: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31502 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 17 05:11:53.552: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31502 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.552 +Sep 17 05:11:53.556: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31503 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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,} +Sep 17 05:11:53.556: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31503 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.556 +Sep 17 05:11:53.561: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31504 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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,} +Sep 17 05:11:53.561: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31504 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.561 +Sep 17 05:11:53.563: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31505 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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,} +Sep 17 05:11:53.563: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31505 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.563 +Sep 17 05:11:53.565: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31506 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 17 05:11:53.565: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31506 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:12:03.565 +Sep 17 05:12:03.576: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31556 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 17 05:12:03.576: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31556 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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/framework.go:187 +Sep 17 05:12:13.576: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-5200" for this suite. 09/17/22 05:12:13.578 +{"msg":"PASSED [sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance]","completed":276,"skipped":5183,"failed":0} +------------------------------ +• [SLOW TEST] [20.068 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:11:53.513 + Sep 17 05:11:53.513: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename watch 09/17/22 05:11:53.513 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:11:53.528 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:11:53.536 + [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 09/17/22 05:11:53.538 + STEP: creating a watch on configmaps with label B 09/17/22 05:11:53.538 + STEP: creating a watch on configmaps with label A or B 09/17/22 05:11:53.539 + STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 09/17/22 05:11:53.54 + Sep 17 05:11:53.551: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31502 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 17 05:11:53.552: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31502 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.552 + Sep 17 05:11:53.556: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31503 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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,} + Sep 17 05:11:53.556: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31503 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.556 + Sep 17 05:11:53.561: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31504 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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,} + Sep 17 05:11:53.561: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31504 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.561 + Sep 17 05:11:53.563: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31505 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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,} + Sep 17 05:11:53.563: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-5200 61b74230-0490-4001-a5a9-9e12c2aaf630 31505 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:11:53.563 + Sep 17 05:11:53.565: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31506 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 17 05:11:53.565: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31506 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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 09/17/22 05:12:03.565 + Sep 17 05:12:03.576: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31556 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 17 05:12:03.576: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-5200 fc7f6cc3-4cdb-4e6e-b23e-36fc82764a5f 31556 0 2022-09-17 05:11:53 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2022-09-17 05:11:53 +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/framework.go:187 + Sep 17 05:12:13.576: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-5200" for this suite. 09/17/22 05:12:13.578 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:196 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:12:13.581 +Sep 17 05:12:13.581: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 05:12:13.581 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:13.589 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:13.591 +[It] should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:196 +STEP: Creating a pod to test emptydir 0644 on node default medium 09/17/22 05:12:13.592 +Sep 17 05:12:13.595: INFO: Waiting up to 5m0s for pod "pod-277a171a-c037-420c-a1e3-8e4583a47902" in namespace "emptydir-359" to be "Succeeded or Failed" +Sep 17 05:12:13.598: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902": Phase="Pending", Reason="", readiness=false. Elapsed: 2.40854ms +Sep 17 05:12:15.600: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005012262s +Sep 17 05:12:17.601: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005437152s +STEP: Saw pod success 09/17/22 05:12:17.601 +Sep 17 05:12:17.601: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902" satisfied condition "Succeeded or Failed" +Sep 17 05:12:17.602: INFO: Trying to get logs from node 10.254.0.17 pod pod-277a171a-c037-420c-a1e3-8e4583a47902 container test-container: +STEP: delete the pod 09/17/22 05:12:17.604 +Sep 17 05:12:17.608: INFO: Waiting for pod pod-277a171a-c037-420c-a1e3-8e4583a47902 to disappear +Sep 17 05:12:17.610: INFO: Pod pod-277a171a-c037-420c-a1e3-8e4583a47902 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 05:12:17.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-359" for this suite. 09/17/22 05:12:17.612 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]","completed":277,"skipped":5189,"failed":0} +------------------------------ +• [4.033 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:196 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:12:13.581 + Sep 17 05:12:13.581: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 05:12:13.581 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:13.589 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:13.591 + [It] should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:196 + STEP: Creating a pod to test emptydir 0644 on node default medium 09/17/22 05:12:13.592 + Sep 17 05:12:13.595: INFO: Waiting up to 5m0s for pod "pod-277a171a-c037-420c-a1e3-8e4583a47902" in namespace "emptydir-359" to be "Succeeded or Failed" + Sep 17 05:12:13.598: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902": Phase="Pending", Reason="", readiness=false. Elapsed: 2.40854ms + Sep 17 05:12:15.600: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005012262s + Sep 17 05:12:17.601: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005437152s + STEP: Saw pod success 09/17/22 05:12:17.601 + Sep 17 05:12:17.601: INFO: Pod "pod-277a171a-c037-420c-a1e3-8e4583a47902" satisfied condition "Succeeded or Failed" + Sep 17 05:12:17.602: INFO: Trying to get logs from node 10.254.0.17 pod pod-277a171a-c037-420c-a1e3-8e4583a47902 container test-container: + STEP: delete the pod 09/17/22 05:12:17.604 + Sep 17 05:12:17.608: INFO: Waiting for pod pod-277a171a-c037-420c-a1e3-8e4583a47902 to disappear + Sep 17 05:12:17.610: INFO: Pod pod-277a171a-c037-420c-a1e3-8e4583a47902 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 05:12:17.611: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-359" for this suite. 09/17/22 05:12:17.612 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-network] DNS + should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:12:17.614 +Sep 17 05:12:17.614: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 05:12:17.615 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:17.625 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:17.627 +[It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 +STEP: Creating a test headless service 09/17/22 05:12:17.628 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_udp@PTR;check="$$(dig +tcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_tcp@PTR;sleep 1; done + 09/17/22 05:12:17.638 +STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_udp@PTR;check="$$(dig +tcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_tcp@PTR;sleep 1; done + 09/17/22 05:12:17.638 +STEP: creating a pod to probe DNS 09/17/22 05:12:17.638 +STEP: submitting the pod to kubernetes 09/17/22 05:12:17.638 +Sep 17 05:12:17.646: INFO: Waiting up to 15m0s for pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185" in namespace "dns-9527" to be "running" +Sep 17 05:12:17.649: INFO: Pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185": Phase="Pending", Reason="", readiness=false. Elapsed: 2.714919ms +Sep 17 05:12:19.651: INFO: Pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185": Phase="Running", Reason="", readiness=true. Elapsed: 2.004584711s +Sep 17 05:12:19.651: INFO: Pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185" satisfied condition "running" +STEP: retrieving the pod 09/17/22 05:12:19.651 +STEP: looking for the results for each expected name from probers 09/17/22 05:12:19.652 +Sep 17 05:12:19.654: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.655: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.656: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.658: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.663: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.671: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.681: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.689: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:19.729: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + +Sep 17 05:12:24.731: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.741: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.751: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.761: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.811: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.821: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.833: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.843: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:24.881: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + +Sep 17 05:12:29.740: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.750: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.760: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.770: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.820: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.830: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.840: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.853: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:29.880: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + +Sep 17 05:12:34.733: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.743: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.753: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.763: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.813: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.823: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.833: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.843: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:34.884: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + +Sep 17 05:12:39.745: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.756: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.766: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.775: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.815: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.816: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.825: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.835: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:39.867: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + +Sep 17 05:12:44.743: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.754: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.763: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.764: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.813: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.823: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.833: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.844: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:44.884: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + +Sep 17 05:12:49.762: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:49.772: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) +Sep 17 05:12:49.892: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + +Sep 17 05:12:54.894: INFO: DNS probes using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 succeeded + +STEP: deleting the pod 09/17/22 05:12:54.894 +STEP: deleting the test service 09/17/22 05:12:54.908 +STEP: deleting the test headless service 09/17/22 05:12:54.952 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 05:12:54.964: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-9527" for this suite. 09/17/22 05:12:54.969 +{"msg":"PASSED [sig-network] DNS should provide DNS for services [Conformance]","completed":278,"skipped":5196,"failed":0} +------------------------------ +• [SLOW TEST] [37.359 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:12:17.614 + Sep 17 05:12:17.614: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 05:12:17.615 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:17.625 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:17.627 + [It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 + STEP: Creating a test headless service 09/17/22 05:12:17.628 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_udp@PTR;check="$$(dig +tcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_tcp@PTR;sleep 1; done + 09/17/22 05:12:17.638 + STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-9527.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-9527.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-9527.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_udp@PTR;check="$$(dig +tcp +noall +answer +search 67.108.68.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.68.108.67_tcp@PTR;sleep 1; done + 09/17/22 05:12:17.638 + STEP: creating a pod to probe DNS 09/17/22 05:12:17.638 + STEP: submitting the pod to kubernetes 09/17/22 05:12:17.638 + Sep 17 05:12:17.646: INFO: Waiting up to 15m0s for pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185" in namespace "dns-9527" to be "running" + Sep 17 05:12:17.649: INFO: Pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185": Phase="Pending", Reason="", readiness=false. Elapsed: 2.714919ms + Sep 17 05:12:19.651: INFO: Pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185": Phase="Running", Reason="", readiness=true. Elapsed: 2.004584711s + Sep 17 05:12:19.651: INFO: Pod "dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185" satisfied condition "running" + STEP: retrieving the pod 09/17/22 05:12:19.651 + STEP: looking for the results for each expected name from probers 09/17/22 05:12:19.652 + Sep 17 05:12:19.654: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.655: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.656: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.658: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.663: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.671: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.681: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.689: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:19.729: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + + Sep 17 05:12:24.731: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.741: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.751: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.761: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.811: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.821: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.833: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.843: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:24.881: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + + Sep 17 05:12:29.740: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.750: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.760: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.770: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.820: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.830: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.840: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.853: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:29.880: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + + Sep 17 05:12:34.733: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.743: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.753: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.763: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.813: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.823: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.833: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.843: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:34.884: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + + Sep 17 05:12:39.745: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.756: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.766: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.775: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.815: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.816: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.825: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.835: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:39.867: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + + Sep 17 05:12:44.743: INFO: Unable to read wheezy_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.754: INFO: Unable to read wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.763: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.764: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.813: INFO: Unable to read jessie_udp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.823: INFO: Unable to read jessie_tcp@dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.833: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.844: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:44.884: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@dns-test-service.dns-9527.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_udp@dns-test-service.dns-9527.svc.cluster.local jessie_tcp@dns-test-service.dns-9527.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + + Sep 17 05:12:49.762: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:49.772: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local from pod dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185: the server could not find the requested resource (get pods dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185) + Sep 17 05:12:49.892: INFO: Lookups using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 failed for: [wheezy_udp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-9527.svc.cluster.local] + + Sep 17 05:12:54.894: INFO: DNS probes using dns-9527/dns-test-b367bd59-6aaf-42db-a54b-6d56d6ee7185 succeeded + + STEP: deleting the pod 09/17/22 05:12:54.894 + STEP: deleting the test service 09/17/22 05:12:54.908 + STEP: deleting the test headless service 09/17/22 05:12:54.952 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 05:12:54.964: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-9527" for this suite. 09/17/22 05:12:54.969 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Secrets + should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:139 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:12:54.974 +Sep 17 05:12:54.975: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:12:54.975 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:54.985 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:54.989 +[It] should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:139 +STEP: Creating projection with secret that has name secret-emptykey-test-1ec6a48d-8f99-4c62-951c-a90a548101f4 09/17/22 05:12:54.992 +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:12:54.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-9703" for this suite. 09/17/22 05:12:54.995 +{"msg":"PASSED [sig-node] Secrets should fail to create secret due to empty secret key [Conformance]","completed":279,"skipped":5215,"failed":0} +------------------------------ +• [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:139 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:12:54.974 + Sep 17 05:12:54.975: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:12:54.975 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:54.985 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:54.989 + [It] should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:139 + STEP: Creating projection with secret that has name secret-emptykey-test-1ec6a48d-8f99-4c62-951c-a90a548101f4 09/17/22 05:12:54.992 + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:12:54.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-9703" for this suite. 09/17/22 05:12:54.995 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:77 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:12:54.999 +Sep 17 05:12:54.999: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:12:55 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:55.01 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:55.015 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:77 +STEP: Creating projection with secret that has name projected-secret-test-map-a7c2b756-319f-4fd1-874a-10abc36ca357 09/17/22 05:12:55.016 +STEP: Creating a pod to test consume secrets 09/17/22 05:12:55.018 +Sep 17 05:12:55.021: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49" in namespace "projected-9758" to be "Succeeded or Failed" +Sep 17 05:12:55.024: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.742242ms +Sep 17 05:12:57.026: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004551679s +Sep 17 05:12:59.027: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00561585s +STEP: Saw pod success 09/17/22 05:12:59.027 +Sep 17 05:12:59.027: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49" satisfied condition "Succeeded or Failed" +Sep 17 05:12:59.029: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49 container projected-secret-volume-test: +STEP: delete the pod 09/17/22 05:12:59.031 +Sep 17 05:12:59.036: INFO: Waiting for pod pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49 to disappear +Sep 17 05:12:59.047: INFO: Pod pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 17 05:12:59.047: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9758" for this suite. 09/17/22 05:12:59.049 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":280,"skipped":5252,"failed":0} +------------------------------ +• [4.052 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:77 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:12:54.999 + Sep 17 05:12:54.999: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:12:55 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:55.01 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:55.015 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:77 + STEP: Creating projection with secret that has name projected-secret-test-map-a7c2b756-319f-4fd1-874a-10abc36ca357 09/17/22 05:12:55.016 + STEP: Creating a pod to test consume secrets 09/17/22 05:12:55.018 + Sep 17 05:12:55.021: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49" in namespace "projected-9758" to be "Succeeded or Failed" + Sep 17 05:12:55.024: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.742242ms + Sep 17 05:12:57.026: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004551679s + Sep 17 05:12:59.027: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00561585s + STEP: Saw pod success 09/17/22 05:12:59.027 + Sep 17 05:12:59.027: INFO: Pod "pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49" satisfied condition "Succeeded or Failed" + Sep 17 05:12:59.029: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49 container projected-secret-volume-test: + STEP: delete the pod 09/17/22 05:12:59.031 + Sep 17 05:12:59.036: INFO: Waiting for pod pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49 to disappear + Sep 17 05:12:59.047: INFO: Pod pod-projected-secrets-115be3bf-c40d-49f9-8b0f-f7ea37ff3b49 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 17 05:12:59.047: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9758" for this suite. 09/17/22 05:12:59.049 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] + validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:218 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:12:59.052 +Sep 17 05:12:59.052: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sched-preemption 09/17/22 05:12:59.053 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:59.059 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:59.061 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 +Sep 17 05:12:59.068: INFO: Waiting up to 1m0s for all nodes to be ready +Sep 17 05:13:59.078: INFO: Waiting for terminating namespaces to be deleted... +[It] validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:218 +STEP: Create pods that use 4/5 of node resources. 09/17/22 05:13:59.079 +Sep 17 05:13:59.087: INFO: Created pod: pod0-0-sched-preemption-low-priority +Sep 17 05:13:59.090: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Sep 17 05:13:59.102: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Sep 17 05:13:59.111: INFO: Created pod: pod1-1-sched-preemption-medium-priority +Sep 17 05:13:59.131: INFO: Created pod: pod2-0-sched-preemption-medium-priority +Sep 17 05:13:59.135: INFO: Created pod: pod2-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 09/17/22 05:13:59.135 +Sep 17 05:13:59.135: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-632" to be "running" +Sep 17 05:13:59.137: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.080778ms +Sep 17 05:14:01.139: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.003840194s +Sep 17 05:14:01.139: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Sep 17 05:14:01.139: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" +Sep 17 05:14:01.140: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.191333ms +Sep 17 05:14:01.140: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:14:01.140: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" +Sep 17 05:14:01.152: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 12.315487ms +Sep 17 05:14:03.155: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.0150743s +Sep 17 05:14:03.155: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:14:03.155: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" +Sep 17 05:14:03.156: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.232623ms +Sep 17 05:14:03.156: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:14:03.156: INFO: Waiting up to 5m0s for pod "pod2-0-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" +Sep 17 05:14:03.157: INFO: Pod "pod2-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.016045ms +Sep 17 05:14:03.157: INFO: Pod "pod2-0-sched-preemption-medium-priority" satisfied condition "running" +Sep 17 05:14:03.157: INFO: Waiting up to 5m0s for pod "pod2-1-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" +Sep 17 05:14:03.158: INFO: Pod "pod2-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 967.046µs +Sep 17 05:14:03.158: INFO: Pod "pod2-1-sched-preemption-medium-priority" satisfied condition "running" +STEP: Run a critical pod that use same resources as that of a lower priority pod 09/17/22 05:14:03.158 +Sep 17 05:14:03.161: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" +Sep 17 05:14:03.164: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.340285ms +Sep 17 05:14:05.166: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004963109s +Sep 17 05:14:07.166: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.004318249s +Sep 17 05:14:07.166: INFO: Pod "critical-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 +Sep 17 05:14:07.180: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sched-preemption-632" for this suite. 09/17/22 05:14:07.181 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 +{"msg":"PASSED [sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemption by critical pod [Conformance]","completed":281,"skipped":5256,"failed":0} +------------------------------ +• [SLOW TEST] [68.150 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:218 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:12:59.052 + Sep 17 05:12:59.052: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sched-preemption 09/17/22 05:12:59.053 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:12:59.059 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:12:59.061 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:92 + Sep 17 05:12:59.068: INFO: Waiting up to 1m0s for all nodes to be ready + Sep 17 05:13:59.078: INFO: Waiting for terminating namespaces to be deleted... + [It] validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:218 + STEP: Create pods that use 4/5 of node resources. 09/17/22 05:13:59.079 + Sep 17 05:13:59.087: INFO: Created pod: pod0-0-sched-preemption-low-priority + Sep 17 05:13:59.090: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Sep 17 05:13:59.102: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Sep 17 05:13:59.111: INFO: Created pod: pod1-1-sched-preemption-medium-priority + Sep 17 05:13:59.131: INFO: Created pod: pod2-0-sched-preemption-medium-priority + Sep 17 05:13:59.135: INFO: Created pod: pod2-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 09/17/22 05:13:59.135 + Sep 17 05:13:59.135: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-632" to be "running" + Sep 17 05:13:59.137: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 2.080778ms + Sep 17 05:14:01.139: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.003840194s + Sep 17 05:14:01.139: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Sep 17 05:14:01.139: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" + Sep 17 05:14:01.140: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.191333ms + Sep 17 05:14:01.140: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:14:01.140: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" + Sep 17 05:14:01.152: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 12.315487ms + Sep 17 05:14:03.155: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.0150743s + Sep 17 05:14:03.155: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:14:03.155: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" + Sep 17 05:14:03.156: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.232623ms + Sep 17 05:14:03.156: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:14:03.156: INFO: Waiting up to 5m0s for pod "pod2-0-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" + Sep 17 05:14:03.157: INFO: Pod "pod2-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 1.016045ms + Sep 17 05:14:03.157: INFO: Pod "pod2-0-sched-preemption-medium-priority" satisfied condition "running" + Sep 17 05:14:03.157: INFO: Waiting up to 5m0s for pod "pod2-1-sched-preemption-medium-priority" in namespace "sched-preemption-632" to be "running" + Sep 17 05:14:03.158: INFO: Pod "pod2-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 967.046µs + Sep 17 05:14:03.158: INFO: Pod "pod2-1-sched-preemption-medium-priority" satisfied condition "running" + STEP: Run a critical pod that use same resources as that of a lower priority pod 09/17/22 05:14:03.158 + Sep 17 05:14:03.161: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" + Sep 17 05:14:03.164: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.340285ms + Sep 17 05:14:05.166: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004963109s + Sep 17 05:14:07.166: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.004318249s + Sep 17 05:14:07.166: INFO: Pod "critical-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/framework.go:187 + Sep 17 05:14:07.180: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sched-preemption-632" for this suite. 09/17/22 05:14:07.181 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:80 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:441 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:14:07.203 +Sep 17 05:14:07.203: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:14:07.204 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:07.211 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:07.213 +[It] removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:441 +STEP: set up a multi version CRD 09/17/22 05:14:07.215 +Sep 17 05:14:07.215: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: mark a version not serverd 09/17/22 05:14:12.213 +STEP: check the unserved version gets removed 09/17/22 05:14:12.225 +STEP: check the other version is not changed 09/17/22 05:14:13.492 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:14:17.265: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-8383" for this suite. 09/17/22 05:14:17.27 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] removes definition from spec when one version gets changed to not be served [Conformance]","completed":282,"skipped":5280,"failed":0} +------------------------------ +• [SLOW TEST] [10.068 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:441 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:14:07.203 + Sep 17 05:14:07.203: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:14:07.204 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:07.211 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:07.213 + [It] removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:441 + STEP: set up a multi version CRD 09/17/22 05:14:07.215 + Sep 17 05:14:07.215: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: mark a version not serverd 09/17/22 05:14:12.213 + STEP: check the unserved version gets removed 09/17/22 05:14:12.225 + STEP: check the other version is not changed 09/17/22 05:14:13.492 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:14:17.265: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-8383" for this suite. 09/17/22 05:14:17.27 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Containers + should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:14:17.274 +Sep 17 05:14:17.274: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename containers 09/17/22 05:14:17.274 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:17.283 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:17.285 +[It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 +Sep 17 05:14:17.294: INFO: Waiting up to 5m0s for pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342" in namespace "containers-9049" to be "running" +Sep 17 05:14:17.296: INFO: Pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342": Phase="Pending", Reason="", readiness=false. Elapsed: 1.64895ms +Sep 17 05:14:19.298: INFO: Pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342": Phase="Running", Reason="", readiness=true. Elapsed: 2.003646785s +Sep 17 05:14:19.298: INFO: Pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342" satisfied condition "running" +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 17 05:14:19.301: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-9049" for this suite. 09/17/22 05:14:19.302 +{"msg":"PASSED [sig-node] Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance]","completed":283,"skipped":5314,"failed":0} +------------------------------ +• [2.030 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:38 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:14:17.274 + Sep 17 05:14:17.274: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename containers 09/17/22 05:14:17.274 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:17.283 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:17.285 + [It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:38 + Sep 17 05:14:17.294: INFO: Waiting up to 5m0s for pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342" in namespace "containers-9049" to be "running" + Sep 17 05:14:17.296: INFO: Pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342": Phase="Pending", Reason="", readiness=false. Elapsed: 1.64895ms + Sep 17 05:14:19.298: INFO: Pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342": Phase="Running", Reason="", readiness=true. Elapsed: 2.003646785s + Sep 17 05:14:19.298: INFO: Pod "client-containers-0d10dd12-6e25-4f0c-9bbc-2429a72ae342" satisfied condition "running" + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 17 05:14:19.301: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-9049" for this suite. 09/17/22 05:14:19.302 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:308 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:14:19.305 +Sep 17 05:14:19.305: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:14:19.305 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:19.314 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:19.315 +[It] works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:308 +STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation 09/17/22 05:14:19.317 +Sep 17 05:14:19.317: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 09/17/22 05:14:26.908 +Sep 17 05:14:26.909: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:14:28.595: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:14:35.838: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-9325" for this suite. 09/17/22 05:14:35.842 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance]","completed":284,"skipped":5337,"failed":0} +------------------------------ +• [SLOW TEST] [16.540 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:308 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:14:19.305 + Sep 17 05:14:19.305: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:14:19.305 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:19.314 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:19.315 + [It] works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:308 + STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation 09/17/22 05:14:19.317 + Sep 17 05:14:19.317: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 09/17/22 05:14:26.908 + Sep 17 05:14:26.909: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:14:28.595: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:14:35.838: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-9325" for this suite. 09/17/22 05:14:35.842 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:14:35.847 +Sep 17 05:14:35.848: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubelet-test 09/17/22 05:14:35.848 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:35.858 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:35.86 +[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 09/17/22 05:14:35.864 +Sep 17 05:14:35.864: INFO: Waiting up to 3m0s for pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9" in namespace "kubelet-test-7043" to be "completed" +Sep 17 05:14:35.867: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.648054ms +Sep 17 05:14:37.869: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005076273s +Sep 17 05:14:39.869: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00483188s +Sep 17 05:14:39.869: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9" satisfied condition "completed" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 +Sep 17 05:14:39.871: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubelet-test-7043" for this suite. 09/17/22 05:14:39.873 +{"msg":"PASSED [sig-node] Kubelet when scheduling an agnhost Pod with hostAliases should write entries to /etc/hosts [NodeConformance] [Conformance]","completed":285,"skipped":5374,"failed":0} +------------------------------ +• [4.027 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:14:35.847 + Sep 17 05:14:35.848: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubelet-test 09/17/22 05:14:35.848 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:35.858 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:35.86 + [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 09/17/22 05:14:35.864 + Sep 17 05:14:35.864: INFO: Waiting up to 3m0s for pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9" in namespace "kubelet-test-7043" to be "completed" + Sep 17 05:14:35.867: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.648054ms + Sep 17 05:14:37.869: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005076273s + Sep 17 05:14:39.869: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00483188s + Sep 17 05:14:39.869: INFO: Pod "agnhost-host-aliases9c186352-08db-43a2-9e2f-bef420755fa9" satisfied condition "completed" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/framework.go:187 + Sep 17 05:14:39.871: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubelet-test-7043" for this suite. 09/17/22 05:14:39.873 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:585 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:14:39.877 +Sep 17 05:14:39.877: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 05:14:39.878 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:39.885 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:39.887 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-244 09/17/22 05:14:39.888 +[It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:585 +STEP: Initializing watcher for selector baz=blah,foo=bar 09/17/22 05:14:39.891 +STEP: Creating stateful set ss in namespace statefulset-244 09/17/22 05:14:39.897 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-244 09/17/22 05:14:39.899 +Sep 17 05:14:39.901: INFO: Found 0 stateful pods, waiting for 1 +Sep 17 05:14:49.904: 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 09/17/22 05:14:49.904 +Sep 17 05:14:49.905: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 05:14:50.007: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 05:14:50.007: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 05:14:50.007: 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' + +Sep 17 05:14:50.009: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Sep 17 05:15:00.011: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 05:15:00.011: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 05:15:00.025: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.99999981s +Sep 17 05:15:01.028: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.996668614s +Sep 17 05:15:02.030: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.994430333s +Sep 17 05:15:03.032: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.992488663s +Sep 17 05:15:04.034: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.99042657s +Sep 17 05:15:05.036: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.988373209s +Sep 17 05:15:06.038: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.986513252s +Sep 17 05:15:07.040: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.98453273s +Sep 17 05:15:08.042: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.982457264s +Sep 17 05:15:09.044: INFO: Verifying statefulset ss doesn't scale past 1 for another 980.508212ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-244 09/17/22 05:15:10.044 +Sep 17 05:15:10.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 05:15:10.127: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 17 05:15:10.127: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 05:15:10.127: 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' + +Sep 17 05:15:10.129: INFO: Found 1 stateful pods, waiting for 3 +Sep 17 05:15:20.132: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 05:15:20.132: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Sep 17 05:15:20.132: 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 09/17/22 05:15:20.132 +STEP: Scale down will halt with unhealthy stateful pod 09/17/22 05:15:20.133 +Sep 17 05:15:20.136: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 05:15:20.226: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 05:15:20.226: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 05:15:20.226: 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' + +Sep 17 05:15:20.226: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 05:15:20.315: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 05:15:20.315: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 05:15:20.315: 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' + +Sep 17 05:15:20.315: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Sep 17 05:15:20.405: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Sep 17 05:15:20.405: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Sep 17 05:15:20.405: 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' + +Sep 17 05:15:20.405: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 05:15:20.407: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 2 +Sep 17 05:15:30.410: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 05:15:30.410: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 05:15:30.410: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Sep 17 05:15:30.417: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999798s +Sep 17 05:15:31.419: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996763356s +Sep 17 05:15:32.421: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.994719023s +Sep 17 05:15:33.423: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.99276694s +Sep 17 05:15:34.425: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.990288445s +Sep 17 05:15:35.427: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.988140704s +Sep 17 05:15:36.430: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.98560333s +Sep 17 05:15:37.432: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.983560469s +Sep 17 05:15:38.434: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.980989082s +Sep 17 05:15:39.437: INFO: Verifying statefulset ss doesn't scale past 3 for another 978.802313ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-244 09/17/22 05:15:40.437 +Sep 17 05:15:40.440: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 05:15:40.528: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 17 05:15:40.528: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 05:15:40.528: 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' + +Sep 17 05:15:40.528: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 05:15:40.634: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 17 05:15:40.634: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 05:15:40.634: 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' + +Sep 17 05:15:40.634: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Sep 17 05:15:40.730: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Sep 17 05:15:40.730: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Sep 17 05:15:40.730: 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' + +Sep 17 05:15:40.730: INFO: Scaling statefulset ss to 0 +STEP: Verifying that stateful set ss was scaled down in reverse order 09/17/22 05:15:50.741 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 17 05:15:50.742: INFO: Deleting all statefulset in ns statefulset-244 +Sep 17 05:15:50.743: INFO: Scaling statefulset ss to 0 +Sep 17 05:15:50.747: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 05:15:50.748: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 05:15:50.754: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-244" for this suite. 09/17/22 05:15:50.766 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance]","completed":286,"skipped":5457,"failed":0} +------------------------------ +• [SLOW TEST] [70.893 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:585 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:14:39.877 + Sep 17 05:14:39.877: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 05:14:39.878 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:14:39.885 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:14:39.887 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-244 09/17/22 05:14:39.888 + [It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:585 + STEP: Initializing watcher for selector baz=blah,foo=bar 09/17/22 05:14:39.891 + STEP: Creating stateful set ss in namespace statefulset-244 09/17/22 05:14:39.897 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-244 09/17/22 05:14:39.899 + Sep 17 05:14:39.901: INFO: Found 0 stateful pods, waiting for 1 + Sep 17 05:14:49.904: 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 09/17/22 05:14:49.904 + Sep 17 05:14:49.905: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 05:14:50.007: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 05:14:50.007: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 05:14:50.007: 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' + + Sep 17 05:14:50.009: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Sep 17 05:15:00.011: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 05:15:00.011: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 05:15:00.025: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.99999981s + Sep 17 05:15:01.028: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.996668614s + Sep 17 05:15:02.030: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.994430333s + Sep 17 05:15:03.032: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.992488663s + Sep 17 05:15:04.034: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.99042657s + Sep 17 05:15:05.036: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.988373209s + Sep 17 05:15:06.038: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.986513252s + Sep 17 05:15:07.040: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.98453273s + Sep 17 05:15:08.042: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.982457264s + Sep 17 05:15:09.044: INFO: Verifying statefulset ss doesn't scale past 1 for another 980.508212ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-244 09/17/22 05:15:10.044 + Sep 17 05:15:10.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 05:15:10.127: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 17 05:15:10.127: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 05:15:10.127: 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' + + Sep 17 05:15:10.129: INFO: Found 1 stateful pods, waiting for 3 + Sep 17 05:15:20.132: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 05:15:20.132: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Sep 17 05:15:20.132: 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 09/17/22 05:15:20.132 + STEP: Scale down will halt with unhealthy stateful pod 09/17/22 05:15:20.133 + Sep 17 05:15:20.136: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 05:15:20.226: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 05:15:20.226: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 05:15:20.226: 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' + + Sep 17 05:15:20.226: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 05:15:20.315: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 05:15:20.315: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 05:15:20.315: 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' + + Sep 17 05:15:20.315: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Sep 17 05:15:20.405: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Sep 17 05:15:20.405: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Sep 17 05:15:20.405: 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' + + Sep 17 05:15:20.405: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 05:15:20.407: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 2 + Sep 17 05:15:30.410: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 05:15:30.410: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 05:15:30.410: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Sep 17 05:15:30.417: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999798s + Sep 17 05:15:31.419: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.996763356s + Sep 17 05:15:32.421: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.994719023s + Sep 17 05:15:33.423: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.99276694s + Sep 17 05:15:34.425: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.990288445s + Sep 17 05:15:35.427: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.988140704s + Sep 17 05:15:36.430: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.98560333s + Sep 17 05:15:37.432: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.983560469s + Sep 17 05:15:38.434: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.980989082s + Sep 17 05:15:39.437: INFO: Verifying statefulset ss doesn't scale past 3 for another 978.802313ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-244 09/17/22 05:15:40.437 + Sep 17 05:15:40.440: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 05:15:40.528: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 17 05:15:40.528: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 05:15:40.528: 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' + + Sep 17 05:15:40.528: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 05:15:40.634: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 17 05:15:40.634: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 05:15:40.634: 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' + + Sep 17 05:15:40.634: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=statefulset-244 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Sep 17 05:15:40.730: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Sep 17 05:15:40.730: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Sep 17 05:15:40.730: 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' + + Sep 17 05:15:40.730: INFO: Scaling statefulset ss to 0 + STEP: Verifying that stateful set ss was scaled down in reverse order 09/17/22 05:15:50.741 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 17 05:15:50.742: INFO: Deleting all statefulset in ns statefulset-244 + Sep 17 05:15:50.743: INFO: Scaling statefulset ss to 0 + Sep 17 05:15:50.747: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 05:15:50.748: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 05:15:50.754: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-244" for this suite. 09/17/22 05:15:50.766 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-apps] CronJob + should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:15:50.77 +Sep 17 05:15:50.771: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename cronjob 09/17/22 05:15:50.771 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:15:50.78 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:15:50.782 +[It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 +STEP: Creating a ForbidConcurrent cronjob 09/17/22 05:15:50.784 +STEP: Ensuring a job is scheduled 09/17/22 05:15:50.785 +STEP: Ensuring exactly one is scheduled 09/17/22 05:16:00.787 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/17/22 05:16:00.789 +STEP: Ensuring no more jobs are scheduled 09/17/22 05:16:00.79 +STEP: Removing cronjob 09/17/22 05:21:00.793 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 17 05:21:00.795: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-4965" for this suite. 09/17/22 05:21:00.802 +{"msg":"PASSED [sig-apps] CronJob should not schedule new jobs when ForbidConcurrent [Slow] [Conformance]","completed":287,"skipped":5463,"failed":0} +------------------------------ +• [SLOW TEST] [310.041 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:15:50.77 + Sep 17 05:15:50.771: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename cronjob 09/17/22 05:15:50.771 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:15:50.78 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:15:50.782 + [It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 + STEP: Creating a ForbidConcurrent cronjob 09/17/22 05:15:50.784 + STEP: Ensuring a job is scheduled 09/17/22 05:15:50.785 + STEP: Ensuring exactly one is scheduled 09/17/22 05:16:00.787 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 09/17/22 05:16:00.789 + STEP: Ensuring no more jobs are scheduled 09/17/22 05:16:00.79 + STEP: Removing cronjob 09/17/22 05:21:00.793 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 17 05:21:00.795: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-4965" for this suite. 09/17/22 05:21:00.802 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:00.812 +Sep 17 05:21:00.812: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 05:21:00.813 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:00.828 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:00.831 +[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 09/17/22 05:21:00.833 +STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 09/17/22 05:21:00.834 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 09/17/22 05:21:00.834 +STEP: fetching the /apis/apiextensions.k8s.io discovery document 09/17/22 05:21:00.834 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 09/17/22 05:21:00.837 +STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 09/17/22 05:21:00.837 +STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 09/17/22 05:21:00.841 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:21:00.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "custom-resource-definition-7025" for this suite. 09/17/22 05:21:00.842 +{"msg":"PASSED [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] should include custom resource definition resources in discovery documents [Conformance]","completed":288,"skipped":5464,"failed":0} +------------------------------ +• [0.035 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:00.812 + Sep 17 05:21:00.812: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename custom-resource-definition 09/17/22 05:21:00.813 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:00.828 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:00.831 + [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 09/17/22 05:21:00.833 + STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 09/17/22 05:21:00.834 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 09/17/22 05:21:00.834 + STEP: fetching the /apis/apiextensions.k8s.io discovery document 09/17/22 05:21:00.834 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 09/17/22 05:21:00.837 + STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 09/17/22 05:21:00.837 + STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 09/17/22 05:21:00.841 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:21:00.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "custom-resource-definition-7025" for this suite. 09/17/22 05:21:00.842 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:45 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:00.848 +Sep 17 05:21:00.848: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:21:00.849 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:00.856 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:00.859 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:45 +STEP: Creating projection with secret that has name projected-secret-test-407e2006-35d8-466e-a372-24046cd6a917 09/17/22 05:21:00.86 +STEP: Creating a pod to test consume secrets 09/17/22 05:21:00.861 +Sep 17 05:21:00.864: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002" in namespace "projected-225" to be "Succeeded or Failed" +Sep 17 05:21:00.866: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002": Phase="Pending", Reason="", readiness=false. Elapsed: 1.722657ms +Sep 17 05:21:02.869: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004518385s +Sep 17 05:21:04.869: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004412232s +STEP: Saw pod success 09/17/22 05:21:04.869 +Sep 17 05:21:04.869: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002" satisfied condition "Succeeded or Failed" +Sep 17 05:21:04.870: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002 container projected-secret-volume-test: +STEP: delete the pod 09/17/22 05:21:04.877 +Sep 17 05:21:04.881: INFO: Waiting for pod pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002 to disappear +Sep 17 05:21:04.889: INFO: Pod pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 17 05:21:04.889: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-225" for this suite. 09/17/22 05:21:04.89 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance]","completed":289,"skipped":5480,"failed":0} +------------------------------ +• [4.044 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:45 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:00.848 + Sep 17 05:21:00.848: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:21:00.849 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:00.856 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:00.859 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:45 + STEP: Creating projection with secret that has name projected-secret-test-407e2006-35d8-466e-a372-24046cd6a917 09/17/22 05:21:00.86 + STEP: Creating a pod to test consume secrets 09/17/22 05:21:00.861 + Sep 17 05:21:00.864: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002" in namespace "projected-225" to be "Succeeded or Failed" + Sep 17 05:21:00.866: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002": Phase="Pending", Reason="", readiness=false. Elapsed: 1.722657ms + Sep 17 05:21:02.869: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004518385s + Sep 17 05:21:04.869: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004412232s + STEP: Saw pod success 09/17/22 05:21:04.869 + Sep 17 05:21:04.869: INFO: Pod "pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002" satisfied condition "Succeeded or Failed" + Sep 17 05:21:04.870: INFO: Trying to get logs from node 10.254.0.18 pod pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002 container projected-secret-volume-test: + STEP: delete the pod 09/17/22 05:21:04.877 + Sep 17 05:21:04.881: INFO: Waiting for pod pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002 to disappear + Sep 17 05:21:04.889: INFO: Pod pod-projected-secrets-bee1ea52-6f47-4451-b927-2f934b234002 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 17 05:21:04.889: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-225" for this suite. 09/17/22 05:21:04.89 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:72 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:04.893 +Sep 17 05:21:04.893: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 05:21:04.893 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:04.902 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:04.904 +[It] should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:72 +STEP: Creating a pod to test substitution in container's command 09/17/22 05:21:04.906 +Sep 17 05:21:04.908: INFO: Waiting up to 5m0s for pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2" in namespace "var-expansion-5915" to be "Succeeded or Failed" +Sep 17 05:21:04.910: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.1528ms +Sep 17 05:21:06.913: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004548483s +Sep 17 05:21:08.913: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005363483s +STEP: Saw pod success 09/17/22 05:21:08.914 +Sep 17 05:21:08.914: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2" satisfied condition "Succeeded or Failed" +Sep 17 05:21:08.915: INFO: Trying to get logs from node 10.254.0.17 pod var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2 container dapi-container: +STEP: delete the pod 09/17/22 05:21:08.933 +Sep 17 05:21:08.939: INFO: Waiting for pod var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2 to disappear +Sep 17 05:21:08.941: INFO: Pod var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 05:21:08.941: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-5915" for this suite. 09/17/22 05:21:08.943 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance]","completed":290,"skipped":5481,"failed":0} +------------------------------ +• [4.053 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:72 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:04.893 + Sep 17 05:21:04.893: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 05:21:04.893 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:04.902 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:04.904 + [It] should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:72 + STEP: Creating a pod to test substitution in container's command 09/17/22 05:21:04.906 + Sep 17 05:21:04.908: INFO: Waiting up to 5m0s for pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2" in namespace "var-expansion-5915" to be "Succeeded or Failed" + Sep 17 05:21:04.910: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.1528ms + Sep 17 05:21:06.913: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004548483s + Sep 17 05:21:08.913: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005363483s + STEP: Saw pod success 09/17/22 05:21:08.914 + Sep 17 05:21:08.914: INFO: Pod "var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2" satisfied condition "Succeeded or Failed" + Sep 17 05:21:08.915: INFO: Trying to get logs from node 10.254.0.17 pod var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2 container dapi-container: + STEP: delete the pod 09/17/22 05:21:08.933 + Sep 17 05:21:08.939: INFO: Waiting for pod var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2 to disappear + Sep 17 05:21:08.941: INFO: Pod var-expansion-bd51e9e4-b3d0-4e76-b4e6-9a51aeb96cd2 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 05:21:08.941: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-5915" for this suite. 09/17/22 05:21:08.943 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] PodTemplates + should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:08.946 +Sep 17 05:21:08.946: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename podtemplate 09/17/22 05:21:08.947 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:08.96 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:08.966 +[It] should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Sep 17 05:21:08.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-3910" for this suite. 09/17/22 05:21:08.995 +{"msg":"PASSED [sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]","completed":291,"skipped":5481,"failed":0} +------------------------------ +• [0.050 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:08.946 + Sep 17 05:21:08.946: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename podtemplate 09/17/22 05:21:08.947 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:08.96 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:08.966 + [It] should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Sep 17 05:21:08.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-3910" for this suite. 09/17/22 05:21:08.995 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:56 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:08.997 +Sep 17 05:21:08.997: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:21:08.998 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:09.056 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:09.058 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:56 +STEP: Creating secret with name secret-test-c6c93f24-ff85-4c00-a049-e8307f30dcd6 09/17/22 05:21:09.059 +STEP: Creating a pod to test consume secrets 09/17/22 05:21:09.061 +Sep 17 05:21:09.065: INFO: Waiting up to 5m0s for pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28" in namespace "secrets-7543" to be "Succeeded or Failed" +Sep 17 05:21:09.066: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28": Phase="Pending", Reason="", readiness=false. Elapsed: 1.631728ms +Sep 17 05:21:11.069: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004255156s +Sep 17 05:21:13.069: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004308994s +STEP: Saw pod success 09/17/22 05:21:13.069 +Sep 17 05:21:13.069: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28" satisfied condition "Succeeded or Failed" +Sep 17 05:21:13.070: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28 container secret-volume-test: +STEP: delete the pod 09/17/22 05:21:13.073 +Sep 17 05:21:13.077: INFO: Waiting for pod pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28 to disappear +Sep 17 05:21:13.079: INFO: Pod pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:21:13.079: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-7543" for this suite. 09/17/22 05:21:13.08 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]","completed":292,"skipped":5486,"failed":0} +------------------------------ +• [4.086 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:56 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:08.997 + Sep 17 05:21:08.997: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:21:08.998 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:09.056 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:09.058 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:56 + STEP: Creating secret with name secret-test-c6c93f24-ff85-4c00-a049-e8307f30dcd6 09/17/22 05:21:09.059 + STEP: Creating a pod to test consume secrets 09/17/22 05:21:09.061 + Sep 17 05:21:09.065: INFO: Waiting up to 5m0s for pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28" in namespace "secrets-7543" to be "Succeeded or Failed" + Sep 17 05:21:09.066: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28": Phase="Pending", Reason="", readiness=false. Elapsed: 1.631728ms + Sep 17 05:21:11.069: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004255156s + Sep 17 05:21:13.069: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004308994s + STEP: Saw pod success 09/17/22 05:21:13.069 + Sep 17 05:21:13.069: INFO: Pod "pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28" satisfied condition "Succeeded or Failed" + Sep 17 05:21:13.070: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28 container secret-volume-test: + STEP: delete the pod 09/17/22 05:21:13.073 + Sep 17 05:21:13.077: INFO: Waiting for pod pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28 to disappear + Sep 17 05:21:13.079: INFO: Pod pod-secrets-4fcdbd70-e79a-4573-af17-48c4118dab28 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:21:13.079: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-7543" for this suite. 09/17/22 05:21:13.08 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:13.084 +Sep 17 05:21:13.084: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename gc 09/17/22 05:21:13.084 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:13.09 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:13.097 +[It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 +STEP: create the deployment 09/17/22 05:21:13.099 +STEP: Wait for the Deployment to create new ReplicaSet 09/17/22 05:21:13.102 +STEP: delete the deployment 09/17/22 05:21:13.606 +STEP: wait for all rs to be garbage collected 09/17/22 05:21:13.608 +STEP: expected 0 rs, got 1 rs 09/17/22 05:21:13.611 +STEP: expected 0 pods, got 2 pods 09/17/22 05:21:13.612 +STEP: Gathering metrics 09/17/22 05:21:14.118 +W0917 05:21:14.121298 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 17 05:21:14.121: 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/framework.go:187 +Sep 17 05:21:14.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-292" for this suite. 09/17/22 05:21:14.123 +{"msg":"PASSED [sig-api-machinery] Garbage collector should delete RS created by deployment when not orphaning [Conformance]","completed":293,"skipped":5509,"failed":0} +------------------------------ +• [1.041 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:13.084 + Sep 17 05:21:13.084: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename gc 09/17/22 05:21:13.084 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:13.09 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:13.097 + [It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 + STEP: create the deployment 09/17/22 05:21:13.099 + STEP: Wait for the Deployment to create new ReplicaSet 09/17/22 05:21:13.102 + STEP: delete the deployment 09/17/22 05:21:13.606 + STEP: wait for all rs to be garbage collected 09/17/22 05:21:13.608 + STEP: expected 0 rs, got 1 rs 09/17/22 05:21:13.611 + STEP: expected 0 pods, got 2 pods 09/17/22 05:21:13.612 + STEP: Gathering metrics 09/17/22 05:21:14.118 + W0917 05:21:14.121298 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 17 05:21:14.121: 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/framework.go:187 + Sep 17 05:21:14.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-292" for this suite. 09/17/22 05:21:14.123 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] ConfigMap + should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:14.125 +Sep 17 05:21:14.125: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 05:21:14.126 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:14.135 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:14.137 +[It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 +STEP: creating a ConfigMap 09/17/22 05:21:14.138 +STEP: fetching the ConfigMap 09/17/22 05:21:14.14 +STEP: patching the ConfigMap 09/17/22 05:21:14.141 +STEP: listing all ConfigMaps in all namespaces with a label selector 09/17/22 05:21:14.143 +STEP: deleting the ConfigMap by collection with a label selector 09/17/22 05:21:14.144 +STEP: listing all ConfigMaps in test namespace 09/17/22 05:21:14.146 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 05:21:14.148: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-4814" for this suite. 09/17/22 05:21:14.149 +{"msg":"PASSED [sig-node] ConfigMap should run through a ConfigMap lifecycle [Conformance]","completed":294,"skipped":5531,"failed":0} +------------------------------ +• [0.026 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:14.125 + Sep 17 05:21:14.125: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 05:21:14.126 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:14.135 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:14.137 + [It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:168 + STEP: creating a ConfigMap 09/17/22 05:21:14.138 + STEP: fetching the ConfigMap 09/17/22 05:21:14.14 + STEP: patching the ConfigMap 09/17/22 05:21:14.141 + STEP: listing all ConfigMaps in all namespaces with a label selector 09/17/22 05:21:14.143 + STEP: deleting the ConfigMap by collection with a label selector 09/17/22 05:21:14.144 + STEP: listing all ConfigMaps in test namespace 09/17/22 05:21:14.146 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 05:21:14.148: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-4814" for this suite. 09/17/22 05:21:14.149 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:83 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:14.151 +Sep 17 05:21:14.151: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:21:14.152 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:14.16 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:14.167 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:83 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:21:14.168 +Sep 17 05:21:14.171: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64" in namespace "projected-9781" to be "Succeeded or Failed" +Sep 17 05:21:14.173: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64": Phase="Pending", Reason="", readiness=false. Elapsed: 1.938053ms +Sep 17 05:21:16.175: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003965075s +Sep 17 05:21:18.177: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005266313s +STEP: Saw pod success 09/17/22 05:21:18.177 +Sep 17 05:21:18.177: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64" satisfied condition "Succeeded or Failed" +Sep 17 05:21:18.178: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64 container client-container: +STEP: delete the pod 09/17/22 05:21:18.18 +Sep 17 05:21:18.184: INFO: Waiting for pod downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64 to disappear +Sep 17 05:21:18.190: INFO: Pod downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 05:21:18.190: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-9781" for this suite. 09/17/22 05:21:18.191 +{"msg":"PASSED [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]","completed":295,"skipped":5537,"failed":0} +------------------------------ +• [4.042 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:83 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:14.151 + Sep 17 05:21:14.151: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:21:14.152 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:14.16 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:14.167 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:83 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:21:14.168 + Sep 17 05:21:14.171: INFO: Waiting up to 5m0s for pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64" in namespace "projected-9781" to be "Succeeded or Failed" + Sep 17 05:21:14.173: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64": Phase="Pending", Reason="", readiness=false. Elapsed: 1.938053ms + Sep 17 05:21:16.175: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003965075s + Sep 17 05:21:18.177: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005266313s + STEP: Saw pod success 09/17/22 05:21:18.177 + Sep 17 05:21:18.177: INFO: Pod "downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64" satisfied condition "Succeeded or Failed" + Sep 17 05:21:18.178: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64 container client-container: + STEP: delete the pod 09/17/22 05:21:18.18 + Sep 17 05:21:18.184: INFO: Waiting for pod downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64 to disappear + Sep 17 05:21:18.190: INFO: Pod downwardapi-volume-c2381eba-fe84-47fa-b206-46629e177b64 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 05:21:18.190: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-9781" for this suite. 09/17/22 05:21:18.191 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-apps] CronJob + should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:21:18.194 +Sep 17 05:21:18.194: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename cronjob 09/17/22 05:21:18.195 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:18.203 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:18.204 +[It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 +STEP: Creating a suspended cronjob 09/17/22 05:21:18.206 +STEP: Ensuring no jobs are scheduled 09/17/22 05:21:18.208 +STEP: Ensuring no job exists by listing jobs explicitly 09/17/22 05:26:18.211 +STEP: Removing cronjob 09/17/22 05:26:18.212 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 +Sep 17 05:26:18.215: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "cronjob-4365" for this suite. 09/17/22 05:26:18.217 +{"msg":"PASSED [sig-apps] CronJob should not schedule jobs when suspended [Slow] [Conformance]","completed":296,"skipped":5541,"failed":0} +------------------------------ +• [SLOW TEST] [300.024 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:21:18.194 + Sep 17 05:21:18.194: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename cronjob 09/17/22 05:21:18.195 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:21:18.203 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:21:18.204 + [It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 + STEP: Creating a suspended cronjob 09/17/22 05:21:18.206 + STEP: Ensuring no jobs are scheduled 09/17/22 05:21:18.208 + STEP: Ensuring no job exists by listing jobs explicitly 09/17/22 05:26:18.211 + STEP: Removing cronjob 09/17/22 05:26:18.212 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/framework.go:187 + Sep 17 05:26:18.215: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "cronjob-4365" for this suite. 09/17/22 05:26:18.217 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:322 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:26:18.219 +Sep 17 05:26:18.219: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 05:26:18.219 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:18.233 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:18.236 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 05:26:18.244 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:26:18.446 +STEP: Deploying the webhook pod 09/17/22 05:26:18.45 +STEP: Wait for the deployment to be ready 09/17/22 05:26:18.454 +Sep 17 05:26:18.457: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 09/17/22 05:26:20.462 +STEP: Verifying the service has paired with the endpoint 09/17/22 05:26:20.466 +Sep 17 05:26:21.466: 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:322 +Sep 17 05:26:21.468: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-5336-crds.webhook.example.com via the AdmissionRegistration API 09/17/22 05:26:21.981 +STEP: Creating a custom resource while v1 is storage version 09/17/22 05:26:21.988 +STEP: Patching Custom Resource Definition to set v2 as storage 09/17/22 05:26:24.021 +STEP: Patching the custom resource while v2 is storage version 09/17/22 05:26:24.032 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:26:24.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-8755" for this suite. 09/17/22 05:26:24.607 +STEP: Destroying namespace "webhook-8755-markers" for this suite. 09/17/22 05:26:24.609 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance]","completed":297,"skipped":5546,"failed":0} +------------------------------ +• [SLOW TEST] [6.420 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:322 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:26:18.219 + Sep 17 05:26:18.219: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 05:26:18.219 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:18.233 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:18.236 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 05:26:18.244 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:26:18.446 + STEP: Deploying the webhook pod 09/17/22 05:26:18.45 + STEP: Wait for the deployment to be ready 09/17/22 05:26:18.454 + Sep 17 05:26:18.457: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 09/17/22 05:26:20.462 + STEP: Verifying the service has paired with the endpoint 09/17/22 05:26:20.466 + Sep 17 05:26:21.466: 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:322 + Sep 17 05:26:21.468: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-5336-crds.webhook.example.com via the AdmissionRegistration API 09/17/22 05:26:21.981 + STEP: Creating a custom resource while v1 is storage version 09/17/22 05:26:21.988 + STEP: Patching Custom Resource Definition to set v2 as storage 09/17/22 05:26:24.021 + STEP: Patching the custom resource while v2 is storage version 09/17/22 05:26:24.032 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:26:24.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-8755" for this suite. 09/17/22 05:26:24.607 + STEP: Destroying namespace "webhook-8755-markers" for this suite. 09/17/22 05:26:24.609 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:26:24.639 +Sep 17 05:26:24.639: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 05:26:24.64 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:24.661 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:24.665 +[It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 +STEP: Counting existing ResourceQuota 09/17/22 05:26:24.678 +STEP: Creating a ResourceQuota 09/17/22 05:26:29.684 +STEP: Ensuring resource quota status is calculated 09/17/22 05:26:29.687 +STEP: Creating a Service 09/17/22 05:26:31.689 +STEP: Creating a NodePort Service 09/17/22 05:26:31.695 +STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 09/17/22 05:26:31.708 +STEP: Ensuring resource quota status captures service creation 09/17/22 05:26:31.716 +STEP: Deleting Services 09/17/22 05:26:33.718 +STEP: Ensuring resource quota status released usage 09/17/22 05:26:33.742 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 05:26:35.745: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-8071" for this suite. 09/17/22 05:26:35.746 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a service. [Conformance]","completed":298,"skipped":5547,"failed":0} +------------------------------ +• [SLOW TEST] [11.109 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:90 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:26:24.639 + Sep 17 05:26:24.639: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 05:26:24.64 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:24.661 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:24.665 + [It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:90 + STEP: Counting existing ResourceQuota 09/17/22 05:26:24.678 + STEP: Creating a ResourceQuota 09/17/22 05:26:29.684 + STEP: Ensuring resource quota status is calculated 09/17/22 05:26:29.687 + STEP: Creating a Service 09/17/22 05:26:31.689 + STEP: Creating a NodePort Service 09/17/22 05:26:31.695 + STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 09/17/22 05:26:31.708 + STEP: Ensuring resource quota status captures service creation 09/17/22 05:26:31.716 + STEP: Deleting Services 09/17/22 05:26:33.718 + STEP: Ensuring resource quota status released usage 09/17/22 05:26:33.742 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 05:26:35.745: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-8071" for this suite. 09/17/22 05:26:35.746 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-node] ConfigMap + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:26:35.75 +Sep 17 05:26:35.750: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 05:26:35.751 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:35.758 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:35.762 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 +STEP: Creating configMap configmap-4455/configmap-test-92d8e536-95d0-4148-880e-2adb293ed135 09/17/22 05:26:35.763 +STEP: Creating a pod to test consume configMaps 09/17/22 05:26:35.765 +Sep 17 05:26:35.767: INFO: Waiting up to 5m0s for pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d" in namespace "configmap-4455" to be "Succeeded or Failed" +Sep 17 05:26:35.770: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.605054ms +Sep 17 05:26:37.773: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006161599s +Sep 17 05:26:39.772: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004484321s +STEP: Saw pod success 09/17/22 05:26:39.772 +Sep 17 05:26:39.772: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d" satisfied condition "Succeeded or Failed" +Sep 17 05:26:39.773: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d container env-test: +STEP: delete the pod 09/17/22 05:26:39.781 +Sep 17 05:26:39.785: INFO: Waiting for pod pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d to disappear +Sep 17 05:26:39.793: INFO: Pod pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 05:26:39.793: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-4455" for this suite. 09/17/22 05:26:39.794 +{"msg":"PASSED [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]","completed":299,"skipped":5560,"failed":0} +------------------------------ +• [4.047 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:92 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:26:35.75 + Sep 17 05:26:35.750: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 05:26:35.751 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:35.758 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:35.762 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:92 + STEP: Creating configMap configmap-4455/configmap-test-92d8e536-95d0-4148-880e-2adb293ed135 09/17/22 05:26:35.763 + STEP: Creating a pod to test consume configMaps 09/17/22 05:26:35.765 + Sep 17 05:26:35.767: INFO: Waiting up to 5m0s for pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d" in namespace "configmap-4455" to be "Succeeded or Failed" + Sep 17 05:26:35.770: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.605054ms + Sep 17 05:26:37.773: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006161599s + Sep 17 05:26:39.772: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004484321s + STEP: Saw pod success 09/17/22 05:26:39.772 + Sep 17 05:26:39.772: INFO: Pod "pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d" satisfied condition "Succeeded or Failed" + Sep 17 05:26:39.773: INFO: Trying to get logs from node 10.254.0.17 pod pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d container env-test: + STEP: delete the pod 09/17/22 05:26:39.781 + Sep 17 05:26:39.785: INFO: Waiting for pod pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d to disappear + Sep 17 05:26:39.793: INFO: Pod pod-configmaps-9e29da75-2ced-4497-a0cc-57795745f29d no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 05:26:39.793: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-4455" for this suite. 09/17/22 05:26:39.794 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:26:39.798 +Sep 17 05:26:39.799: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 05:26:39.799 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:39.858 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:39.859 +[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 09/17/22 05:26:39.861 +STEP: submitting the pod to kubernetes 09/17/22 05:26:39.861 +STEP: verifying QOS class is set on the pod 09/17/22 05:26:39.869 +[AfterEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:187 +Sep 17 05:26:39.877: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-3614" for this suite. 09/17/22 05:26:39.886 +{"msg":"PASSED [sig-node] Pods Extended Pods Set QOS Class should be set on Pods with matching resource requests and limits for memory and cpu [Conformance]","completed":300,"skipped":5621,"failed":0} +------------------------------ +• [0.089 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:26:39.798 + Sep 17 05:26:39.799: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 05:26:39.799 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:39.858 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:39.859 + [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 09/17/22 05:26:39.861 + STEP: submitting the pod to kubernetes 09/17/22 05:26:39.861 + STEP: verifying QOS class is set on the pod 09/17/22 05:26:39.869 + [AfterEach] [sig-node] Pods Extended + test/e2e/framework/framework.go:187 + Sep 17 05:26:39.877: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-3614" for this suite. 09/17/22 05:26:39.886 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-network] DNS + should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 +[BeforeEach] [sig-network] DNS + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:26:39.888 +Sep 17 05:26:39.889: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename dns 09/17/22 05:26:39.889 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:39.896 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:39.898 +[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-8212.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-8212.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 09/17/22 05:26:39.9 +STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-8212.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-8212.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 09/17/22 05:26:39.9 +STEP: creating a pod to probe /etc/hosts 09/17/22 05:26:39.901 +STEP: submitting the pod to kubernetes 09/17/22 05:26:39.901 +Sep 17 05:26:39.903: INFO: Waiting up to 15m0s for pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8" in namespace "dns-8212" to be "running" +Sep 17 05:26:39.908: INFO: Pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.317603ms +Sep 17 05:26:41.910: INFO: Pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8": Phase="Running", Reason="", readiness=true. Elapsed: 2.006179816s +Sep 17 05:26:41.910: INFO: Pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8" satisfied condition "running" +STEP: retrieving the pod 09/17/22 05:26:41.91 +STEP: looking for the results for each expected name from probers 09/17/22 05:26:41.911 +Sep 17 05:26:41.932: INFO: DNS probes using dns-8212/dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8 succeeded + +STEP: deleting the pod 09/17/22 05:26:41.932 +[AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 +Sep 17 05:26:41.938: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "dns-8212" for this suite. 09/17/22 05:26:41.94 +{"msg":"PASSED [sig-network] DNS should provide /etc/hosts entries for the cluster [Conformance]","completed":301,"skipped":5622,"failed":0} +------------------------------ +• [2.053 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:26:39.888 + Sep 17 05:26:39.889: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename dns 09/17/22 05:26:39.889 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:39.896 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:39.898 + [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-8212.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-8212.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 09/17/22 05:26:39.9 + STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-8212.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-8212.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 09/17/22 05:26:39.9 + STEP: creating a pod to probe /etc/hosts 09/17/22 05:26:39.901 + STEP: submitting the pod to kubernetes 09/17/22 05:26:39.901 + Sep 17 05:26:39.903: INFO: Waiting up to 15m0s for pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8" in namespace "dns-8212" to be "running" + Sep 17 05:26:39.908: INFO: Pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.317603ms + Sep 17 05:26:41.910: INFO: Pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8": Phase="Running", Reason="", readiness=true. Elapsed: 2.006179816s + Sep 17 05:26:41.910: INFO: Pod "dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8" satisfied condition "running" + STEP: retrieving the pod 09/17/22 05:26:41.91 + STEP: looking for the results for each expected name from probers 09/17/22 05:26:41.911 + Sep 17 05:26:41.932: INFO: DNS probes using dns-8212/dns-test-989eb36a-7144-42a3-b1d1-941bb97b2ce8 succeeded + + STEP: deleting the pod 09/17/22 05:26:41.932 + [AfterEach] [sig-network] DNS + test/e2e/framework/framework.go:187 + Sep 17 05:26:41.938: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "dns-8212" for this suite. 09/17/22 05:26:41.94 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:150 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:26:41.943 +Sep 17 05:26:41.943: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 05:26:41.943 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:41.951 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:41.953 +[It] should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:150 +STEP: Discovering how many secrets are in namespace by default 09/17/22 05:26:41.955 +STEP: Counting existing ResourceQuota 09/17/22 05:26:46.957 +STEP: Creating a ResourceQuota 09/17/22 05:26:51.959 +STEP: Ensuring resource quota status is calculated 09/17/22 05:26:51.962 +STEP: Creating a Secret 09/17/22 05:26:53.965 +STEP: Ensuring resource quota status captures secret creation 09/17/22 05:26:53.969 +STEP: Deleting a secret 09/17/22 05:26:55.971 +STEP: Ensuring resource quota status released usage 09/17/22 05:26:55.974 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 05:26:57.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-3346" for this suite. 09/17/22 05:26:57.977 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a secret. [Conformance]","completed":302,"skipped":5665,"failed":0} +------------------------------ +• [SLOW TEST] [16.037 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:150 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:26:41.943 + Sep 17 05:26:41.943: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 05:26:41.943 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:41.951 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:41.953 + [It] should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:150 + STEP: Discovering how many secrets are in namespace by default 09/17/22 05:26:41.955 + STEP: Counting existing ResourceQuota 09/17/22 05:26:46.957 + STEP: Creating a ResourceQuota 09/17/22 05:26:51.959 + STEP: Ensuring resource quota status is calculated 09/17/22 05:26:51.962 + STEP: Creating a Secret 09/17/22 05:26:53.965 + STEP: Ensuring resource quota status captures secret creation 09/17/22 05:26:53.969 + STEP: Deleting a secret 09/17/22 05:26:55.971 + STEP: Ensuring resource quota status released usage 09/17/22 05:26:55.974 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 05:26:57.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-3346" for this suite. 09/17/22 05:26:57.977 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:192 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:26:57.98 +Sep 17 05:26:57.980: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:26:57.981 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:57.99 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:57.994 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:192 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:26:57.996 +Sep 17 05:26:58.000: INFO: Waiting up to 5m0s for pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546" in namespace "projected-2915" to be "Succeeded or Failed" +Sep 17 05:26:58.006: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546": Phase="Pending", Reason="", readiness=false. Elapsed: 6.348672ms +Sep 17 05:27:00.009: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546": Phase="Running", Reason="", readiness=false. Elapsed: 2.009294124s +Sep 17 05:27:02.009: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0090124s +STEP: Saw pod success 09/17/22 05:27:02.009 +Sep 17 05:27:02.009: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546" satisfied condition "Succeeded or Failed" +Sep 17 05:27:02.010: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546 container client-container: +STEP: delete the pod 09/17/22 05:27:02.018 +Sep 17 05:27:02.023: INFO: Waiting for pod downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546 to disappear +Sep 17 05:27:02.029: INFO: Pod downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 05:27:02.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2915" for this suite. 09/17/22 05:27:02.03 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance]","completed":303,"skipped":5668,"failed":0} +------------------------------ +• [4.053 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:192 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:26:57.98 + Sep 17 05:26:57.980: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:26:57.981 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:26:57.99 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:26:57.994 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:192 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:26:57.996 + Sep 17 05:26:58.000: INFO: Waiting up to 5m0s for pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546" in namespace "projected-2915" to be "Succeeded or Failed" + Sep 17 05:26:58.006: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546": Phase="Pending", Reason="", readiness=false. Elapsed: 6.348672ms + Sep 17 05:27:00.009: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546": Phase="Running", Reason="", readiness=false. Elapsed: 2.009294124s + Sep 17 05:27:02.009: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0090124s + STEP: Saw pod success 09/17/22 05:27:02.009 + Sep 17 05:27:02.009: INFO: Pod "downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546" satisfied condition "Succeeded or Failed" + Sep 17 05:27:02.010: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546 container client-container: + STEP: delete the pod 09/17/22 05:27:02.018 + Sep 17 05:27:02.023: INFO: Waiting for pod downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546 to disappear + Sep 17 05:27:02.029: INFO: Pod downwardapi-volume-e281f1fa-7919-4236-80ee-2a1f29657546 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 05:27:02.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2915" for this suite. 09/17/22 05:27:02.03 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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:67 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:02.033 +Sep 17 05:27:02.033: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:27:02.033 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:02.045 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:02.047 +[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:67 +STEP: Creating secret with name secret-test-f9bbf87f-9d21-4cdd-b247-c9cac12a6650 09/17/22 05:27:02.048 +STEP: Creating a pod to test consume secrets 09/17/22 05:27:02.05 +Sep 17 05:27:02.052: INFO: Waiting up to 5m0s for pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5" in namespace "secrets-4678" to be "Succeeded or Failed" +Sep 17 05:27:02.054: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5": Phase="Pending", Reason="", readiness=false. Elapsed: 1.757523ms +Sep 17 05:27:04.057: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004063249s +Sep 17 05:27:06.058: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00520299s +STEP: Saw pod success 09/17/22 05:27:06.058 +Sep 17 05:27:06.058: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5" satisfied condition "Succeeded or Failed" +Sep 17 05:27:06.059: INFO: Trying to get logs from node 10.254.0.18 pod pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5 container secret-volume-test: +STEP: delete the pod 09/17/22 05:27:06.064 +Sep 17 05:27:06.071: INFO: Waiting for pod pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5 to disappear +Sep 17 05:27:06.073: INFO: Pod pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:27:06.073: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-4678" for this suite. 09/17/22 05:27:06.075 +{"msg":"PASSED [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","completed":304,"skipped":5675,"failed":0} +------------------------------ +• [4.045 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:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:02.033 + Sep 17 05:27:02.033: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:27:02.033 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:02.045 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:02.047 + [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:67 + STEP: Creating secret with name secret-test-f9bbf87f-9d21-4cdd-b247-c9cac12a6650 09/17/22 05:27:02.048 + STEP: Creating a pod to test consume secrets 09/17/22 05:27:02.05 + Sep 17 05:27:02.052: INFO: Waiting up to 5m0s for pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5" in namespace "secrets-4678" to be "Succeeded or Failed" + Sep 17 05:27:02.054: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5": Phase="Pending", Reason="", readiness=false. Elapsed: 1.757523ms + Sep 17 05:27:04.057: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004063249s + Sep 17 05:27:06.058: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00520299s + STEP: Saw pod success 09/17/22 05:27:06.058 + Sep 17 05:27:06.058: INFO: Pod "pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5" satisfied condition "Succeeded or Failed" + Sep 17 05:27:06.059: INFO: Trying to get logs from node 10.254.0.18 pod pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5 container secret-volume-test: + STEP: delete the pod 09/17/22 05:27:06.064 + Sep 17 05:27:06.071: INFO: Waiting for pod pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5 to disappear + Sep 17 05:27:06.073: INFO: Pod pod-secrets-51b8decf-2e30-4b95-a377-92237d1093f5 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:27:06.073: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-4678" for this suite. 09/17/22 05:27:06.075 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:206 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:06.078 +Sep 17 05:27:06.078: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:27:06.079 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:06.086 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:06.089 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:206 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:27:06.094 +Sep 17 05:27:06.099: INFO: Waiting up to 5m0s for pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3" in namespace "projected-8390" to be "Succeeded or Failed" +Sep 17 05:27:06.101: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3": Phase="Pending", Reason="", readiness=false. Elapsed: 1.812644ms +Sep 17 05:27:08.103: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004262231s +Sep 17 05:27:10.102: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003754952s +STEP: Saw pod success 09/17/22 05:27:10.102 +Sep 17 05:27:10.103: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3" satisfied condition "Succeeded or Failed" +Sep 17 05:27:10.104: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3 container client-container: +STEP: delete the pod 09/17/22 05:27:10.106 +Sep 17 05:27:10.112: INFO: Waiting for pod downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3 to disappear +Sep 17 05:27:10.116: INFO: Pod downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 05:27:10.116: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-8390" for this suite. 09/17/22 05:27:10.117 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance]","completed":305,"skipped":5685,"failed":0} +------------------------------ +• [4.041 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:206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:06.078 + Sep 17 05:27:06.078: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:27:06.079 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:06.086 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:06.089 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:206 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:27:06.094 + Sep 17 05:27:06.099: INFO: Waiting up to 5m0s for pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3" in namespace "projected-8390" to be "Succeeded or Failed" + Sep 17 05:27:06.101: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3": Phase="Pending", Reason="", readiness=false. Elapsed: 1.812644ms + Sep 17 05:27:08.103: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004262231s + Sep 17 05:27:10.102: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003754952s + STEP: Saw pod success 09/17/22 05:27:10.102 + Sep 17 05:27:10.103: INFO: Pod "downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3" satisfied condition "Succeeded or Failed" + Sep 17 05:27:10.104: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3 container client-container: + STEP: delete the pod 09/17/22 05:27:10.106 + Sep 17 05:27:10.112: INFO: Waiting for pod downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3 to disappear + Sep 17 05:27:10.116: INFO: Pod downwardapi-volume-e1a27013-ac33-4d11-b49d-19f749ccbef3 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 05:27:10.116: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-8390" for this suite. 09/17/22 05:27:10.117 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:10.121 +Sep 17 05:27:10.121: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 05:27:10.122 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:10.129 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:10.131 +[It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 +STEP: Creating a ResourceQuota with terminating scope 09/17/22 05:27:10.133 +STEP: Ensuring ResourceQuota status is calculated 09/17/22 05:27:10.137 +STEP: Creating a ResourceQuota with not terminating scope 09/17/22 05:27:12.14 +STEP: Ensuring ResourceQuota status is calculated 09/17/22 05:27:12.142 +STEP: Creating a long running pod 09/17/22 05:27:14.145 +STEP: Ensuring resource quota with not terminating scope captures the pod usage 09/17/22 05:27:14.152 +STEP: Ensuring resource quota with terminating scope ignored the pod usage 09/17/22 05:27:16.155 +STEP: Deleting the pod 09/17/22 05:27:18.157 +STEP: Ensuring resource quota status released the pod usage 09/17/22 05:27:18.162 +STEP: Creating a terminating pod 09/17/22 05:27:20.165 +STEP: Ensuring resource quota with terminating scope captures the pod usage 09/17/22 05:27:20.169 +STEP: Ensuring resource quota with not terminating scope ignored the pod usage 09/17/22 05:27:22.171 +STEP: Deleting the pod 09/17/22 05:27:24.173 +STEP: Ensuring resource quota status released the pod usage 09/17/22 05:27:24.179 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 05:27:26.180: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-7287" for this suite. 09/17/22 05:27:26.182 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should verify ResourceQuota with terminating scopes. [Conformance]","completed":306,"skipped":5697,"failed":0} +------------------------------ +• [SLOW TEST] [16.063 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:10.121 + Sep 17 05:27:10.121: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 05:27:10.122 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:10.129 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:10.131 + [It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:680 + STEP: Creating a ResourceQuota with terminating scope 09/17/22 05:27:10.133 + STEP: Ensuring ResourceQuota status is calculated 09/17/22 05:27:10.137 + STEP: Creating a ResourceQuota with not terminating scope 09/17/22 05:27:12.14 + STEP: Ensuring ResourceQuota status is calculated 09/17/22 05:27:12.142 + STEP: Creating a long running pod 09/17/22 05:27:14.145 + STEP: Ensuring resource quota with not terminating scope captures the pod usage 09/17/22 05:27:14.152 + STEP: Ensuring resource quota with terminating scope ignored the pod usage 09/17/22 05:27:16.155 + STEP: Deleting the pod 09/17/22 05:27:18.157 + STEP: Ensuring resource quota status released the pod usage 09/17/22 05:27:18.162 + STEP: Creating a terminating pod 09/17/22 05:27:20.165 + STEP: Ensuring resource quota with terminating scope captures the pod usage 09/17/22 05:27:20.169 + STEP: Ensuring resource quota with not terminating scope ignored the pod usage 09/17/22 05:27:22.171 + STEP: Deleting the pod 09/17/22 05:27:24.173 + STEP: Ensuring resource quota status released the pod usage 09/17/22 05:27:24.179 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 05:27:26.180: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-7287" for this suite. 09/17/22 05:27:26.182 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:26.185 +Sep 17 05:27:26.185: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename statefulset 09/17/22 05:27:26.185 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:26.194 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:26.196 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 +STEP: Creating service test in namespace statefulset-8402 09/17/22 05:27:26.197 +[It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 +STEP: Creating statefulset ss in namespace statefulset-8402 09/17/22 05:27:26.199 +Sep 17 05:27:26.210: INFO: Found 0 stateful pods, waiting for 1 +Sep 17 05:27:36.213: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: getting scale subresource 09/17/22 05:27:36.216 +STEP: updating a scale subresource 09/17/22 05:27:36.217 +STEP: verifying the statefulset Spec.Replicas was modified 09/17/22 05:27:36.219 +STEP: Patch a scale subresource 09/17/22 05:27:36.221 +STEP: verifying the statefulset Spec.Replicas was modified 09/17/22 05:27:36.228 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 +Sep 17 05:27:36.232: INFO: Deleting all statefulset in ns statefulset-8402 +Sep 17 05:27:36.234: INFO: Scaling statefulset ss to 0 +Sep 17 05:27:46.242: INFO: Waiting for statefulset status.replicas updated to 0 +Sep 17 05:27:46.244: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 +Sep 17 05:27:46.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "statefulset-8402" for this suite. 09/17/22 05:27:46.259 +{"msg":"PASSED [sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] should have a working scale subresource [Conformance]","completed":307,"skipped":5710,"failed":0} +------------------------------ +• [SLOW TEST] [20.078 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:101 + should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:26.185 + Sep 17 05:27:26.185: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename statefulset 09/17/22 05:27:26.185 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:26.194 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:26.196 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:96 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:111 + STEP: Creating service test in namespace statefulset-8402 09/17/22 05:27:26.197 + [It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:846 + STEP: Creating statefulset ss in namespace statefulset-8402 09/17/22 05:27:26.199 + Sep 17 05:27:26.210: INFO: Found 0 stateful pods, waiting for 1 + Sep 17 05:27:36.213: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: getting scale subresource 09/17/22 05:27:36.216 + STEP: updating a scale subresource 09/17/22 05:27:36.217 + STEP: verifying the statefulset Spec.Replicas was modified 09/17/22 05:27:36.219 + STEP: Patch a scale subresource 09/17/22 05:27:36.221 + STEP: verifying the statefulset Spec.Replicas was modified 09/17/22 05:27:36.228 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:122 + Sep 17 05:27:36.232: INFO: Deleting all statefulset in ns statefulset-8402 + Sep 17 05:27:36.234: INFO: Scaling statefulset ss to 0 + Sep 17 05:27:46.242: INFO: Waiting for statefulset status.replicas updated to 0 + Sep 17 05:27:46.244: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/framework.go:187 + Sep 17 05:27:46.257: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "statefulset-8402" for this suite. 09/17/22 05:27:46.259 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:46.264 +Sep 17 05:27:46.264: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename namespaces 09/17/22 05:27:46.264 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:46.272 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:46.275 +[It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 +STEP: Read namespace status 09/17/22 05:27:46.276 +Sep 17 05:27:46.278: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} +STEP: Patch namespace status 09/17/22 05:27:46.278 +Sep 17 05:27:46.280: 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 09/17/22 05:27:46.28 +Sep 17 05:27:46.283: 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/framework.go:187 +Sep 17 05:27:46.283: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-3230" for this suite. 09/17/22 05:27:46.285 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should apply changes to a namespace status [Conformance]","completed":308,"skipped":5725,"failed":0} +------------------------------ +• [0.023 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:298 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:46.264 + Sep 17 05:27:46.264: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename namespaces 09/17/22 05:27:46.264 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:46.272 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:46.275 + [It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:298 + STEP: Read namespace status 09/17/22 05:27:46.276 + Sep 17 05:27:46.278: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} + STEP: Patch namespace status 09/17/22 05:27:46.278 + Sep 17 05:27:46.280: 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 09/17/22 05:27:46.28 + Sep 17 05:27:46.283: 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/framework.go:187 + Sep 17 05:27:46.283: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-3230" for this suite. 09/17/22 05:27:46.285 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:73 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:46.287 +Sep 17 05:27:46.287: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 05:27:46.288 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:46.296 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:46.298 +[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:73 +STEP: Creating configMap with name configmap-test-volume-65e64f60-23c0-471a-8a84-d939d118ebb9 09/17/22 05:27:46.299 +STEP: Creating a pod to test consume configMaps 09/17/22 05:27:46.301 +Sep 17 05:27:46.306: INFO: Waiting up to 5m0s for pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694" in namespace "configmap-1447" to be "Succeeded or Failed" +Sep 17 05:27:46.308: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694": Phase="Pending", Reason="", readiness=false. Elapsed: 2.032914ms +Sep 17 05:27:48.310: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004218354s +Sep 17 05:27:50.309: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003941519s +STEP: Saw pod success 09/17/22 05:27:50.31 +Sep 17 05:27:50.310: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694" satisfied condition "Succeeded or Failed" +Sep 17 05:27:50.311: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694 container agnhost-container: +STEP: delete the pod 09/17/22 05:27:50.313 +Sep 17 05:27:50.318: INFO: Waiting for pod pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694 to disappear +Sep 17 05:27:50.319: INFO: Pod pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 05:27:50.319: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-1447" for this suite. 09/17/22 05:27:50.321 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]","completed":309,"skipped":5731,"failed":0} +------------------------------ +• [4.035 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:73 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:46.287 + Sep 17 05:27:46.287: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 05:27:46.288 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:46.296 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:46.298 + [It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:73 + STEP: Creating configMap with name configmap-test-volume-65e64f60-23c0-471a-8a84-d939d118ebb9 09/17/22 05:27:46.299 + STEP: Creating a pod to test consume configMaps 09/17/22 05:27:46.301 + Sep 17 05:27:46.306: INFO: Waiting up to 5m0s for pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694" in namespace "configmap-1447" to be "Succeeded or Failed" + Sep 17 05:27:46.308: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694": Phase="Pending", Reason="", readiness=false. Elapsed: 2.032914ms + Sep 17 05:27:48.310: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004218354s + Sep 17 05:27:50.309: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003941519s + STEP: Saw pod success 09/17/22 05:27:50.31 + Sep 17 05:27:50.310: INFO: Pod "pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694" satisfied condition "Succeeded or Failed" + Sep 17 05:27:50.311: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694 container agnhost-container: + STEP: delete the pod 09/17/22 05:27:50.313 + Sep 17 05:27:50.318: INFO: Waiting for pod pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694 to disappear + Sep 17 05:27:50.319: INFO: Pod pod-configmaps-cc4a95ed-2844-46c6-be77-669504dd7694 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 05:27:50.319: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-1447" for this suite. 09/17/22 05:27:50.321 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[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:98 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:50.323 +Sep 17 05:27:50.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 05:27:50.323 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:50.331 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:50.334 +[It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:98 +STEP: Creating configMap with name configmap-test-volume-map-b7554696-8011-4a2a-87bd-593a23ae3add 09/17/22 05:27:50.335 +STEP: Creating a pod to test consume configMaps 09/17/22 05:27:50.337 +Sep 17 05:27:50.340: INFO: Waiting up to 5m0s for pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380" in namespace "configmap-9524" to be "Succeeded or Failed" +Sep 17 05:27:50.342: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380": Phase="Pending", Reason="", readiness=false. Elapsed: 1.416493ms +Sep 17 05:27:52.343: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00326414s +Sep 17 05:27:54.345: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004823406s +STEP: Saw pod success 09/17/22 05:27:54.345 +Sep 17 05:27:54.345: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380" satisfied condition "Succeeded or Failed" +Sep 17 05:27:54.346: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380 container agnhost-container: +STEP: delete the pod 09/17/22 05:27:54.349 +Sep 17 05:27:54.353: INFO: Waiting for pod pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380 to disappear +Sep 17 05:27:54.354: INFO: Pod pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 05:27:54.354: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-9524" for this suite. 09/17/22 05:27:54.356 +{"msg":"PASSED [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]","completed":310,"skipped":5732,"failed":0} +------------------------------ +• [4.035 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:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:50.323 + Sep 17 05:27:50.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 05:27:50.323 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:50.331 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:50.334 + [It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:98 + STEP: Creating configMap with name configmap-test-volume-map-b7554696-8011-4a2a-87bd-593a23ae3add 09/17/22 05:27:50.335 + STEP: Creating a pod to test consume configMaps 09/17/22 05:27:50.337 + Sep 17 05:27:50.340: INFO: Waiting up to 5m0s for pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380" in namespace "configmap-9524" to be "Succeeded or Failed" + Sep 17 05:27:50.342: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380": Phase="Pending", Reason="", readiness=false. Elapsed: 1.416493ms + Sep 17 05:27:52.343: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00326414s + Sep 17 05:27:54.345: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004823406s + STEP: Saw pod success 09/17/22 05:27:54.345 + Sep 17 05:27:54.345: INFO: Pod "pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380" satisfied condition "Succeeded or Failed" + Sep 17 05:27:54.346: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380 container agnhost-container: + STEP: delete the pod 09/17/22 05:27:54.349 + Sep 17 05:27:54.353: INFO: Waiting for pod pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380 to disappear + Sep 17 05:27:54.354: INFO: Pod pod-configmaps-1c6c5c74-aa7e-4618-af80-5f337667c380 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 05:27:54.354: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-9524" for this suite. 09/17/22 05:27:54.356 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:340 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:27:54.358 +Sep 17 05:27:54.358: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename webhook 09/17/22 05:27:54.359 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:54.368 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:54.371 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 +STEP: Setting up server cert 09/17/22 05:27:54.379 +STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:27:54.557 +STEP: Deploying the webhook pod 09/17/22 05:27:54.561 +STEP: Wait for the deployment to be ready 09/17/22 05:27:54.565 +Sep 17 05:27:54.570: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 09/17/22 05:27:56.575 +STEP: Verifying the service has paired with the endpoint 09/17/22 05:27:56.578 +Sep 17 05:27:57.578: 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:340 +Sep 17 05:27:57.580: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-2026-crds.webhook.example.com via the AdmissionRegistration API 09/17/22 05:27:58.088 +STEP: Creating a custom resource that should be mutated by the webhook 09/17/22 05:27:58.094 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:28:00.635: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "webhook-6428" for this suite. 09/17/22 05:28:00.637 +STEP: Destroying namespace "webhook-6428-markers" for this suite. 09/17/22 05:28:00.639 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 +{"msg":"PASSED [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]","completed":311,"skipped":5740,"failed":0} +------------------------------ +• [SLOW TEST] [6.317 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:340 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:27:54.358 + Sep 17 05:27:54.358: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename webhook 09/17/22 05:27:54.359 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:27:54.368 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:27:54.371 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:89 + STEP: Setting up server cert 09/17/22 05:27:54.379 + STEP: Create role binding to let webhook read extension-apiserver-authentication 09/17/22 05:27:54.557 + STEP: Deploying the webhook pod 09/17/22 05:27:54.561 + STEP: Wait for the deployment to be ready 09/17/22 05:27:54.565 + Sep 17 05:27:54.570: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 09/17/22 05:27:56.575 + STEP: Verifying the service has paired with the endpoint 09/17/22 05:27:56.578 + Sep 17 05:27:57.578: 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:340 + Sep 17 05:27:57.580: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-2026-crds.webhook.example.com via the AdmissionRegistration API 09/17/22 05:27:58.088 + STEP: Creating a custom resource that should be mutated by the webhook 09/17/22 05:27:58.094 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:28:00.635: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "webhook-6428" for this suite. 09/17/22 05:28:00.637 + STEP: Destroying namespace "webhook-6428-markers" for this suite. 09/17/22 05:28:00.639 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:104 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] PodTemplates + should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:00.675 +Sep 17 05:28:00.675: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename podtemplate 09/17/22 05:28:00.676 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:00.758 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:00.762 +[It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 +STEP: Create a pod template 09/17/22 05:28:00.763 +STEP: Replace a pod template 09/17/22 05:28:00.765 +Sep 17 05:28:00.768: INFO: Found updated podtemplate annotation: "true" + +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Sep 17 05:28:00.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-7897" for this suite. 09/17/22 05:28:00.769 +{"msg":"PASSED [sig-node] PodTemplates should replace a pod template [Conformance]","completed":312,"skipped":5740,"failed":0} +------------------------------ +• [0.096 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:00.675 + Sep 17 05:28:00.675: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename podtemplate 09/17/22 05:28:00.676 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:00.758 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:00.762 + [It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 + STEP: Create a pod template 09/17/22 05:28:00.763 + STEP: Replace a pod template 09/17/22 05:28:00.765 + Sep 17 05:28:00.768: INFO: Found updated podtemplate annotation: "true" + + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Sep 17 05:28:00.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-7897" for this suite. 09/17/22 05:28:00.769 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:220 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:00.775 +Sep 17 05:28:00.775: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 05:28:00.776 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:00.784 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:00.787 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:220 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:28:00.789 +Sep 17 05:28:00.792: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e" in namespace "downward-api-6259" to be "Succeeded or Failed" +Sep 17 05:28:00.793: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e": Phase="Pending", Reason="", readiness=false. Elapsed: 1.587997ms +Sep 17 05:28:02.795: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003543363s +Sep 17 05:28:04.796: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004169308s +STEP: Saw pod success 09/17/22 05:28:04.796 +Sep 17 05:28:04.796: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e" satisfied condition "Succeeded or Failed" +Sep 17 05:28:04.797: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e container client-container: +STEP: delete the pod 09/17/22 05:28:04.8 +Sep 17 05:28:04.805: INFO: Waiting for pod downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e to disappear +Sep 17 05:28:04.809: INFO: Pod downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 05:28:04.809: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-6259" for this suite. 09/17/22 05:28:04.811 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]","completed":313,"skipped":5813,"failed":0} +------------------------------ +• [4.040 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:220 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:00.775 + Sep 17 05:28:00.775: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 05:28:00.776 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:00.784 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:00.787 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:220 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:28:00.789 + Sep 17 05:28:00.792: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e" in namespace "downward-api-6259" to be "Succeeded or Failed" + Sep 17 05:28:00.793: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e": Phase="Pending", Reason="", readiness=false. Elapsed: 1.587997ms + Sep 17 05:28:02.795: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003543363s + Sep 17 05:28:04.796: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004169308s + STEP: Saw pod success 09/17/22 05:28:04.796 + Sep 17 05:28:04.796: INFO: Pod "downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e" satisfied condition "Succeeded or Failed" + Sep 17 05:28:04.797: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e container client-container: + STEP: delete the pod 09/17/22 05:28:04.8 + Sep 17 05:28:04.805: INFO: Waiting for pod downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e to disappear + Sep 17 05:28:04.809: INFO: Pod downwardapi-volume-a6fe4188-78f4-43ec-8058-6dac66655d4e no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 05:28:04.809: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-6259" for this suite. 09/17/22 05:28:04.811 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:206 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:04.818 +Sep 17 05:28:04.818: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename downward-api 09/17/22 05:28:04.818 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:04.827 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:04.83 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 +[It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:206 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:28:04.831 +Sep 17 05:28:04.834: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc" in namespace "downward-api-8185" to be "Succeeded or Failed" +Sep 17 05:28:04.837: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.034279ms +Sep 17 05:28:06.840: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005969492s +Sep 17 05:28:08.840: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005816936s +STEP: Saw pod success 09/17/22 05:28:08.84 +Sep 17 05:28:08.840: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc" satisfied condition "Succeeded or Failed" +Sep 17 05:28:08.845: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc container client-container: +STEP: delete the pod 09/17/22 05:28:08.853 +Sep 17 05:28:08.862: INFO: Waiting for pod downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc to disappear +Sep 17 05:28:08.870: INFO: Pod downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 +Sep 17 05:28:08.870: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "downward-api-8185" for this suite. 09/17/22 05:28:08.873 +{"msg":"PASSED [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]","completed":314,"skipped":5841,"failed":0} +------------------------------ +• [4.065 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:206 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:04.818 + Sep 17 05:28:04.818: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename downward-api 09/17/22 05:28:04.818 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:04.827 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:04.83 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:43 + [It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:206 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:28:04.831 + Sep 17 05:28:04.834: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc" in namespace "downward-api-8185" to be "Succeeded or Failed" + Sep 17 05:28:04.837: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.034279ms + Sep 17 05:28:06.840: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005969492s + Sep 17 05:28:08.840: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005816936s + STEP: Saw pod success 09/17/22 05:28:08.84 + Sep 17 05:28:08.840: INFO: Pod "downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc" satisfied condition "Succeeded or Failed" + Sep 17 05:28:08.845: INFO: Trying to get logs from node 10.254.0.18 pod downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc container client-container: + STEP: delete the pod 09/17/22 05:28:08.853 + Sep 17 05:28:08.862: INFO: Waiting for pod downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc to disappear + Sep 17 05:28:08.870: INFO: Pod downwardapi-volume-7ab649a9-e3c4-4b0c-bf96-e046fa881dbc no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/framework.go:187 + Sep 17 05:28:08.870: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "downward-api-8185" for this suite. 09/17/22 05:28:08.873 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Containers + should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:58 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:08.885 +Sep 17 05:28:08.885: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename containers 09/17/22 05:28:08.885 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:08.905 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:08.906 +[It] should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:58 +STEP: Creating a pod to test override arguments 09/17/22 05:28:08.908 +Sep 17 05:28:08.915: INFO: Waiting up to 5m0s for pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67" in namespace "containers-7597" to be "Succeeded or Failed" +Sep 17 05:28:08.919: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67": Phase="Pending", Reason="", readiness=false. Elapsed: 3.79528ms +Sep 17 05:28:10.922: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006522735s +Sep 17 05:28:12.921: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005741257s +STEP: Saw pod success 09/17/22 05:28:12.921 +Sep 17 05:28:12.921: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67" satisfied condition "Succeeded or Failed" +Sep 17 05:28:12.922: INFO: Trying to get logs from node 10.254.0.18 pod client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67 container agnhost-container: +STEP: delete the pod 09/17/22 05:28:12.925 +Sep 17 05:28:12.930: INFO: Waiting for pod client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67 to disappear +Sep 17 05:28:12.931: INFO: Pod client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67 no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 17 05:28:12.931: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-7597" for this suite. 09/17/22 05:28:12.932 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance]","completed":315,"skipped":5883,"failed":0} +------------------------------ +• [4.050 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:58 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:08.885 + Sep 17 05:28:08.885: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename containers 09/17/22 05:28:08.885 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:08.905 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:08.906 + [It] should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:58 + STEP: Creating a pod to test override arguments 09/17/22 05:28:08.908 + Sep 17 05:28:08.915: INFO: Waiting up to 5m0s for pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67" in namespace "containers-7597" to be "Succeeded or Failed" + Sep 17 05:28:08.919: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67": Phase="Pending", Reason="", readiness=false. Elapsed: 3.79528ms + Sep 17 05:28:10.922: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006522735s + Sep 17 05:28:12.921: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005741257s + STEP: Saw pod success 09/17/22 05:28:12.921 + Sep 17 05:28:12.921: INFO: Pod "client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67" satisfied condition "Succeeded or Failed" + Sep 17 05:28:12.922: INFO: Trying to get logs from node 10.254.0.18 pod client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67 container agnhost-container: + STEP: delete the pod 09/17/22 05:28:12.925 + Sep 17 05:28:12.930: INFO: Waiting for pod client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67 to disappear + Sep 17 05:28:12.931: INFO: Pod client-containers-cf4f710b-5beb-423e-89aa-ea16dfdafd67 no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 17 05:28:12.931: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-7597" for this suite. 09/17/22 05:28:12.932 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] ConfigMap + should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:12.935 +Sep 17 05:28:12.935: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 05:28:12.936 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:12.944 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:12.947 +[It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 +STEP: Creating configMap configmap-7384/configmap-test-fc892984-64fb-4fc4-a3f1-cdda6b9ccc90 09/17/22 05:28:12.948 +STEP: Creating a pod to test consume configMaps 09/17/22 05:28:12.949 +Sep 17 05:28:12.952: INFO: Waiting up to 5m0s for pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c" in namespace "configmap-7384" to be "Succeeded or Failed" +Sep 17 05:28:12.954: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.871201ms +Sep 17 05:28:14.956: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004253977s +Sep 17 05:28:16.957: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004450964s +STEP: Saw pod success 09/17/22 05:28:16.957 +Sep 17 05:28:16.957: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c" satisfied condition "Succeeded or Failed" +Sep 17 05:28:16.961: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c container env-test: +STEP: delete the pod 09/17/22 05:28:16.966 +Sep 17 05:28:16.973: INFO: Waiting for pod pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c to disappear +Sep 17 05:28:16.983: INFO: Pod pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 05:28:16.983: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-7384" for this suite. 09/17/22 05:28:16.989 +{"msg":"PASSED [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]","completed":316,"skipped":5887,"failed":0} +------------------------------ +• [4.057 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:44 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:12.935 + Sep 17 05:28:12.935: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 05:28:12.936 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:12.944 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:12.947 + [It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:44 + STEP: Creating configMap configmap-7384/configmap-test-fc892984-64fb-4fc4-a3f1-cdda6b9ccc90 09/17/22 05:28:12.948 + STEP: Creating a pod to test consume configMaps 09/17/22 05:28:12.949 + Sep 17 05:28:12.952: INFO: Waiting up to 5m0s for pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c" in namespace "configmap-7384" to be "Succeeded or Failed" + Sep 17 05:28:12.954: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c": Phase="Pending", Reason="", readiness=false. Elapsed: 1.871201ms + Sep 17 05:28:14.956: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004253977s + Sep 17 05:28:16.957: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004450964s + STEP: Saw pod success 09/17/22 05:28:16.957 + Sep 17 05:28:16.957: INFO: Pod "pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c" satisfied condition "Succeeded or Failed" + Sep 17 05:28:16.961: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c container env-test: + STEP: delete the pod 09/17/22 05:28:16.966 + Sep 17 05:28:16.973: INFO: Waiting for pod pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c to disappear + Sep 17 05:28:16.983: INFO: Pod pod-configmaps-a33642d9-9c36-4cb9-a313-af429c349a7c no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 05:28:16.983: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-7384" for this suite. 09/17/22 05:28:16.989 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:16.993 +Sep 17 05:28:16.993: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sysctl 09/17/22 05:28:16.994 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:17.007 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:17.009 +[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 09/17/22 05:28:17.01 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 17 05:28:17.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sysctl-1171" for this suite. 09/17/22 05:28:17.015 +{"msg":"PASSED [sig-node] Sysctls [LinuxOnly] [NodeConformance] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance]","completed":317,"skipped":5913,"failed":0} +------------------------------ +• [0.025 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:16.993 + Sep 17 05:28:16.993: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sysctl 09/17/22 05:28:16.994 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:17.007 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:17.009 + [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 09/17/22 05:28:17.01 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 17 05:28:17.013: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sysctl-1171" for this suite. 09/17/22 05:28:17.015 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:333 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:17.02 +Sep 17 05:28:17.020: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename init-container 09/17/22 05:28:17.02 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:17.031 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:17.034 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 +[It] should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:333 +STEP: creating the pod 09/17/22 05:28:17.035 +Sep 17 05:28:17.035: INFO: PodSpec: initContainers in spec.initContainers +Sep 17 05:28:57.752: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-a2723077-e345-4a8f-8099-cb0d74ccdc6a", GenerateName:"", Namespace:"init-container-1708", SelfLink:"", UID:"9b2bb8e3-1c6c-4c79-93ac-ad55980b6c1c", ResourceVersion:"34915", Generation:0, CreationTimestamp:time.Date(2022, time.September, 17, 5, 28, 17, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"35714526"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"e2e.test", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 17, 5, 28, 17, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0052b0198), Subresource:""}, v1.ManagedFieldsEntry{Manager:"kubelet", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 17, 5, 28, 57, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0052b01c8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-dzrtn", 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)(0xc002b426e0), 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-2", 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)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-dzrtn", 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-2", 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)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-dzrtn", 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.8", 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"}}}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-dzrtn", 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)(0xc00404e6c8), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"10.254.0.18", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc0000eff10), 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)(0xc00404e750)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc00404e770)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc00404e778), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc00404e77c), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc003d477f0), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(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(2022, time.September, 17, 5, 28, 17, 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(2022, time.September, 17, 5, 28, 17, 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(2022, time.September, 17, 5, 28, 17, 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(2022, time.September, 17, 5, 28, 17, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"10.254.0.18", PodIP:"172.20.209.29", PodIPs:[]v1.PodIP{v1.PodIP{IP:"172.20.209.29"}}, StartTime:time.Date(2022, time.September, 17, 5, 28, 17, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc000548070)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0005480e0)}, Ready:false, RestartCount:3, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-2", ImageID:"registry.k8s.io/e2e-test-images/busybox@sha256:c318242786b139d18676b1c09a0ad7f15fc17f8f16a5b2e625cd0dc8c9703daf", ContainerID:"containerd://d1efec9bde96f04e860a5b9ca8949c5b2a1c474a0cdf3e46623c17c2005e4f66", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc002b42760), 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-2", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc002b42740), 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.8", ImageID:"", ContainerID:"", Started:(*bool)(0xc00404e80f)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 17 05:28:57.752: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "init-container-1708" for this suite. 09/17/22 05:28:57.755 +{"msg":"PASSED [sig-node] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance]","completed":318,"skipped":5943,"failed":0} +------------------------------ +• [SLOW TEST] [40.737 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:333 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:17.02 + Sep 17 05:28:17.020: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename init-container 09/17/22 05:28:17.02 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:17.031 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:17.034 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:164 + [It] should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:333 + STEP: creating the pod 09/17/22 05:28:17.035 + Sep 17 05:28:17.035: INFO: PodSpec: initContainers in spec.initContainers + Sep 17 05:28:57.752: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-a2723077-e345-4a8f-8099-cb0d74ccdc6a", GenerateName:"", Namespace:"init-container-1708", SelfLink:"", UID:"9b2bb8e3-1c6c-4c79-93ac-ad55980b6c1c", ResourceVersion:"34915", Generation:0, CreationTimestamp:time.Date(2022, time.September, 17, 5, 28, 17, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"35714526"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"e2e.test", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 17, 5, 28, 17, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0052b0198), Subresource:""}, v1.ManagedFieldsEntry{Manager:"kubelet", Operation:"Update", APIVersion:"v1", Time:time.Date(2022, time.September, 17, 5, 28, 57, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0052b01c8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-dzrtn", 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)(0xc002b426e0), 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-2", 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)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-dzrtn", 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-2", 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)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-dzrtn", 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.8", 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"}}}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-dzrtn", 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)(0xc00404e6c8), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"10.254.0.18", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc0000eff10), 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)(0xc00404e750)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc00404e770)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc00404e778), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc00404e77c), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc003d477f0), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(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(2022, time.September, 17, 5, 28, 17, 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(2022, time.September, 17, 5, 28, 17, 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(2022, time.September, 17, 5, 28, 17, 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(2022, time.September, 17, 5, 28, 17, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"10.254.0.18", PodIP:"172.20.209.29", PodIPs:[]v1.PodIP{v1.PodIP{IP:"172.20.209.29"}}, StartTime:time.Date(2022, time.September, 17, 5, 28, 17, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc000548070)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc0005480e0)}, Ready:false, RestartCount:3, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-2", ImageID:"registry.k8s.io/e2e-test-images/busybox@sha256:c318242786b139d18676b1c09a0ad7f15fc17f8f16a5b2e625cd0dc8c9703daf", ContainerID:"containerd://d1efec9bde96f04e860a5b9ca8949c5b2a1c474a0cdf3e46623c17c2005e4f66", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc002b42760), 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-2", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc002b42740), 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.8", ImageID:"", ContainerID:"", Started:(*bool)(0xc00404e80f)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 17 05:28:57.752: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "init-container-1708" for this suite. 09/17/22 05:28:57.755 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-auth] ServiceAccounts + should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:28:57.757 +Sep 17 05:28:57.757: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename svcaccounts 09/17/22 05:28:57.758 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:57.767 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:57.769 +[It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 +STEP: Creating a pod to test service account token: 09/17/22 05:28:57.77 +Sep 17 05:28:57.773: INFO: Waiting up to 5m0s for pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a" in namespace "svcaccounts-3241" to be "Succeeded or Failed" +Sep 17 05:28:57.774: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.687697ms +Sep 17 05:28:59.776: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003527633s +Sep 17 05:29:01.778: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004993307s +STEP: Saw pod success 09/17/22 05:29:01.778 +Sep 17 05:29:01.778: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a" satisfied condition "Succeeded or Failed" +Sep 17 05:29:01.779: INFO: Trying to get logs from node 10.254.0.17 pod test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a container agnhost-container: +STEP: delete the pod 09/17/22 05:29:01.786 +Sep 17 05:29:01.790: INFO: Waiting for pod test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a to disappear +Sep 17 05:29:01.798: INFO: Pod test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a no longer exists +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 +Sep 17 05:29:01.798: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "svcaccounts-3241" for this suite. 09/17/22 05:29:01.799 +{"msg":"PASSED [sig-auth] ServiceAccounts should mount projected service account token [Conformance]","completed":319,"skipped":5947,"failed":0} +------------------------------ +• [4.045 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:28:57.757 + Sep 17 05:28:57.757: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename svcaccounts 09/17/22 05:28:57.758 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:28:57.767 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:28:57.769 + [It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:272 + STEP: Creating a pod to test service account token: 09/17/22 05:28:57.77 + Sep 17 05:28:57.773: INFO: Waiting up to 5m0s for pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a" in namespace "svcaccounts-3241" to be "Succeeded or Failed" + Sep 17 05:28:57.774: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.687697ms + Sep 17 05:28:59.776: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003527633s + Sep 17 05:29:01.778: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004993307s + STEP: Saw pod success 09/17/22 05:29:01.778 + Sep 17 05:29:01.778: INFO: Pod "test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a" satisfied condition "Succeeded or Failed" + Sep 17 05:29:01.779: INFO: Trying to get logs from node 10.254.0.17 pod test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a container agnhost-container: + STEP: delete the pod 09/17/22 05:29:01.786 + Sep 17 05:29:01.790: INFO: Waiting for pod test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a to disappear + Sep 17 05:29:01.798: INFO: Pod test-pod-b7c07d64-5aab-4ecb-bf7c-68d52efb592a no longer exists + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/framework.go:187 + Sep 17 05:29:01.798: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "svcaccounts-3241" for this suite. 09/17/22 05:29:01.799 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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:104 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:29:01.802 +Sep 17 05:29:01.802: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-probe 09/17/22 05:29:01.803 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:29:01.811 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:29:01.812 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 +[It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:104 +[AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 +Sep 17 05:30:01.827: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-probe-581" for this suite. 09/17/22 05:30:01.829 +{"msg":"PASSED [sig-node] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]","completed":320,"skipped":5959,"failed":0} +------------------------------ +• [SLOW TEST] [60.029 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:104 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:29:01.802 + Sep 17 05:29:01.802: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-probe 09/17/22 05:29:01.803 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:29:01.811 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:29:01.812 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:59 + [It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:104 + [AfterEach] [sig-node] Probing container + test/e2e/framework/framework.go:187 + Sep 17 05:30:01.827: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-probe-581" for this suite. 09/17/22 05:30:01.829 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] Pods + should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:01.832 +Sep 17 05:30:01.832: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 05:30:01.832 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:01.845 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:01.847 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 +STEP: creating pod 09/17/22 05:30:01.848 +Sep 17 05:30:01.851: INFO: Waiting up to 5m0s for pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479" in namespace "pods-7781" to be "running and ready" +Sep 17 05:30:01.853: INFO: Pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479": Phase="Pending", Reason="", readiness=false. Elapsed: 2.331741ms +Sep 17 05:30:01.853: INFO: The phase of Pod pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:30:03.856: INFO: Pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479": Phase="Running", Reason="", readiness=true. Elapsed: 2.005081391s +Sep 17 05:30:03.856: INFO: The phase of Pod pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479 is Running (Ready = true) +Sep 17 05:30:03.856: INFO: Pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479" satisfied condition "running and ready" +Sep 17 05:30:03.858: INFO: Pod pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479 has hostIP: 10.254.0.18 +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 05:30:03.858: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-7781" for this suite. 09/17/22 05:30:03.86 +{"msg":"PASSED [sig-node] Pods should get a host IP [NodeConformance] [Conformance]","completed":321,"skipped":5963,"failed":0} +------------------------------ +• [2.030 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:01.832 + Sep 17 05:30:01.832: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 05:30:01.832 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:01.845 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:01.847 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:203 + STEP: creating pod 09/17/22 05:30:01.848 + Sep 17 05:30:01.851: INFO: Waiting up to 5m0s for pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479" in namespace "pods-7781" to be "running and ready" + Sep 17 05:30:01.853: INFO: Pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479": Phase="Pending", Reason="", readiness=false. Elapsed: 2.331741ms + Sep 17 05:30:01.853: INFO: The phase of Pod pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:30:03.856: INFO: Pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479": Phase="Running", Reason="", readiness=true. Elapsed: 2.005081391s + Sep 17 05:30:03.856: INFO: The phase of Pod pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479 is Running (Ready = true) + Sep 17 05:30:03.856: INFO: Pod "pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479" satisfied condition "running and ready" + Sep 17 05:30:03.858: INFO: Pod pod-hostip-c6f0b04a-0dbb-4e40-9a18-9d1aac879479 has hostIP: 10.254.0.18 + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 05:30:03.858: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-7781" for this suite. 09/17/22 05:30:03.86 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:146 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:03.862 +Sep 17 05:30:03.862: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 05:30:03.862 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:03.87 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:03.872 +[It] should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:146 +STEP: Creating a pod to test emptydir 0777 on tmpfs 09/17/22 05:30:03.874 +Sep 17 05:30:03.877: INFO: Waiting up to 5m0s for pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455" in namespace "emptydir-3797" to be "Succeeded or Failed" +Sep 17 05:30:03.878: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455": Phase="Pending", Reason="", readiness=false. Elapsed: 1.198438ms +Sep 17 05:30:05.880: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003061576s +Sep 17 05:30:07.881: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003418277s +STEP: Saw pod success 09/17/22 05:30:07.881 +Sep 17 05:30:07.881: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455" satisfied condition "Succeeded or Failed" +Sep 17 05:30:07.882: INFO: Trying to get logs from node 10.254.0.17 pod pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455 container test-container: +STEP: delete the pod 09/17/22 05:30:07.884 +Sep 17 05:30:07.888: INFO: Waiting for pod pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455 to disappear +Sep 17 05:30:07.890: INFO: Pod pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 05:30:07.890: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-3797" for this suite. 09/17/22 05:30:07.892 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":322,"skipped":5963,"failed":0} +------------------------------ +• [4.032 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:146 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:03.862 + Sep 17 05:30:03.862: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 05:30:03.862 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:03.87 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:03.872 + [It] should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:146 + STEP: Creating a pod to test emptydir 0777 on tmpfs 09/17/22 05:30:03.874 + Sep 17 05:30:03.877: INFO: Waiting up to 5m0s for pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455" in namespace "emptydir-3797" to be "Succeeded or Failed" + Sep 17 05:30:03.878: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455": Phase="Pending", Reason="", readiness=false. Elapsed: 1.198438ms + Sep 17 05:30:05.880: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003061576s + Sep 17 05:30:07.881: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003418277s + STEP: Saw pod success 09/17/22 05:30:07.881 + Sep 17 05:30:07.881: INFO: Pod "pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455" satisfied condition "Succeeded or Failed" + Sep 17 05:30:07.882: INFO: Trying to get logs from node 10.254.0.17 pod pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455 container test-container: + STEP: delete the pod 09/17/22 05:30:07.884 + Sep 17 05:30:07.888: INFO: Waiting for pod pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455 to disappear + Sep 17 05:30:07.890: INFO: Pod pod-ebcfde11-a2f6-4375-b5c9-47ad7bd80455 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 05:30:07.890: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-3797" for this suite. 09/17/22 05:30:07.892 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:07.895 +Sep 17 05:30:07.895: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename sysctl 09/17/22 05:30:07.895 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:07.902 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:07.903 +[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 09/17/22 05:30:07.905 +STEP: Watching for error events or started pod 09/17/22 05:30:07.908 +STEP: Waiting for pod completion 09/17/22 05:30:09.911 +Sep 17 05:30:09.911: INFO: Waiting up to 3m0s for pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0" in namespace "sysctl-2556" to be "completed" +Sep 17 05:30:09.913: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0": Phase="Running", Reason="", readiness=true. Elapsed: 1.192873ms +Sep 17 05:30:11.915: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0": Phase="Running", Reason="", readiness=false. Elapsed: 2.003597168s +Sep 17 05:30:13.915: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00325245s +Sep 17 05:30:13.915: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0" satisfied condition "completed" +STEP: Checking that the pod succeeded 09/17/22 05:30:13.916 +STEP: Getting logs from the pod 09/17/22 05:30:13.916 +STEP: Checking that the sysctl is actually updated 09/17/22 05:30:13.925 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 +Sep 17 05:30:13.925: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "sysctl-2556" for this suite. 09/17/22 05:30:13.926 +{"msg":"PASSED [sig-node] Sysctls [LinuxOnly] [NodeConformance] should support sysctls [MinimumKubeletVersion:1.21] [Conformance]","completed":323,"skipped":5975,"failed":0} +------------------------------ +• [SLOW TEST] [6.034 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:07.895 + Sep 17 05:30:07.895: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename sysctl 09/17/22 05:30:07.895 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:07.902 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:07.903 + [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 09/17/22 05:30:07.905 + STEP: Watching for error events or started pod 09/17/22 05:30:07.908 + STEP: Waiting for pod completion 09/17/22 05:30:09.911 + Sep 17 05:30:09.911: INFO: Waiting up to 3m0s for pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0" in namespace "sysctl-2556" to be "completed" + Sep 17 05:30:09.913: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0": Phase="Running", Reason="", readiness=true. Elapsed: 1.192873ms + Sep 17 05:30:11.915: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0": Phase="Running", Reason="", readiness=false. Elapsed: 2.003597168s + Sep 17 05:30:13.915: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00325245s + Sep 17 05:30:13.915: INFO: Pod "sysctl-d585983b-54aa-48a4-a01a-5f1dec44dec0" satisfied condition "completed" + STEP: Checking that the pod succeeded 09/17/22 05:30:13.916 + STEP: Getting logs from the pod 09/17/22 05:30:13.916 + STEP: Checking that the sysctl is actually updated 09/17/22 05:30:13.925 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/framework.go:187 + Sep 17 05:30:13.925: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "sysctl-2556" for this suite. 09/17/22 05:30:13.926 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-node] Variable Expansion + should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:43 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:13.929 +Sep 17 05:30:13.929: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 05:30:13.93 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:13.937 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:13.94 +[It] should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:43 +STEP: Creating a pod to test env composition 09/17/22 05:30:13.941 +Sep 17 05:30:13.944: INFO: Waiting up to 5m0s for pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d" in namespace "var-expansion-2754" to be "Succeeded or Failed" +Sep 17 05:30:13.946: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.3371ms +Sep 17 05:30:15.949: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004946279s +Sep 17 05:30:17.948: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003985021s +STEP: Saw pod success 09/17/22 05:30:17.948 +Sep 17 05:30:17.948: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d" satisfied condition "Succeeded or Failed" +Sep 17 05:30:17.949: INFO: Trying to get logs from node 10.254.0.17 pod var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d container dapi-container: +STEP: delete the pod 09/17/22 05:30:17.952 +Sep 17 05:30:17.956: INFO: Waiting for pod var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d to disappear +Sep 17 05:30:17.960: INFO: Pod var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 05:30:17.960: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-2754" for this suite. 09/17/22 05:30:17.961 +{"msg":"PASSED [sig-node] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance]","completed":324,"skipped":5980,"failed":0} +------------------------------ +• [4.034 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:43 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:13.929 + Sep 17 05:30:13.929: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 05:30:13.93 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:13.937 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:13.94 + [It] should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:43 + STEP: Creating a pod to test env composition 09/17/22 05:30:13.941 + Sep 17 05:30:13.944: INFO: Waiting up to 5m0s for pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d" in namespace "var-expansion-2754" to be "Succeeded or Failed" + Sep 17 05:30:13.946: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.3371ms + Sep 17 05:30:15.949: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004946279s + Sep 17 05:30:17.948: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003985021s + STEP: Saw pod success 09/17/22 05:30:17.948 + Sep 17 05:30:17.948: INFO: Pod "var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d" satisfied condition "Succeeded or Failed" + Sep 17 05:30:17.949: INFO: Trying to get logs from node 10.254.0.17 pod var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d container dapi-container: + STEP: delete the pod 09/17/22 05:30:17.952 + Sep 17 05:30:17.956: INFO: Waiting for pod var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d to disappear + Sep 17 05:30:17.960: INFO: Pod var-expansion-8e9980ea-e9be-45e5-88fc-97aa5f0dd05d no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 05:30:17.960: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-2754" for this suite. 09/17/22 05:30:17.961 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:116 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:17.964 +Sep 17 05:30:17.964: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 05:30:17.965 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:17.975 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:17.977 +[It] should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:116 +STEP: Creating a pod to test emptydir 0777 on tmpfs 09/17/22 05:30:17.979 +Sep 17 05:30:17.982: INFO: Waiting up to 5m0s for pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a" in namespace "emptydir-1313" to be "Succeeded or Failed" +Sep 17 05:30:17.983: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.229707ms +Sep 17 05:30:19.985: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003870947s +Sep 17 05:30:21.985: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003128464s +STEP: Saw pod success 09/17/22 05:30:21.985 +Sep 17 05:30:21.985: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a" satisfied condition "Succeeded or Failed" +Sep 17 05:30:21.986: INFO: Trying to get logs from node 10.254.0.17 pod pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a container test-container: +STEP: delete the pod 09/17/22 05:30:21.988 +Sep 17 05:30:21.992: INFO: Waiting for pod pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a to disappear +Sep 17 05:30:21.993: INFO: Pod pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 05:30:21.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-1313" for this suite. 09/17/22 05:30:21.995 +{"msg":"PASSED [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]","completed":325,"skipped":5989,"failed":0} +------------------------------ +• [4.033 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:116 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:17.964 + Sep 17 05:30:17.964: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 05:30:17.965 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:17.975 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:17.977 + [It] should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:116 + STEP: Creating a pod to test emptydir 0777 on tmpfs 09/17/22 05:30:17.979 + Sep 17 05:30:17.982: INFO: Waiting up to 5m0s for pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a" in namespace "emptydir-1313" to be "Succeeded or Failed" + Sep 17 05:30:17.983: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.229707ms + Sep 17 05:30:19.985: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003870947s + Sep 17 05:30:21.985: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003128464s + STEP: Saw pod success 09/17/22 05:30:21.985 + Sep 17 05:30:21.985: INFO: Pod "pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a" satisfied condition "Succeeded or Failed" + Sep 17 05:30:21.986: INFO: Trying to get logs from node 10.254.0.17 pod pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a container test-container: + STEP: delete the pod 09/17/22 05:30:21.988 + Sep 17 05:30:21.992: INFO: Waiting for pod pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a to disappear + Sep 17 05:30:21.993: INFO: Pod pod-104d132a-ac88-4f4c-9f19-0bed44c3bd1a no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 05:30:21.993: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-1313" for this suite. 09/17/22 05:30:21.995 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Variable Expansion + should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:21.997 +Sep 17 05:30:21.997: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 05:30:21.998 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:22.007 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:22.008 +[It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 +Sep 17 05:30:22.012: INFO: Waiting up to 2m0s for pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" in namespace "var-expansion-2517" to be "container 0 failed with reason CreateContainerConfigError" +Sep 17 05:30:22.014: INFO: Pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719": Phase="Pending", Reason="", readiness=false. Elapsed: 2.356668ms +Sep 17 05:30:24.017: INFO: Pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004656747s +Sep 17 05:30:24.017: INFO: Pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Sep 17 05:30:24.017: INFO: Deleting pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" in namespace "var-expansion-2517" +Sep 17 05:30:24.019: INFO: Wait up to 5m0s for pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 05:30:26.022: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-2517" for this suite. 09/17/22 05:30:26.024 +{"msg":"PASSED [sig-node] Variable Expansion should fail substituting values in a volume subpath with backticks [Slow] [Conformance]","completed":326,"skipped":5989,"failed":0} +------------------------------ +• [4.029 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:151 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:21.997 + Sep 17 05:30:21.997: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 05:30:21.998 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:22.007 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:22.008 + [It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:151 + Sep 17 05:30:22.012: INFO: Waiting up to 2m0s for pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" in namespace "var-expansion-2517" to be "container 0 failed with reason CreateContainerConfigError" + Sep 17 05:30:22.014: INFO: Pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719": Phase="Pending", Reason="", readiness=false. Elapsed: 2.356668ms + Sep 17 05:30:24.017: INFO: Pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004656747s + Sep 17 05:30:24.017: INFO: Pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Sep 17 05:30:24.017: INFO: Deleting pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" in namespace "var-expansion-2517" + Sep 17 05:30:24.019: INFO: Wait up to 5m0s for pod "var-expansion-5494a6d0-ef8f-4105-94f7-d23a8718d719" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 05:30:26.022: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-2517" for this suite. 09/17/22 05:30:26.024 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:88 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:26.027 +Sep 17 05:30:26.027: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:30:26.028 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:26.036 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:26.038 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:88 +STEP: Creating configMap with name projected-configmap-test-volume-map-3f119d41-d4f5-41d2-85d6-d0d4f81ae5a3 09/17/22 05:30:26.039 +STEP: Creating a pod to test consume configMaps 09/17/22 05:30:26.041 +Sep 17 05:30:26.045: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16" in namespace "projected-6421" to be "Succeeded or Failed" +Sep 17 05:30:26.046: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16": Phase="Pending", Reason="", readiness=false. Elapsed: 1.310613ms +Sep 17 05:30:28.049: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004632096s +Sep 17 05:30:30.049: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004088409s +STEP: Saw pod success 09/17/22 05:30:30.049 +Sep 17 05:30:30.049: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16" satisfied condition "Succeeded or Failed" +Sep 17 05:30:30.050: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16 container agnhost-container: +STEP: delete the pod 09/17/22 05:30:30.053 +Sep 17 05:30:30.057: INFO: Waiting for pod pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16 to disappear +Sep 17 05:30:30.060: INFO: Pod pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 05:30:30.060: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-6421" for this suite. 09/17/22 05:30:30.062 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]","completed":327,"skipped":5995,"failed":0} +------------------------------ +• [4.036 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:88 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:26.027 + Sep 17 05:30:26.027: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:30:26.028 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:26.036 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:26.038 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:88 + STEP: Creating configMap with name projected-configmap-test-volume-map-3f119d41-d4f5-41d2-85d6-d0d4f81ae5a3 09/17/22 05:30:26.039 + STEP: Creating a pod to test consume configMaps 09/17/22 05:30:26.041 + Sep 17 05:30:26.045: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16" in namespace "projected-6421" to be "Succeeded or Failed" + Sep 17 05:30:26.046: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16": Phase="Pending", Reason="", readiness=false. Elapsed: 1.310613ms + Sep 17 05:30:28.049: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004632096s + Sep 17 05:30:30.049: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004088409s + STEP: Saw pod success 09/17/22 05:30:30.049 + Sep 17 05:30:30.049: INFO: Pod "pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16" satisfied condition "Succeeded or Failed" + Sep 17 05:30:30.050: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16 container agnhost-container: + STEP: delete the pod 09/17/22 05:30:30.053 + Sep 17 05:30:30.057: INFO: Waiting for pod pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16 to disappear + Sep 17 05:30:30.060: INFO: Pod pod-projected-configmaps-f06560af-77db-4224-a022-77e5c9bc6b16 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 05:30:30.060: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-6421" for this suite. 09/17/22 05:30:30.062 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:30.065 +Sep 17 05:30:30.065: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename gc 09/17/22 05:30:30.065 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:30.072 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:30.074 +[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 09/17/22 05:30:30.078 +STEP: create the rc2 09/17/22 05:30:30.079 +STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 09/17/22 05:30:35.117 +STEP: delete the rc simpletest-rc-to-be-deleted 09/17/22 05:30:37.118 +STEP: wait for the rc to be deleted 09/17/22 05:30:37.131 +Sep 17 05:30:42.173: INFO: 67 pods remaining +Sep 17 05:30:42.173: INFO: 67 pods has nil DeletionTimestamp +Sep 17 05:30:42.173: INFO: +STEP: Gathering metrics 09/17/22 05:30:47.137 +W0917 05:30:47.139719 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. +Sep 17 05:30:47.139: 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: + +Sep 17 05:30:47.139: INFO: Deleting pod "simpletest-rc-to-be-deleted-26trh" in namespace "gc-7907" +Sep 17 05:30:47.145: INFO: Deleting pod "simpletest-rc-to-be-deleted-2hqr4" in namespace "gc-7907" +Sep 17 05:30:47.149: INFO: Deleting pod "simpletest-rc-to-be-deleted-2pttn" in namespace "gc-7907" +Sep 17 05:30:47.154: INFO: Deleting pod "simpletest-rc-to-be-deleted-4k8vz" in namespace "gc-7907" +Sep 17 05:30:47.170: INFO: Deleting pod "simpletest-rc-to-be-deleted-4lz5d" in namespace "gc-7907" +Sep 17 05:30:47.179: INFO: Deleting pod "simpletest-rc-to-be-deleted-4q9wk" in namespace "gc-7907" +Sep 17 05:30:47.194: INFO: Deleting pod "simpletest-rc-to-be-deleted-4vvjz" in namespace "gc-7907" +Sep 17 05:30:47.206: INFO: Deleting pod "simpletest-rc-to-be-deleted-59s5s" in namespace "gc-7907" +Sep 17 05:30:47.211: INFO: Deleting pod "simpletest-rc-to-be-deleted-5tqmj" in namespace "gc-7907" +Sep 17 05:30:47.220: INFO: Deleting pod "simpletest-rc-to-be-deleted-628nv" in namespace "gc-7907" +Sep 17 05:30:47.229: INFO: Deleting pod "simpletest-rc-to-be-deleted-6b9tw" in namespace "gc-7907" +Sep 17 05:30:47.238: INFO: Deleting pod "simpletest-rc-to-be-deleted-6bwh2" in namespace "gc-7907" +Sep 17 05:30:47.247: INFO: Deleting pod "simpletest-rc-to-be-deleted-74k8q" in namespace "gc-7907" +Sep 17 05:30:47.263: INFO: Deleting pod "simpletest-rc-to-be-deleted-775qh" in namespace "gc-7907" +Sep 17 05:30:47.270: INFO: Deleting pod "simpletest-rc-to-be-deleted-77qxk" in namespace "gc-7907" +Sep 17 05:30:47.276: INFO: Deleting pod "simpletest-rc-to-be-deleted-78ssv" in namespace "gc-7907" +Sep 17 05:30:47.289: INFO: Deleting pod "simpletest-rc-to-be-deleted-7ddsj" in namespace "gc-7907" +Sep 17 05:30:47.296: INFO: Deleting pod "simpletest-rc-to-be-deleted-7jvk4" in namespace "gc-7907" +Sep 17 05:30:47.305: INFO: Deleting pod "simpletest-rc-to-be-deleted-7mzxx" in namespace "gc-7907" +Sep 17 05:30:47.309: INFO: Deleting pod "simpletest-rc-to-be-deleted-7sgn2" in namespace "gc-7907" +Sep 17 05:30:47.333: INFO: Deleting pod "simpletest-rc-to-be-deleted-84j8t" in namespace "gc-7907" +Sep 17 05:30:47.343: INFO: Deleting pod "simpletest-rc-to-be-deleted-8g7l8" in namespace "gc-7907" +Sep 17 05:30:47.350: INFO: Deleting pod "simpletest-rc-to-be-deleted-8vm9n" in namespace "gc-7907" +Sep 17 05:30:47.371: INFO: Deleting pod "simpletest-rc-to-be-deleted-8zhjt" in namespace "gc-7907" +Sep 17 05:30:47.380: INFO: Deleting pod "simpletest-rc-to-be-deleted-8zrxx" in namespace "gc-7907" +Sep 17 05:30:47.391: INFO: Deleting pod "simpletest-rc-to-be-deleted-94bsb" in namespace "gc-7907" +Sep 17 05:30:47.401: INFO: Deleting pod "simpletest-rc-to-be-deleted-98p9f" in namespace "gc-7907" +Sep 17 05:30:47.423: INFO: Deleting pod "simpletest-rc-to-be-deleted-9ndmd" in namespace "gc-7907" +Sep 17 05:30:47.430: INFO: Deleting pod "simpletest-rc-to-be-deleted-bl5s9" in namespace "gc-7907" +Sep 17 05:30:47.476: INFO: Deleting pod "simpletest-rc-to-be-deleted-bvjs4" in namespace "gc-7907" +Sep 17 05:30:47.487: INFO: Deleting pod "simpletest-rc-to-be-deleted-c7zwk" in namespace "gc-7907" +Sep 17 05:30:47.503: INFO: Deleting pod "simpletest-rc-to-be-deleted-c9ts7" in namespace "gc-7907" +Sep 17 05:30:47.515: INFO: Deleting pod "simpletest-rc-to-be-deleted-cb6xj" in namespace "gc-7907" +Sep 17 05:30:47.538: INFO: Deleting pod "simpletest-rc-to-be-deleted-cdwrs" in namespace "gc-7907" +Sep 17 05:30:47.562: INFO: Deleting pod "simpletest-rc-to-be-deleted-cl59b" in namespace "gc-7907" +Sep 17 05:30:47.570: INFO: Deleting pod "simpletest-rc-to-be-deleted-cw8ht" in namespace "gc-7907" +Sep 17 05:30:47.591: INFO: Deleting pod "simpletest-rc-to-be-deleted-cx47m" in namespace "gc-7907" +Sep 17 05:30:47.616: INFO: Deleting pod "simpletest-rc-to-be-deleted-df7r7" in namespace "gc-7907" +Sep 17 05:30:47.627: INFO: Deleting pod "simpletest-rc-to-be-deleted-dgdt6" in namespace "gc-7907" +Sep 17 05:30:47.635: INFO: Deleting pod "simpletest-rc-to-be-deleted-dhk6v" in namespace "gc-7907" +Sep 17 05:30:47.643: INFO: Deleting pod "simpletest-rc-to-be-deleted-dlvff" in namespace "gc-7907" +Sep 17 05:30:47.659: INFO: Deleting pod "simpletest-rc-to-be-deleted-dmzlh" in namespace "gc-7907" +Sep 17 05:30:47.667: INFO: Deleting pod "simpletest-rc-to-be-deleted-fpxxp" in namespace "gc-7907" +Sep 17 05:30:47.675: INFO: Deleting pod "simpletest-rc-to-be-deleted-fwj6l" in namespace "gc-7907" +Sep 17 05:30:47.683: INFO: Deleting pod "simpletest-rc-to-be-deleted-g2ttm" in namespace "gc-7907" +Sep 17 05:30:47.691: INFO: Deleting pod "simpletest-rc-to-be-deleted-gd5nr" in namespace "gc-7907" +Sep 17 05:30:47.701: INFO: Deleting pod "simpletest-rc-to-be-deleted-grw4r" in namespace "gc-7907" +Sep 17 05:30:47.711: INFO: Deleting pod "simpletest-rc-to-be-deleted-h6wpw" in namespace "gc-7907" +Sep 17 05:30:47.725: INFO: Deleting pod "simpletest-rc-to-be-deleted-h7j2b" in namespace "gc-7907" +Sep 17 05:30:47.747: INFO: Deleting pod "simpletest-rc-to-be-deleted-h9pkx" in namespace "gc-7907" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 +Sep 17 05:30:47.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "gc-7907" for this suite. 09/17/22 05:30:47.767 +{"msg":"PASSED [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]","completed":328,"skipped":6002,"failed":0} +------------------------------ +• [SLOW TEST] [17.709 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:30.065 + Sep 17 05:30:30.065: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename gc 09/17/22 05:30:30.065 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:30.072 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:30.074 + [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 09/17/22 05:30:30.078 + STEP: create the rc2 09/17/22 05:30:30.079 + STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 09/17/22 05:30:35.117 + STEP: delete the rc simpletest-rc-to-be-deleted 09/17/22 05:30:37.118 + STEP: wait for the rc to be deleted 09/17/22 05:30:37.131 + Sep 17 05:30:42.173: INFO: 67 pods remaining + Sep 17 05:30:42.173: INFO: 67 pods has nil DeletionTimestamp + Sep 17 05:30:42.173: INFO: + STEP: Gathering metrics 09/17/22 05:30:47.137 + W0917 05:30:47.139719 20 metrics_grabber.go:151] Can't find kube-controller-manager pod. Grabbing metrics from kube-controller-manager is disabled. + Sep 17 05:30:47.139: 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: + + Sep 17 05:30:47.139: INFO: Deleting pod "simpletest-rc-to-be-deleted-26trh" in namespace "gc-7907" + Sep 17 05:30:47.145: INFO: Deleting pod "simpletest-rc-to-be-deleted-2hqr4" in namespace "gc-7907" + Sep 17 05:30:47.149: INFO: Deleting pod "simpletest-rc-to-be-deleted-2pttn" in namespace "gc-7907" + Sep 17 05:30:47.154: INFO: Deleting pod "simpletest-rc-to-be-deleted-4k8vz" in namespace "gc-7907" + Sep 17 05:30:47.170: INFO: Deleting pod "simpletest-rc-to-be-deleted-4lz5d" in namespace "gc-7907" + Sep 17 05:30:47.179: INFO: Deleting pod "simpletest-rc-to-be-deleted-4q9wk" in namespace "gc-7907" + Sep 17 05:30:47.194: INFO: Deleting pod "simpletest-rc-to-be-deleted-4vvjz" in namespace "gc-7907" + Sep 17 05:30:47.206: INFO: Deleting pod "simpletest-rc-to-be-deleted-59s5s" in namespace "gc-7907" + Sep 17 05:30:47.211: INFO: Deleting pod "simpletest-rc-to-be-deleted-5tqmj" in namespace "gc-7907" + Sep 17 05:30:47.220: INFO: Deleting pod "simpletest-rc-to-be-deleted-628nv" in namespace "gc-7907" + Sep 17 05:30:47.229: INFO: Deleting pod "simpletest-rc-to-be-deleted-6b9tw" in namespace "gc-7907" + Sep 17 05:30:47.238: INFO: Deleting pod "simpletest-rc-to-be-deleted-6bwh2" in namespace "gc-7907" + Sep 17 05:30:47.247: INFO: Deleting pod "simpletest-rc-to-be-deleted-74k8q" in namespace "gc-7907" + Sep 17 05:30:47.263: INFO: Deleting pod "simpletest-rc-to-be-deleted-775qh" in namespace "gc-7907" + Sep 17 05:30:47.270: INFO: Deleting pod "simpletest-rc-to-be-deleted-77qxk" in namespace "gc-7907" + Sep 17 05:30:47.276: INFO: Deleting pod "simpletest-rc-to-be-deleted-78ssv" in namespace "gc-7907" + Sep 17 05:30:47.289: INFO: Deleting pod "simpletest-rc-to-be-deleted-7ddsj" in namespace "gc-7907" + Sep 17 05:30:47.296: INFO: Deleting pod "simpletest-rc-to-be-deleted-7jvk4" in namespace "gc-7907" + Sep 17 05:30:47.305: INFO: Deleting pod "simpletest-rc-to-be-deleted-7mzxx" in namespace "gc-7907" + Sep 17 05:30:47.309: INFO: Deleting pod "simpletest-rc-to-be-deleted-7sgn2" in namespace "gc-7907" + Sep 17 05:30:47.333: INFO: Deleting pod "simpletest-rc-to-be-deleted-84j8t" in namespace "gc-7907" + Sep 17 05:30:47.343: INFO: Deleting pod "simpletest-rc-to-be-deleted-8g7l8" in namespace "gc-7907" + Sep 17 05:30:47.350: INFO: Deleting pod "simpletest-rc-to-be-deleted-8vm9n" in namespace "gc-7907" + Sep 17 05:30:47.371: INFO: Deleting pod "simpletest-rc-to-be-deleted-8zhjt" in namespace "gc-7907" + Sep 17 05:30:47.380: INFO: Deleting pod "simpletest-rc-to-be-deleted-8zrxx" in namespace "gc-7907" + Sep 17 05:30:47.391: INFO: Deleting pod "simpletest-rc-to-be-deleted-94bsb" in namespace "gc-7907" + Sep 17 05:30:47.401: INFO: Deleting pod "simpletest-rc-to-be-deleted-98p9f" in namespace "gc-7907" + Sep 17 05:30:47.423: INFO: Deleting pod "simpletest-rc-to-be-deleted-9ndmd" in namespace "gc-7907" + Sep 17 05:30:47.430: INFO: Deleting pod "simpletest-rc-to-be-deleted-bl5s9" in namespace "gc-7907" + Sep 17 05:30:47.476: INFO: Deleting pod "simpletest-rc-to-be-deleted-bvjs4" in namespace "gc-7907" + Sep 17 05:30:47.487: INFO: Deleting pod "simpletest-rc-to-be-deleted-c7zwk" in namespace "gc-7907" + Sep 17 05:30:47.503: INFO: Deleting pod "simpletest-rc-to-be-deleted-c9ts7" in namespace "gc-7907" + Sep 17 05:30:47.515: INFO: Deleting pod "simpletest-rc-to-be-deleted-cb6xj" in namespace "gc-7907" + Sep 17 05:30:47.538: INFO: Deleting pod "simpletest-rc-to-be-deleted-cdwrs" in namespace "gc-7907" + Sep 17 05:30:47.562: INFO: Deleting pod "simpletest-rc-to-be-deleted-cl59b" in namespace "gc-7907" + Sep 17 05:30:47.570: INFO: Deleting pod "simpletest-rc-to-be-deleted-cw8ht" in namespace "gc-7907" + Sep 17 05:30:47.591: INFO: Deleting pod "simpletest-rc-to-be-deleted-cx47m" in namespace "gc-7907" + Sep 17 05:30:47.616: INFO: Deleting pod "simpletest-rc-to-be-deleted-df7r7" in namespace "gc-7907" + Sep 17 05:30:47.627: INFO: Deleting pod "simpletest-rc-to-be-deleted-dgdt6" in namespace "gc-7907" + Sep 17 05:30:47.635: INFO: Deleting pod "simpletest-rc-to-be-deleted-dhk6v" in namespace "gc-7907" + Sep 17 05:30:47.643: INFO: Deleting pod "simpletest-rc-to-be-deleted-dlvff" in namespace "gc-7907" + Sep 17 05:30:47.659: INFO: Deleting pod "simpletest-rc-to-be-deleted-dmzlh" in namespace "gc-7907" + Sep 17 05:30:47.667: INFO: Deleting pod "simpletest-rc-to-be-deleted-fpxxp" in namespace "gc-7907" + Sep 17 05:30:47.675: INFO: Deleting pod "simpletest-rc-to-be-deleted-fwj6l" in namespace "gc-7907" + Sep 17 05:30:47.683: INFO: Deleting pod "simpletest-rc-to-be-deleted-g2ttm" in namespace "gc-7907" + Sep 17 05:30:47.691: INFO: Deleting pod "simpletest-rc-to-be-deleted-gd5nr" in namespace "gc-7907" + Sep 17 05:30:47.701: INFO: Deleting pod "simpletest-rc-to-be-deleted-grw4r" in namespace "gc-7907" + Sep 17 05:30:47.711: INFO: Deleting pod "simpletest-rc-to-be-deleted-h6wpw" in namespace "gc-7907" + Sep 17 05:30:47.725: INFO: Deleting pod "simpletest-rc-to-be-deleted-h7j2b" in namespace "gc-7907" + Sep 17 05:30:47.747: INFO: Deleting pod "simpletest-rc-to-be-deleted-h9pkx" in namespace "gc-7907" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/framework.go:187 + Sep 17 05:30:47.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "gc-7907" for this suite. 09/17/22 05:30:47.767 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:156 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:47.777 +Sep 17 05:30:47.782: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename emptydir 09/17/22 05:30:47.783 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:47.819 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:47.836 +[It] volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:156 +STEP: Creating a pod to test emptydir volume type on node default medium 09/17/22 05:30:47.841 +Sep 17 05:30:47.846: INFO: Waiting up to 5m0s for pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8" in namespace "emptydir-7049" to be "Succeeded or Failed" +Sep 17 05:30:47.851: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.712297ms +Sep 17 05:30:49.855: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008426913s +Sep 17 05:30:51.856: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.00993481s +Sep 17 05:30:53.854: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.007515562s +STEP: Saw pod success 09/17/22 05:30:53.854 +Sep 17 05:30:53.854: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8" satisfied condition "Succeeded or Failed" +Sep 17 05:30:53.855: INFO: Trying to get logs from node 10.254.0.17 pod pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8 container test-container: +STEP: delete the pod 09/17/22 05:30:53.858 +Sep 17 05:30:53.862: INFO: Waiting for pod pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8 to disappear +Sep 17 05:30:53.872: INFO: Pod pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 +Sep 17 05:30:53.872: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "emptydir-7049" for this suite. 09/17/22 05:30:53.874 +{"msg":"PASSED [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]","completed":329,"skipped":6012,"failed":0} +------------------------------ +• [SLOW TEST] [6.099 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:156 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:47.777 + Sep 17 05:30:47.782: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename emptydir 09/17/22 05:30:47.783 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:47.819 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:47.836 + [It] volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:156 + STEP: Creating a pod to test emptydir volume type on node default medium 09/17/22 05:30:47.841 + Sep 17 05:30:47.846: INFO: Waiting up to 5m0s for pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8" in namespace "emptydir-7049" to be "Succeeded or Failed" + Sep 17 05:30:47.851: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.712297ms + Sep 17 05:30:49.855: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008426913s + Sep 17 05:30:51.856: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.00993481s + Sep 17 05:30:53.854: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.007515562s + STEP: Saw pod success 09/17/22 05:30:53.854 + Sep 17 05:30:53.854: INFO: Pod "pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8" satisfied condition "Succeeded or Failed" + Sep 17 05:30:53.855: INFO: Trying to get logs from node 10.254.0.17 pod pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8 container test-container: + STEP: delete the pod 09/17/22 05:30:53.858 + Sep 17 05:30:53.862: INFO: Waiting for pod pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8 to disappear + Sep 17 05:30:53.872: INFO: Pod pod-6db95f1f-6afe-48f1-b9a3-3ba2cf71b7b8 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/framework.go:187 + Sep 17 05:30:53.872: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "emptydir-7049" for this suite. 09/17/22 05:30:53.874 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] EndpointSlice + should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:65 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:53.877 +Sep 17 05:30:53.877: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename endpointslice 09/17/22 05:30:53.877 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:53.886 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:53.888 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 +[It] should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:65 +Sep 17 05:30:53.892: INFO: Endpoints addresses: [10.254.0.16] , ports: [6443] +Sep 17 05:30:53.892: INFO: EndpointSlices addresses: [10.254.0.16] , ports: [6443] +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 +Sep 17 05:30:53.892: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "endpointslice-6526" for this suite. 09/17/22 05:30:53.893 +{"msg":"PASSED [sig-network] EndpointSlice should have Endpoints and EndpointSlices pointing to API Server [Conformance]","completed":330,"skipped":6029,"failed":0} +------------------------------ +• [0.018 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:65 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:53.877 + Sep 17 05:30:53.877: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename endpointslice 09/17/22 05:30:53.877 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:53.886 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:53.888 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:51 + [It] should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:65 + Sep 17 05:30:53.892: INFO: Endpoints addresses: [10.254.0.16] , ports: [6443] + Sep 17 05:30:53.892: INFO: EndpointSlices addresses: [10.254.0.16] , ports: [6443] + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/framework.go:187 + Sep 17 05:30:53.892: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "endpointslice-6526" for this suite. 09/17/22 05:30:53.893 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] DisruptionController + should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:53.896 +Sep 17 05:30:53.897: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename disruption 09/17/22 05:30:53.897 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:53.904 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:53.906 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 +[It] should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 +STEP: creating the pdb 09/17/22 05:30:53.907 +STEP: Waiting for the pdb to be processed 09/17/22 05:30:53.911 +STEP: updating the pdb 09/17/22 05:30:55.914 +STEP: Waiting for the pdb to be processed 09/17/22 05:30:55.917 +STEP: patching the pdb 09/17/22 05:30:57.921 +STEP: Waiting for the pdb to be processed 09/17/22 05:30:57.924 +STEP: Waiting for the pdb to be deleted 09/17/22 05:30:59.93 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 +Sep 17 05:30:59.932: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "disruption-9043" for this suite. 09/17/22 05:30:59.933 +{"msg":"PASSED [sig-apps] DisruptionController should create a PodDisruptionBudget [Conformance]","completed":331,"skipped":6059,"failed":0} +------------------------------ +• [SLOW TEST] [6.039 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:53.896 + Sep 17 05:30:53.897: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename disruption 09/17/22 05:30:53.897 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:53.904 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:53.906 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:71 + [It] should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:107 + STEP: creating the pdb 09/17/22 05:30:53.907 + STEP: Waiting for the pdb to be processed 09/17/22 05:30:53.911 + STEP: updating the pdb 09/17/22 05:30:55.914 + STEP: Waiting for the pdb to be processed 09/17/22 05:30:55.917 + STEP: patching the pdb 09/17/22 05:30:57.921 + STEP: Waiting for the pdb to be processed 09/17/22 05:30:57.924 + STEP: Waiting for the pdb to be deleted 09/17/22 05:30:59.93 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/framework.go:187 + Sep 17 05:30:59.932: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "disruption-9043" for this suite. 09/17/22 05:30:59.933 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[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:66 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:30:59.936 +Sep 17 05:30:59.936: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:30:59.937 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:59.946 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:59.948 +[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:66 +STEP: Creating projection with secret that has name projected-secret-test-8be4c0d5-2758-48df-800b-dae854d5f5f2 09/17/22 05:30:59.95 +STEP: Creating a pod to test consume secrets 09/17/22 05:30:59.951 +Sep 17 05:30:59.956: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667" in namespace "projected-4102" to be "Succeeded or Failed" +Sep 17 05:30:59.959: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667": Phase="Pending", Reason="", readiness=false. Elapsed: 3.117405ms +Sep 17 05:31:01.962: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005556651s +Sep 17 05:31:03.962: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005487617s +STEP: Saw pod success 09/17/22 05:31:03.962 +Sep 17 05:31:03.962: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667" satisfied condition "Succeeded or Failed" +Sep 17 05:31:03.963: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667 container projected-secret-volume-test: +STEP: delete the pod 09/17/22 05:31:03.966 +Sep 17 05:31:03.972: INFO: Waiting for pod pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667 to disappear +Sep 17 05:31:03.982: INFO: Pod pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 +Sep 17 05:31:03.982: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-4102" for this suite. 09/17/22 05:31:03.984 +{"msg":"PASSED [sig-storage] Projected secret should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]","completed":332,"skipped":6067,"failed":0} +------------------------------ +• [4.050 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:66 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:30:59.936 + Sep 17 05:30:59.936: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:30:59.937 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:30:59.946 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:30:59.948 + [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:66 + STEP: Creating projection with secret that has name projected-secret-test-8be4c0d5-2758-48df-800b-dae854d5f5f2 09/17/22 05:30:59.95 + STEP: Creating a pod to test consume secrets 09/17/22 05:30:59.951 + Sep 17 05:30:59.956: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667" in namespace "projected-4102" to be "Succeeded or Failed" + Sep 17 05:30:59.959: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667": Phase="Pending", Reason="", readiness=false. Elapsed: 3.117405ms + Sep 17 05:31:01.962: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005556651s + Sep 17 05:31:03.962: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.005487617s + STEP: Saw pod success 09/17/22 05:31:03.962 + Sep 17 05:31:03.962: INFO: Pod "pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667" satisfied condition "Succeeded or Failed" + Sep 17 05:31:03.963: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667 container projected-secret-volume-test: + STEP: delete the pod 09/17/22 05:31:03.966 + Sep 17 05:31:03.972: INFO: Waiting for pod pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667 to disappear + Sep 17 05:31:03.982: INFO: Pod pod-projected-secrets-f87541c9-5fe4-4883-8a49-7b9eb75c5667 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/framework.go:187 + Sep 17 05:31:03.982: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-4102" for this suite. 09/17/22 05:31:03.984 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl run pod + should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:03.988 +Sep 17 05:31:03.988: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename kubectl 09/17/22 05:31:03.988 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:04.001 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:04.005 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 +[BeforeEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1698 +[It] should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/17/22 05:31:04.006 +Sep 17 05:31:04.006: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5549 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2' +Sep 17 05:31:04.052: INFO: stderr: "" +Sep 17 05:31:04.052: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod was created 09/17/22 05:31:04.052 +[AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1702 +Sep 17 05:31:04.056: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5549 delete pods e2e-test-httpd-pod' +Sep 17 05:31:06.192: INFO: stderr: "" +Sep 17 05:31:06.192: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 +Sep 17 05:31:06.192: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "kubectl-5549" for this suite. 09/17/22 05:31:06.193 +{"msg":"PASSED [sig-cli] Kubectl client Kubectl run pod should create a pod from an image when restart is Never [Conformance]","completed":333,"skipped":6108,"failed":0} +------------------------------ +• [2.208 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl run pod + test/e2e/kubectl/kubectl.go:1695 + should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:03.988 + Sep 17 05:31:03.988: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename kubectl 09/17/22 05:31:03.988 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:04.001 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:04.005 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:272 + [BeforeEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1698 + [It] should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1711 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-2 09/17/22 05:31:04.006 + Sep 17 05:31:04.006: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5549 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-2' + Sep 17 05:31:04.052: INFO: stderr: "" + Sep 17 05:31:04.052: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod was created 09/17/22 05:31:04.052 + [AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1702 + Sep 17 05:31:04.056: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=kubectl-5549 delete pods e2e-test-httpd-pod' + Sep 17 05:31:06.192: INFO: stderr: "" + Sep 17 05:31:06.192: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/framework.go:187 + Sep 17 05:31:06.192: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "kubectl-5549" for this suite. 09/17/22 05:31:06.193 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:108 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:06.197 +Sep 17 05:31:06.197: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:31:06.197 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:06.206 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:06.208 +[It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:108 +STEP: Creating configMap with name projected-configmap-test-volume-map-fa420edf-5ab6-44c4-9c2e-c1a078ef8317 09/17/22 05:31:06.209 +STEP: Creating a pod to test consume configMaps 09/17/22 05:31:06.211 +Sep 17 05:31:06.213: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1" in namespace "projected-3790" to be "Succeeded or Failed" +Sep 17 05:31:06.215: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.541745ms +Sep 17 05:31:08.218: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004254163s +Sep 17 05:31:10.218: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004283631s +STEP: Saw pod success 09/17/22 05:31:10.218 +Sep 17 05:31:10.218: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1" satisfied condition "Succeeded or Failed" +Sep 17 05:31:10.219: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1 container agnhost-container: +STEP: delete the pod 09/17/22 05:31:10.221 +Sep 17 05:31:10.225: INFO: Waiting for pod pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1 to disappear +Sep 17 05:31:10.227: INFO: Pod pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 +Sep 17 05:31:10.227: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-3790" for this suite. 09/17/22 05:31:10.228 +{"msg":"PASSED [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]","completed":334,"skipped":6133,"failed":0} +------------------------------ +• [4.034 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:108 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:06.197 + Sep 17 05:31:06.197: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:31:06.197 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:06.206 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:06.208 + [It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:108 + STEP: Creating configMap with name projected-configmap-test-volume-map-fa420edf-5ab6-44c4-9c2e-c1a078ef8317 09/17/22 05:31:06.209 + STEP: Creating a pod to test consume configMaps 09/17/22 05:31:06.211 + Sep 17 05:31:06.213: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1" in namespace "projected-3790" to be "Succeeded or Failed" + Sep 17 05:31:06.215: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.541745ms + Sep 17 05:31:08.218: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004254163s + Sep 17 05:31:10.218: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004283631s + STEP: Saw pod success 09/17/22 05:31:10.218 + Sep 17 05:31:10.218: INFO: Pod "pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1" satisfied condition "Succeeded or Failed" + Sep 17 05:31:10.219: INFO: Trying to get logs from node 10.254.0.17 pod pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1 container agnhost-container: + STEP: delete the pod 09/17/22 05:31:10.221 + Sep 17 05:31:10.225: INFO: Waiting for pod pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1 to disappear + Sep 17 05:31:10.227: INFO: Pod pod-projected-configmaps-d76886b1-d12a-42e8-8282-96223725d0f1 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/framework.go:187 + Sep 17 05:31:10.227: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-3790" for this suite. 09/17/22 05:31:10.228 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-api-machinery] Discovery + should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 +[BeforeEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:10.232 +Sep 17 05:31:10.232: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename discovery 09/17/22 05:31:10.232 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:10.24 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:10.243 +[BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 +STEP: Setting up server cert 09/17/22 05:31:10.245 +[It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 +Sep 17 05:31:10.633: INFO: Checking APIGroup: apiregistration.k8s.io +Sep 17 05:31:10.634: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 +Sep 17 05:31:10.634: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] +Sep 17 05:31:10.634: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 +Sep 17 05:31:10.634: INFO: Checking APIGroup: apps +Sep 17 05:31:10.634: INFO: PreferredVersion.GroupVersion: apps/v1 +Sep 17 05:31:10.634: INFO: Versions found [{apps/v1 v1}] +Sep 17 05:31:10.634: INFO: apps/v1 matches apps/v1 +Sep 17 05:31:10.634: INFO: Checking APIGroup: events.k8s.io +Sep 17 05:31:10.634: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 +Sep 17 05:31:10.634: INFO: Versions found [{events.k8s.io/v1 v1}] +Sep 17 05:31:10.634: INFO: events.k8s.io/v1 matches events.k8s.io/v1 +Sep 17 05:31:10.634: INFO: Checking APIGroup: authentication.k8s.io +Sep 17 05:31:10.635: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 +Sep 17 05:31:10.635: INFO: Versions found [{authentication.k8s.io/v1 v1}] +Sep 17 05:31:10.635: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 +Sep 17 05:31:10.635: INFO: Checking APIGroup: authorization.k8s.io +Sep 17 05:31:10.635: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 +Sep 17 05:31:10.635: INFO: Versions found [{authorization.k8s.io/v1 v1}] +Sep 17 05:31:10.635: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 +Sep 17 05:31:10.635: INFO: Checking APIGroup: autoscaling +Sep 17 05:31:10.636: INFO: PreferredVersion.GroupVersion: autoscaling/v2 +Sep 17 05:31:10.636: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1} {autoscaling/v2beta2 v2beta2}] +Sep 17 05:31:10.636: INFO: autoscaling/v2 matches autoscaling/v2 +Sep 17 05:31:10.636: INFO: Checking APIGroup: batch +Sep 17 05:31:10.636: INFO: PreferredVersion.GroupVersion: batch/v1 +Sep 17 05:31:10.636: INFO: Versions found [{batch/v1 v1}] +Sep 17 05:31:10.636: INFO: batch/v1 matches batch/v1 +Sep 17 05:31:10.636: INFO: Checking APIGroup: certificates.k8s.io +Sep 17 05:31:10.636: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 +Sep 17 05:31:10.636: INFO: Versions found [{certificates.k8s.io/v1 v1}] +Sep 17 05:31:10.636: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 +Sep 17 05:31:10.636: INFO: Checking APIGroup: networking.k8s.io +Sep 17 05:31:10.637: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 +Sep 17 05:31:10.637: INFO: Versions found [{networking.k8s.io/v1 v1}] +Sep 17 05:31:10.637: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 +Sep 17 05:31:10.637: INFO: Checking APIGroup: policy +Sep 17 05:31:10.637: INFO: PreferredVersion.GroupVersion: policy/v1 +Sep 17 05:31:10.637: INFO: Versions found [{policy/v1 v1}] +Sep 17 05:31:10.637: INFO: policy/v1 matches policy/v1 +Sep 17 05:31:10.637: INFO: Checking APIGroup: rbac.authorization.k8s.io +Sep 17 05:31:10.638: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 +Sep 17 05:31:10.638: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] +Sep 17 05:31:10.638: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 +Sep 17 05:31:10.638: INFO: Checking APIGroup: storage.k8s.io +Sep 17 05:31:10.638: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 +Sep 17 05:31:10.638: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] +Sep 17 05:31:10.638: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 +Sep 17 05:31:10.638: INFO: Checking APIGroup: admissionregistration.k8s.io +Sep 17 05:31:10.638: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 +Sep 17 05:31:10.638: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] +Sep 17 05:31:10.638: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 +Sep 17 05:31:10.638: INFO: Checking APIGroup: apiextensions.k8s.io +Sep 17 05:31:10.639: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 +Sep 17 05:31:10.639: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] +Sep 17 05:31:10.639: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 +Sep 17 05:31:10.639: INFO: Checking APIGroup: scheduling.k8s.io +Sep 17 05:31:10.639: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 +Sep 17 05:31:10.639: INFO: Versions found [{scheduling.k8s.io/v1 v1}] +Sep 17 05:31:10.639: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 +Sep 17 05:31:10.639: INFO: Checking APIGroup: coordination.k8s.io +Sep 17 05:31:10.639: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 +Sep 17 05:31:10.639: INFO: Versions found [{coordination.k8s.io/v1 v1}] +Sep 17 05:31:10.639: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 +Sep 17 05:31:10.639: INFO: Checking APIGroup: node.k8s.io +Sep 17 05:31:10.640: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 +Sep 17 05:31:10.640: INFO: Versions found [{node.k8s.io/v1 v1}] +Sep 17 05:31:10.640: INFO: node.k8s.io/v1 matches node.k8s.io/v1 +Sep 17 05:31:10.640: INFO: Checking APIGroup: discovery.k8s.io +Sep 17 05:31:10.640: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 +Sep 17 05:31:10.640: INFO: Versions found [{discovery.k8s.io/v1 v1}] +Sep 17 05:31:10.640: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 +Sep 17 05:31:10.640: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io +Sep 17 05:31:10.640: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta2 +Sep 17 05:31:10.640: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta2 v1beta2} {flowcontrol.apiserver.k8s.io/v1beta1 v1beta1}] +Sep 17 05:31:10.640: INFO: flowcontrol.apiserver.k8s.io/v1beta2 matches flowcontrol.apiserver.k8s.io/v1beta2 +Sep 17 05:31:10.640: INFO: Checking APIGroup: metrics.k8s.io +Sep 17 05:31:10.641: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 +Sep 17 05:31:10.641: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] +Sep 17 05:31:10.641: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 +[AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:187 +Sep 17 05:31:10.641: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "discovery-8579" for this suite. 09/17/22 05:31:10.642 +{"msg":"PASSED [sig-api-machinery] Discovery should validate PreferredVersion for each APIGroup [Conformance]","completed":335,"skipped":6141,"failed":0} +------------------------------ +• [0.413 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:10.232 + Sep 17 05:31:10.232: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename discovery 09/17/22 05:31:10.232 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:10.24 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:10.243 + [BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 + STEP: Setting up server cert 09/17/22 05:31:10.245 + [It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 + Sep 17 05:31:10.633: INFO: Checking APIGroup: apiregistration.k8s.io + Sep 17 05:31:10.634: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 + Sep 17 05:31:10.634: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] + Sep 17 05:31:10.634: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 + Sep 17 05:31:10.634: INFO: Checking APIGroup: apps + Sep 17 05:31:10.634: INFO: PreferredVersion.GroupVersion: apps/v1 + Sep 17 05:31:10.634: INFO: Versions found [{apps/v1 v1}] + Sep 17 05:31:10.634: INFO: apps/v1 matches apps/v1 + Sep 17 05:31:10.634: INFO: Checking APIGroup: events.k8s.io + Sep 17 05:31:10.634: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 + Sep 17 05:31:10.634: INFO: Versions found [{events.k8s.io/v1 v1}] + Sep 17 05:31:10.634: INFO: events.k8s.io/v1 matches events.k8s.io/v1 + Sep 17 05:31:10.634: INFO: Checking APIGroup: authentication.k8s.io + Sep 17 05:31:10.635: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 + Sep 17 05:31:10.635: INFO: Versions found [{authentication.k8s.io/v1 v1}] + Sep 17 05:31:10.635: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 + Sep 17 05:31:10.635: INFO: Checking APIGroup: authorization.k8s.io + Sep 17 05:31:10.635: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 + Sep 17 05:31:10.635: INFO: Versions found [{authorization.k8s.io/v1 v1}] + Sep 17 05:31:10.635: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 + Sep 17 05:31:10.635: INFO: Checking APIGroup: autoscaling + Sep 17 05:31:10.636: INFO: PreferredVersion.GroupVersion: autoscaling/v2 + Sep 17 05:31:10.636: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1} {autoscaling/v2beta2 v2beta2}] + Sep 17 05:31:10.636: INFO: autoscaling/v2 matches autoscaling/v2 + Sep 17 05:31:10.636: INFO: Checking APIGroup: batch + Sep 17 05:31:10.636: INFO: PreferredVersion.GroupVersion: batch/v1 + Sep 17 05:31:10.636: INFO: Versions found [{batch/v1 v1}] + Sep 17 05:31:10.636: INFO: batch/v1 matches batch/v1 + Sep 17 05:31:10.636: INFO: Checking APIGroup: certificates.k8s.io + Sep 17 05:31:10.636: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 + Sep 17 05:31:10.636: INFO: Versions found [{certificates.k8s.io/v1 v1}] + Sep 17 05:31:10.636: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 + Sep 17 05:31:10.636: INFO: Checking APIGroup: networking.k8s.io + Sep 17 05:31:10.637: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 + Sep 17 05:31:10.637: INFO: Versions found [{networking.k8s.io/v1 v1}] + Sep 17 05:31:10.637: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 + Sep 17 05:31:10.637: INFO: Checking APIGroup: policy + Sep 17 05:31:10.637: INFO: PreferredVersion.GroupVersion: policy/v1 + Sep 17 05:31:10.637: INFO: Versions found [{policy/v1 v1}] + Sep 17 05:31:10.637: INFO: policy/v1 matches policy/v1 + Sep 17 05:31:10.637: INFO: Checking APIGroup: rbac.authorization.k8s.io + Sep 17 05:31:10.638: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 + Sep 17 05:31:10.638: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] + Sep 17 05:31:10.638: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 + Sep 17 05:31:10.638: INFO: Checking APIGroup: storage.k8s.io + Sep 17 05:31:10.638: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 + Sep 17 05:31:10.638: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] + Sep 17 05:31:10.638: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 + Sep 17 05:31:10.638: INFO: Checking APIGroup: admissionregistration.k8s.io + Sep 17 05:31:10.638: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 + Sep 17 05:31:10.638: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] + Sep 17 05:31:10.638: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 + Sep 17 05:31:10.638: INFO: Checking APIGroup: apiextensions.k8s.io + Sep 17 05:31:10.639: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 + Sep 17 05:31:10.639: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] + Sep 17 05:31:10.639: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 + Sep 17 05:31:10.639: INFO: Checking APIGroup: scheduling.k8s.io + Sep 17 05:31:10.639: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 + Sep 17 05:31:10.639: INFO: Versions found [{scheduling.k8s.io/v1 v1}] + Sep 17 05:31:10.639: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 + Sep 17 05:31:10.639: INFO: Checking APIGroup: coordination.k8s.io + Sep 17 05:31:10.639: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 + Sep 17 05:31:10.639: INFO: Versions found [{coordination.k8s.io/v1 v1}] + Sep 17 05:31:10.639: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 + Sep 17 05:31:10.639: INFO: Checking APIGroup: node.k8s.io + Sep 17 05:31:10.640: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 + Sep 17 05:31:10.640: INFO: Versions found [{node.k8s.io/v1 v1}] + Sep 17 05:31:10.640: INFO: node.k8s.io/v1 matches node.k8s.io/v1 + Sep 17 05:31:10.640: INFO: Checking APIGroup: discovery.k8s.io + Sep 17 05:31:10.640: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 + Sep 17 05:31:10.640: INFO: Versions found [{discovery.k8s.io/v1 v1}] + Sep 17 05:31:10.640: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 + Sep 17 05:31:10.640: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io + Sep 17 05:31:10.640: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta2 + Sep 17 05:31:10.640: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta2 v1beta2} {flowcontrol.apiserver.k8s.io/v1beta1 v1beta1}] + Sep 17 05:31:10.640: INFO: flowcontrol.apiserver.k8s.io/v1beta2 matches flowcontrol.apiserver.k8s.io/v1beta2 + Sep 17 05:31:10.640: INFO: Checking APIGroup: metrics.k8s.io + Sep 17 05:31:10.641: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 + Sep 17 05:31:10.641: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] + Sep 17 05:31:10.641: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 + [AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/framework.go:187 + Sep 17 05:31:10.641: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "discovery-8579" for this suite. 09/17/22 05:31:10.642 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:485 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:10.647 +Sep 17 05:31:10.647: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename security-context-test 09/17/22 05:31:10.648 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:10.658 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:10.659 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:485 +Sep 17 05:31:10.663: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f" in namespace "security-context-test-9476" to be "Succeeded or Failed" +Sep 17 05:31:10.665: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f": Phase="Pending", Reason="", readiness=false. Elapsed: 1.627221ms +Sep 17 05:31:12.667: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003832195s +Sep 17 05:31:14.668: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004058151s +Sep 17 05:31:14.668: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 17 05:31:14.668: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-9476" for this suite. 09/17/22 05:31:14.669 +{"msg":"PASSED [sig-node] Security Context When creating a pod with readOnlyRootFilesystem should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance]","completed":336,"skipped":6177,"failed":0} +------------------------------ +• [4.024 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:429 + should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:485 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:10.647 + Sep 17 05:31:10.647: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename security-context-test 09/17/22 05:31:10.648 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:10.658 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:10.659 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:485 + Sep 17 05:31:10.663: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f" in namespace "security-context-test-9476" to be "Succeeded or Failed" + Sep 17 05:31:10.665: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f": Phase="Pending", Reason="", readiness=false. Elapsed: 1.627221ms + Sep 17 05:31:12.667: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003832195s + Sep 17 05:31:14.668: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004058151s + Sep 17 05:31:14.668: INFO: Pod "busybox-readonly-false-26e86633-3100-466c-ad32-c02dd67fa34f" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 17 05:31:14.668: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-9476" for this suite. 09/17/22 05:31:14.669 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:14.672 +Sep 17 05:31:14.672: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 05:31:14.673 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.681 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.682 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 +STEP: creating a collection of services 09/17/22 05:31:14.684 +Sep 17 05:31:14.684: INFO: Creating e2e-svc-a-vxd8b +Sep 17 05:31:14.687: INFO: Creating e2e-svc-b-b86fg +Sep 17 05:31:14.695: INFO: Creating e2e-svc-c-6vq7n +STEP: deleting service collection 09/17/22 05:31:14.703 +Sep 17 05:31:14.721: INFO: Collection of services has been deleted +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 05:31:14.721: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-2581" for this suite. 09/17/22 05:31:14.723 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should delete a collection of services [Conformance]","completed":337,"skipped":6210,"failed":0} +------------------------------ +• [0.053 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:14.672 + Sep 17 05:31:14.672: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 05:31:14.673 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.681 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.682 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should delete a collection of services [Conformance] + test/e2e/network/service.go:3641 + STEP: creating a collection of services 09/17/22 05:31:14.684 + Sep 17 05:31:14.684: INFO: Creating e2e-svc-a-vxd8b + Sep 17 05:31:14.687: INFO: Creating e2e-svc-b-b86fg + Sep 17 05:31:14.695: INFO: Creating e2e-svc-c-6vq7n + STEP: deleting service collection 09/17/22 05:31:14.703 + Sep 17 05:31:14.721: INFO: Collection of services has been deleted + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 05:31:14.721: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-2581" for this suite. 09/17/22 05:31:14.723 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:14.726 +Sep 17 05:31:14.726: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename namespaces 09/17/22 05:31:14.727 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.739 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.741 +[It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 +STEP: creating a Namespace 09/17/22 05:31:14.743 +STEP: patching the Namespace 09/17/22 05:31:14.753 +STEP: get the Namespace and ensuring it has the label 09/17/22 05:31:14.757 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 +Sep 17 05:31:14.761: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "namespaces-4718" for this suite. 09/17/22 05:31:14.762 +STEP: Destroying namespace "nspatchtest-b36c4d5b-a1b0-476d-9e7f-cfb82ab8def5-7497" for this suite. 09/17/22 05:31:14.765 +{"msg":"PASSED [sig-api-machinery] Namespaces [Serial] should patch a Namespace [Conformance]","completed":338,"skipped":6210,"failed":0} +------------------------------ +• [0.042 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:14.726 + Sep 17 05:31:14.726: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename namespaces 09/17/22 05:31:14.727 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.739 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.741 + [It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:267 + STEP: creating a Namespace 09/17/22 05:31:14.743 + STEP: patching the Namespace 09/17/22 05:31:14.753 + STEP: get the Namespace and ensuring it has the label 09/17/22 05:31:14.757 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/framework.go:187 + Sep 17 05:31:14.761: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "namespaces-4718" for this suite. 09/17/22 05:31:14.762 + STEP: Destroying namespace "nspatchtest-b36c4d5b-a1b0-476d-9e7f-cfb82ab8def5-7497" for this suite. 09/17/22 05:31:14.765 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:14.774 +Sep 17 05:31:14.774: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename watch 09/17/22 05:31:14.774 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.788 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.789 +[It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 +STEP: creating a new configmap 09/17/22 05:31:14.835 +STEP: modifying the configmap once 09/17/22 05:31:14.837 +STEP: modifying the configmap a second time 09/17/22 05:31:14.841 +STEP: deleting the configmap 09/17/22 05:31:14.844 +STEP: creating a watch on configmaps from the resource version returned by the first update 09/17/22 05:31:14.846 +STEP: Expecting to observe notifications for all changes to the configmap after the first update 09/17/22 05:31:14.847 +Sep 17 05:31:14.847: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-5066 e679bf86-4da8-4b32-8f56-f0031c4efb0c 37830 0 2022-09-17 05:31:14 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-17 05:31:14 +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,} +Sep 17 05:31:14.847: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-5066 e679bf86-4da8-4b32-8f56-f0031c4efb0c 37831 0 2022-09-17 05:31:14 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-17 05:31:14 +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/framework.go:187 +Sep 17 05:31:14.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-5066" for this suite. 09/17/22 05:31:14.849 +{"msg":"PASSED [sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance]","completed":339,"skipped":6285,"failed":0} +------------------------------ +• [0.077 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:14.774 + Sep 17 05:31:14.774: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename watch 09/17/22 05:31:14.774 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.788 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.789 + [It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 + STEP: creating a new configmap 09/17/22 05:31:14.835 + STEP: modifying the configmap once 09/17/22 05:31:14.837 + STEP: modifying the configmap a second time 09/17/22 05:31:14.841 + STEP: deleting the configmap 09/17/22 05:31:14.844 + STEP: creating a watch on configmaps from the resource version returned by the first update 09/17/22 05:31:14.846 + STEP: Expecting to observe notifications for all changes to the configmap after the first update 09/17/22 05:31:14.847 + Sep 17 05:31:14.847: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-5066 e679bf86-4da8-4b32-8f56-f0031c4efb0c 37830 0 2022-09-17 05:31:14 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-17 05:31:14 +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,} + Sep 17 05:31:14.847: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-5066 e679bf86-4da8-4b32-8f56-f0031c4efb0c 37831 0 2022-09-17 05:31:14 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2022-09-17 05:31:14 +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/framework.go:187 + Sep 17 05:31:14.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-5066" for this suite. 09/17/22 05:31:14.849 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2237 +[BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:14.853 +Sep 17 05:31:14.853: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename services 09/17/22 05:31:14.854 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.862 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.869 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 +[It] should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2237 +STEP: creating service in namespace services-9938 09/17/22 05:31:14.87 +STEP: creating service affinity-nodeport-transition in namespace services-9938 09/17/22 05:31:14.87 +STEP: creating replication controller affinity-nodeport-transition in namespace services-9938 09/17/22 05:31:14.876 +I0917 05:31:14.887073 20 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-9938, replica count: 3 +I0917 05:31:17.938178 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 +Sep 17 05:31:17.942: INFO: Creating new exec pod +Sep 17 05:31:17.944: INFO: Waiting up to 5m0s for pod "execpod-affinityrvp2s" in namespace "services-9938" to be "running" +Sep 17 05:31:17.946: INFO: Pod "execpod-affinityrvp2s": Phase="Pending", Reason="", readiness=false. Elapsed: 1.55936ms +Sep 17 05:31:19.950: INFO: Pod "execpod-affinityrvp2s": Phase="Running", Reason="", readiness=true. Elapsed: 2.005742175s +Sep 17 05:31:19.950: INFO: Pod "execpod-affinityrvp2s" satisfied condition "running" +Sep 17 05:31:20.953: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-transition 80' +Sep 17 05:31:21.034: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" +Sep 17 05:31:21.034: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 05:31:21.034: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.29.163 80' +Sep 17 05:31:21.119: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.29.163 80\nConnection to 10.68.29.163 80 port [tcp/http] succeeded!\n" +Sep 17 05:31:21.119: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 05:31:21.119: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.18 30067' +Sep 17 05:31:21.230: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.18 30067\nConnection to 10.254.0.18 30067 port [tcp/*] succeeded!\n" +Sep 17 05:31:21.230: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 05:31:21.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 30067' +Sep 17 05:31:21.314: INFO: stderr: "+ nc -v -t -w 2 10.254.0.17 30067\n+ echo hostName\nConnection to 10.254.0.17 30067 port [tcp/*] succeeded!\n" +Sep 17 05:31:21.314: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" +Sep 17 05:31:21.318: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:30067/ ; done' +Sep 17 05:31:21.463: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n" +Sep 17 05:31:21.463: INFO: stdout: "\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn" +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 +Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn +Sep 17 05:31:21.467: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:30067/ ; done' +Sep 17 05:31:21.619: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n" +Sep 17 05:31:21.619: INFO: stdout: "\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9" +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 +Sep 17 05:31:21.619: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-9938, will wait for the garbage collector to delete the pods 09/17/22 05:31:21.63 +Sep 17 05:31:21.686: INFO: Deleting ReplicationController affinity-nodeport-transition took: 3.049039ms +Sep 17 05:31:21.786: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.479282ms +[AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 +Sep 17 05:31:24.000: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "services-9938" for this suite. 09/17/22 05:31:24.002 +[AfterEach] [sig-network] Services + test/e2e/network/service.go:762 +{"msg":"PASSED [sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance]","completed":340,"skipped":6322,"failed":0} +------------------------------ +• [SLOW TEST] [9.153 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:2237 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:14.853 + Sep 17 05:31:14.853: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename services 09/17/22 05:31:14.854 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:14.862 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:14.869 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:758 + [It] should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2237 + STEP: creating service in namespace services-9938 09/17/22 05:31:14.87 + STEP: creating service affinity-nodeport-transition in namespace services-9938 09/17/22 05:31:14.87 + STEP: creating replication controller affinity-nodeport-transition in namespace services-9938 09/17/22 05:31:14.876 + I0917 05:31:14.887073 20 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-9938, replica count: 3 + I0917 05:31:17.938178 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 + Sep 17 05:31:17.942: INFO: Creating new exec pod + Sep 17 05:31:17.944: INFO: Waiting up to 5m0s for pod "execpod-affinityrvp2s" in namespace "services-9938" to be "running" + Sep 17 05:31:17.946: INFO: Pod "execpod-affinityrvp2s": Phase="Pending", Reason="", readiness=false. Elapsed: 1.55936ms + Sep 17 05:31:19.950: INFO: Pod "execpod-affinityrvp2s": Phase="Running", Reason="", readiness=true. Elapsed: 2.005742175s + Sep 17 05:31:19.950: INFO: Pod "execpod-affinityrvp2s" satisfied condition "running" + Sep 17 05:31:20.953: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 affinity-nodeport-transition 80' + Sep 17 05:31:21.034: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" + Sep 17 05:31:21.034: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 05:31:21.034: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.68.29.163 80' + Sep 17 05:31:21.119: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.68.29.163 80\nConnection to 10.68.29.163 80 port [tcp/http] succeeded!\n" + Sep 17 05:31:21.119: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 05:31:21.119: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.18 30067' + Sep 17 05:31:21.230: INFO: stderr: "+ echo hostName\n+ nc -v -t -w 2 10.254.0.18 30067\nConnection to 10.254.0.18 30067 port [tcp/*] succeeded!\n" + Sep 17 05:31:21.230: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 05:31:21.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c echo hostName | nc -v -t -w 2 10.254.0.17 30067' + Sep 17 05:31:21.314: INFO: stderr: "+ nc -v -t -w 2 10.254.0.17 30067\n+ echo hostName\nConnection to 10.254.0.17 30067 port [tcp/*] succeeded!\n" + Sep 17 05:31:21.314: INFO: stdout: "HTTP/1.1 400 Bad Request\r\nContent-Type: text/plain; charset=utf-8\r\nConnection: close\r\n\r\n400 Bad Request" + Sep 17 05:31:21.318: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:30067/ ; done' + Sep 17 05:31:21.463: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n" + Sep 17 05:31:21.463: INFO: stdout: "\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-tk795\naffinity-nodeport-transition-c87dn" + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-tk795 + Sep 17 05:31:21.463: INFO: Received response from host: affinity-nodeport-transition-c87dn + Sep 17 05:31:21.467: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=services-9938 exec execpod-affinityrvp2s -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.254.0.16:30067/ ; done' + Sep 17 05:31:21.619: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.254.0.16:30067/\n" + Sep 17 05:31:21.619: INFO: stdout: "\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9\naffinity-nodeport-transition-x66t9" + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Received response from host: affinity-nodeport-transition-x66t9 + Sep 17 05:31:21.619: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-9938, will wait for the garbage collector to delete the pods 09/17/22 05:31:21.63 + Sep 17 05:31:21.686: INFO: Deleting ReplicationController affinity-nodeport-transition took: 3.049039ms + Sep 17 05:31:21.786: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.479282ms + [AfterEach] [sig-network] Services + test/e2e/framework/framework.go:187 + Sep 17 05:31:24.000: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "services-9938" for this suite. 09/17/22 05:31:24.002 + [AfterEach] [sig-network] Services + test/e2e/network/service.go:762 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Pods + should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 +[BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:24.006 +Sep 17 05:31:24.006: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pods 09/17/22 05:31:24.007 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:24.017 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:24.02 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 +[It] should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 +STEP: Create a pod 09/17/22 05:31:24.021 +Sep 17 05:31:24.028: INFO: Waiting up to 5m0s for pod "pod-pwkdn" in namespace "pods-1249" to be "running" +Sep 17 05:31:24.029: INFO: Pod "pod-pwkdn": Phase="Pending", Reason="", readiness=false. Elapsed: 1.735011ms +Sep 17 05:31:26.031: INFO: Pod "pod-pwkdn": Phase="Running", Reason="", readiness=true. Elapsed: 2.003685624s +Sep 17 05:31:26.031: INFO: Pod "pod-pwkdn" satisfied condition "running" +STEP: patching /status 09/17/22 05:31:26.031 +Sep 17 05:31:26.035: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" +[AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 +Sep 17 05:31:26.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pods-1249" for this suite. 09/17/22 05:31:26.037 +{"msg":"PASSED [sig-node] Pods should patch a pod status [Conformance]","completed":341,"skipped":6322,"failed":0} +------------------------------ +• [2.033 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:24.006 + Sep 17 05:31:24.006: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pods 09/17/22 05:31:24.007 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:24.017 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:24.02 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:193 + [It] should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1082 + STEP: Create a pod 09/17/22 05:31:24.021 + Sep 17 05:31:24.028: INFO: Waiting up to 5m0s for pod "pod-pwkdn" in namespace "pods-1249" to be "running" + Sep 17 05:31:24.029: INFO: Pod "pod-pwkdn": Phase="Pending", Reason="", readiness=false. Elapsed: 1.735011ms + Sep 17 05:31:26.031: INFO: Pod "pod-pwkdn": Phase="Running", Reason="", readiness=true. Elapsed: 2.003685624s + Sep 17 05:31:26.031: INFO: Pod "pod-pwkdn" satisfied condition "running" + STEP: patching /status 09/17/22 05:31:26.031 + Sep 17 05:31:26.035: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" + [AfterEach] [sig-node] Pods + test/e2e/framework/framework.go:187 + Sep 17 05:31:26.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pods-1249" for this suite. 09/17/22 05:31:26.037 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Secrets + should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:26.042 +Sep 17 05:31:26.042: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:31:26.042 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:26.05 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:26.052 +[It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 +STEP: creating a secret 09/17/22 05:31:26.053 +STEP: listing secrets in all namespaces to ensure that there are more than zero 09/17/22 05:31:26.055 +STEP: patching the secret 09/17/22 05:31:26.056 +STEP: deleting the secret using a LabelSelector 09/17/22 05:31:26.059 +STEP: listing secrets in all namespaces, searching for label name and value in patch 09/17/22 05:31:26.061 +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:31:26.062: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-3946" for this suite. 09/17/22 05:31:26.064 +{"msg":"PASSED [sig-node] Secrets should patch a secret [Conformance]","completed":342,"skipped":6381,"failed":0} +------------------------------ +• [0.025 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:26.042 + Sep 17 05:31:26.042: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:31:26.042 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:26.05 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:26.052 + [It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:153 + STEP: creating a secret 09/17/22 05:31:26.053 + STEP: listing secrets in all namespaces to ensure that there are more than zero 09/17/22 05:31:26.055 + STEP: patching the secret 09/17/22 05:31:26.056 + STEP: deleting the secret using a LabelSelector 09/17/22 05:31:26.059 + STEP: listing secrets in all namespaces, searching for label name and value in patch 09/17/22 05:31:26.061 + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:31:26.062: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-3946" for this suite. 09/17/22 05:31:26.064 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[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:608 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:26.067 +Sep 17 05:31:26.067: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename security-context-test 09/17/22 05:31:26.067 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:26.075 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:26.078 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 +[It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:608 +Sep 17 05:31:26.083: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609" in namespace "security-context-test-5921" to be "Succeeded or Failed" +Sep 17 05:31:26.084: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Pending", Reason="", readiness=false. Elapsed: 1.194589ms +Sep 17 05:31:28.087: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003431959s +Sep 17 05:31:30.086: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Pending", Reason="", readiness=false. Elapsed: 4.002978326s +Sep 17 05:31:32.086: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.002957294s +Sep 17 05:31:32.086: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 +Sep 17 05:31:32.089: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "security-context-test-5921" for this suite. 09/17/22 05:31:32.09 +{"msg":"PASSED [sig-node] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]","completed":343,"skipped":6386,"failed":0} +------------------------------ +• [SLOW TEST] [6.025 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + when creating containers with AllowPrivilegeEscalation + test/e2e/common/node/security_context.go:554 + should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:608 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:26.067 + Sep 17 05:31:26.067: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename security-context-test 09/17/22 05:31:26.067 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:26.075 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:26.078 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:49 + [It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:608 + Sep 17 05:31:26.083: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609" in namespace "security-context-test-5921" to be "Succeeded or Failed" + Sep 17 05:31:26.084: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Pending", Reason="", readiness=false. Elapsed: 1.194589ms + Sep 17 05:31:28.087: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003431959s + Sep 17 05:31:30.086: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Pending", Reason="", readiness=false. Elapsed: 4.002978326s + Sep 17 05:31:32.086: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.002957294s + Sep 17 05:31:32.086: INFO: Pod "alpine-nnp-false-c5c9dc60-22fa-4e3d-b15e-38582aa6e609" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/framework.go:187 + Sep 17 05:31:32.089: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "security-context-test-5921" for this suite. 09/17/22 05:31:32.09 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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:51 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:32.093 +Sep 17 05:31:32.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename container-runtime 09/17/22 05:31:32.093 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:32.1 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:32.103 +[It] should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:51 +STEP: Container 'terminate-cmd-rpa': should get the expected 'RestartCount' 09/17/22 05:31:32.108 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 09/17/22 05:31:50.15 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 09/17/22 05:31:50.151 +STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 09/17/22 05:31:50.153 +STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 09/17/22 05:31:50.153 +STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 09/17/22 05:31:50.162 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 09/17/22 05:31:53.17 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 09/17/22 05:31:55.176 +STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 09/17/22 05:31:55.178 +STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 09/17/22 05:31:55.179 +STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 09/17/22 05:31:55.187 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 09/17/22 05:31:56.19 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 09/17/22 05:31:58.195 +STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 09/17/22 05:31:58.198 +STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 09/17/22 05:31:58.198 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 +Sep 17 05:31:58.207: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "container-runtime-9301" for this suite. 09/17/22 05:31:58.208 +{"msg":"PASSED [sig-node] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance]","completed":344,"skipped":6418,"failed":0} +------------------------------ +• [SLOW TEST] [26.118 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:43 + when starting a container that exits + test/e2e/common/node/runtime.go:44 + should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:51 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:32.093 + Sep 17 05:31:32.093: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename container-runtime 09/17/22 05:31:32.093 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:32.1 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:32.103 + [It] should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:51 + STEP: Container 'terminate-cmd-rpa': should get the expected 'RestartCount' 09/17/22 05:31:32.108 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 09/17/22 05:31:50.15 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 09/17/22 05:31:50.151 + STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 09/17/22 05:31:50.153 + STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 09/17/22 05:31:50.153 + STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 09/17/22 05:31:50.162 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 09/17/22 05:31:53.17 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 09/17/22 05:31:55.176 + STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 09/17/22 05:31:55.178 + STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 09/17/22 05:31:55.179 + STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 09/17/22 05:31:55.187 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 09/17/22 05:31:56.19 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 09/17/22 05:31:58.195 + STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 09/17/22 05:31:58.198 + STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 09/17/22 05:31:58.198 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/framework.go:187 + Sep 17 05:31:58.207: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "container-runtime-9301" for this suite. 09/17/22 05:31:58.208 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:31:58.211 +Sep 17 05:31:58.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename runtimeclass 09/17/22 05:31:58.212 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:58.22 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:58.223 +[It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 +Sep 17 05:31:58.228: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-5404 to be scheduled +Sep 17 05:31:58.230: INFO: 1 pods are not scheduled: [runtimeclass-5404/test-runtimeclass-runtimeclass-5404-preconfigured-handler-h7565(cc9ad304-47e7-49bf-8951-1c884aa47a13)] +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 +Sep 17 05:32:00.235: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "runtimeclass-5404" for this suite. 09/17/22 05:32:00.236 +{"msg":"PASSED [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance]","completed":345,"skipped":6452,"failed":0} +------------------------------ +• [2.027 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:31:58.211 + Sep 17 05:31:58.212: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename runtimeclass 09/17/22 05:31:58.212 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:31:58.22 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:31:58.223 + [It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 + Sep 17 05:31:58.228: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-5404 to be scheduled + Sep 17 05:31:58.230: INFO: 1 pods are not scheduled: [runtimeclass-5404/test-runtimeclass-runtimeclass-5404-preconfigured-handler-h7565(cc9ad304-47e7-49bf-8951-1c884aa47a13)] + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/framework.go:187 + Sep 17 05:32:00.235: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "runtimeclass-5404" for this suite. 09/17/22 05:32:00.236 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:00.238 +Sep 17 05:32:00.238: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:32:00.239 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:00.247 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:00.248 +[It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 +Sep 17 05:32:00.250: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/17/22 05:32:01.961 +Sep 17 05:32:01.961: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 create -f -' +Sep 17 05:32:02.440: INFO: stderr: "" +Sep 17 05:32:02.440: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Sep 17 05:32:02.441: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 delete e2e-test-crd-publish-openapi-1539-crds test-cr' +Sep 17 05:32:02.484: INFO: stderr: "" +Sep 17 05:32:02.485: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +Sep 17 05:32:02.485: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 apply -f -' +Sep 17 05:32:02.611: INFO: stderr: "" +Sep 17 05:32:02.611: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Sep 17 05:32:02.611: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 delete e2e-test-crd-publish-openapi-1539-crds test-cr' +Sep 17 05:32:02.655: INFO: stderr: "" +Sep 17 05:32:02.655: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 09/17/22 05:32:02.655 +Sep 17 05:32:02.655: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 explain e2e-test-crd-publish-openapi-1539-crds' +Sep 17 05:32:02.768: INFO: stderr: "" +Sep 17 05:32:02.768: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1539-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/framework.go:187 +Sep 17 05:32:04.447: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "crd-publish-openapi-991" for this suite. 09/17/22 05:32:04.452 +{"msg":"PASSED [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance]","completed":346,"skipped":6455,"failed":0} +------------------------------ +• [4.216 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:235 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:00.238 + Sep 17 05:32:00.238: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename crd-publish-openapi 09/17/22 05:32:00.239 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:00.247 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:00.248 + [It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:235 + Sep 17 05:32:00.250: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 09/17/22 05:32:01.961 + Sep 17 05:32:01.961: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 create -f -' + Sep 17 05:32:02.440: INFO: stderr: "" + Sep 17 05:32:02.440: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Sep 17 05:32:02.441: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 delete e2e-test-crd-publish-openapi-1539-crds test-cr' + Sep 17 05:32:02.484: INFO: stderr: "" + Sep 17 05:32:02.485: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + Sep 17 05:32:02.485: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 apply -f -' + Sep 17 05:32:02.611: INFO: stderr: "" + Sep 17 05:32:02.611: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Sep 17 05:32:02.611: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 --namespace=crd-publish-openapi-991 delete e2e-test-crd-publish-openapi-1539-crds test-cr' + Sep 17 05:32:02.655: INFO: stderr: "" + Sep 17 05:32:02.655: INFO: stdout: "e2e-test-crd-publish-openapi-1539-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 09/17/22 05:32:02.655 + Sep 17 05:32:02.655: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-1947357281 --namespace=crd-publish-openapi-991 explain e2e-test-crd-publish-openapi-1539-crds' + Sep 17 05:32:02.768: INFO: stderr: "" + Sep 17 05:32:02.768: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-1539-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/framework.go:187 + Sep 17 05:32:04.447: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "crd-publish-openapi-991" for this suite. 09/17/22 05:32:04.452 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] Secrets + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:04.455 +Sep 17 05:32:04.455: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:32:04.456 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:04.463 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:04.467 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 +STEP: creating secret secrets-5503/secret-test-98a8e51a-22ce-4313-9d85-766613827ba8 09/17/22 05:32:04.468 +STEP: Creating a pod to test consume secrets 09/17/22 05:32:04.47 +Sep 17 05:32:04.474: INFO: Waiting up to 5m0s for pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb" in namespace "secrets-5503" to be "Succeeded or Failed" +Sep 17 05:32:04.475: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb": Phase="Pending", Reason="", readiness=false. Elapsed: 1.544534ms +Sep 17 05:32:06.478: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003769701s +Sep 17 05:32:08.477: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003529088s +STEP: Saw pod success 09/17/22 05:32:08.477 +Sep 17 05:32:08.477: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb" satisfied condition "Succeeded or Failed" +Sep 17 05:32:08.479: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb container env-test: +STEP: delete the pod 09/17/22 05:32:08.487 +Sep 17 05:32:08.493: INFO: Waiting for pod pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb to disappear +Sep 17 05:32:08.496: INFO: Pod pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:32:08.496: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-5503" for this suite. 09/17/22 05:32:08.497 +{"msg":"PASSED [sig-node] Secrets should be consumable via the environment [NodeConformance] [Conformance]","completed":347,"skipped":6459,"failed":0} +------------------------------ +• [4.044 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:94 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:04.455 + Sep 17 05:32:04.455: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:32:04.456 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:04.463 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:04.467 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:94 + STEP: creating secret secrets-5503/secret-test-98a8e51a-22ce-4313-9d85-766613827ba8 09/17/22 05:32:04.468 + STEP: Creating a pod to test consume secrets 09/17/22 05:32:04.47 + Sep 17 05:32:04.474: INFO: Waiting up to 5m0s for pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb" in namespace "secrets-5503" to be "Succeeded or Failed" + Sep 17 05:32:04.475: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb": Phase="Pending", Reason="", readiness=false. Elapsed: 1.544534ms + Sep 17 05:32:06.478: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003769701s + Sep 17 05:32:08.477: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003529088s + STEP: Saw pod success 09/17/22 05:32:08.477 + Sep 17 05:32:08.477: INFO: Pod "pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb" satisfied condition "Succeeded or Failed" + Sep 17 05:32:08.479: INFO: Trying to get logs from node 10.254.0.18 pod pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb container env-test: + STEP: delete the pod 09/17/22 05:32:08.487 + Sep 17 05:32:08.493: INFO: Waiting for pod pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb to disappear + Sep 17 05:32:08.496: INFO: Pod pod-configmaps-419d7d51-784d-4037-9a78-386521069fdb no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:32:08.496: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-5503" for this suite. 09/17/22 05:32:08.497 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:08.502 +Sep 17 05:32:08.502: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename certificates 09/17/22 05:32:08.502 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:08.515 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:08.516 +[It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 +STEP: getting /apis 09/17/22 05:32:08.83 +STEP: getting /apis/certificates.k8s.io 09/17/22 05:32:08.831 +STEP: getting /apis/certificates.k8s.io/v1 09/17/22 05:32:08.832 +STEP: creating 09/17/22 05:32:08.833 +STEP: getting 09/17/22 05:32:08.844 +STEP: listing 09/17/22 05:32:08.845 +STEP: watching 09/17/22 05:32:08.847 +Sep 17 05:32:08.847: INFO: starting watch +STEP: patching 09/17/22 05:32:08.847 +STEP: updating 09/17/22 05:32:08.85 +Sep 17 05:32:08.858: INFO: waiting for watch events with expected annotations +Sep 17 05:32:08.858: INFO: saw patched and updated annotations +STEP: getting /approval 09/17/22 05:32:08.858 +STEP: patching /approval 09/17/22 05:32:08.86 +STEP: updating /approval 09/17/22 05:32:08.864 +STEP: getting /status 09/17/22 05:32:08.867 +STEP: patching /status 09/17/22 05:32:08.869 +STEP: updating /status 09/17/22 05:32:08.872 +STEP: deleting 09/17/22 05:32:08.876 +STEP: deleting a collection 09/17/22 05:32:08.883 +[AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 +Sep 17 05:32:08.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "certificates-5188" for this suite. 09/17/22 05:32:08.898 +{"msg":"PASSED [sig-auth] Certificates API [Privileged:ClusterAdmin] should support CSR API operations [Conformance]","completed":348,"skipped":6525,"failed":0} +------------------------------ +• [0.401 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:08.502 + Sep 17 05:32:08.502: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename certificates 09/17/22 05:32:08.502 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:08.515 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:08.516 + [It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 + STEP: getting /apis 09/17/22 05:32:08.83 + STEP: getting /apis/certificates.k8s.io 09/17/22 05:32:08.831 + STEP: getting /apis/certificates.k8s.io/v1 09/17/22 05:32:08.832 + STEP: creating 09/17/22 05:32:08.833 + STEP: getting 09/17/22 05:32:08.844 + STEP: listing 09/17/22 05:32:08.845 + STEP: watching 09/17/22 05:32:08.847 + Sep 17 05:32:08.847: INFO: starting watch + STEP: patching 09/17/22 05:32:08.847 + STEP: updating 09/17/22 05:32:08.85 + Sep 17 05:32:08.858: INFO: waiting for watch events with expected annotations + Sep 17 05:32:08.858: INFO: saw patched and updated annotations + STEP: getting /approval 09/17/22 05:32:08.858 + STEP: patching /approval 09/17/22 05:32:08.86 + STEP: updating /approval 09/17/22 05:32:08.864 + STEP: getting /status 09/17/22 05:32:08.867 + STEP: patching /status 09/17/22 05:32:08.869 + STEP: updating /status 09/17/22 05:32:08.872 + STEP: deleting 09/17/22 05:32:08.876 + STEP: deleting a collection 09/17/22 05:32:08.883 + [AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/framework.go:187 + Sep 17 05:32:08.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "certificates-5188" for this suite. 09/17/22 05:32:08.898 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-node] Secrets + should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:45 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:08.904 +Sep 17 05:32:08.904: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename secrets 09/17/22 05:32:08.905 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:08.986 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:08.991 +[It] should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:45 +STEP: Creating secret with name secret-test-074a6374-2ee2-41f8-ba8c-e26d378dbb9e 09/17/22 05:32:08.994 +STEP: Creating a pod to test consume secrets 09/17/22 05:32:08.996 +Sep 17 05:32:09.003: INFO: Waiting up to 5m0s for pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90" in namespace "secrets-9834" to be "Succeeded or Failed" +Sep 17 05:32:09.006: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90": Phase="Pending", Reason="", readiness=false. Elapsed: 3.433949ms +Sep 17 05:32:11.008: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005186714s +Sep 17 05:32:13.009: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006246438s +STEP: Saw pod success 09/17/22 05:32:13.009 +Sep 17 05:32:13.009: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90" satisfied condition "Succeeded or Failed" +Sep 17 05:32:13.010: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90 container secret-env-test: +STEP: delete the pod 09/17/22 05:32:13.014 +Sep 17 05:32:13.019: INFO: Waiting for pod pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90 to disappear +Sep 17 05:32:13.029: INFO: Pod pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90 no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 +Sep 17 05:32:13.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "secrets-9834" for this suite. 09/17/22 05:32:13.03 +{"msg":"PASSED [sig-node] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance]","completed":349,"skipped":6533,"failed":0} +------------------------------ +• [4.129 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:45 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:08.904 + Sep 17 05:32:08.904: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename secrets 09/17/22 05:32:08.905 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:08.986 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:08.991 + [It] should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:45 + STEP: Creating secret with name secret-test-074a6374-2ee2-41f8-ba8c-e26d378dbb9e 09/17/22 05:32:08.994 + STEP: Creating a pod to test consume secrets 09/17/22 05:32:08.996 + Sep 17 05:32:09.003: INFO: Waiting up to 5m0s for pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90" in namespace "secrets-9834" to be "Succeeded or Failed" + Sep 17 05:32:09.006: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90": Phase="Pending", Reason="", readiness=false. Elapsed: 3.433949ms + Sep 17 05:32:11.008: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90": Phase="Pending", Reason="", readiness=false. Elapsed: 2.005186714s + Sep 17 05:32:13.009: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006246438s + STEP: Saw pod success 09/17/22 05:32:13.009 + Sep 17 05:32:13.009: INFO: Pod "pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90" satisfied condition "Succeeded or Failed" + Sep 17 05:32:13.010: INFO: Trying to get logs from node 10.254.0.17 pod pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90 container secret-env-test: + STEP: delete the pod 09/17/22 05:32:13.014 + Sep 17 05:32:13.019: INFO: Waiting for pod pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90 to disappear + Sep 17 05:32:13.029: INFO: Pod pod-secrets-c24713d7-d4d2-427d-a252-1988109e2b90 no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/framework.go:187 + Sep 17 05:32:13.029: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "secrets-9834" for this suite. 09/17/22 05:32:13.03 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] PodTemplates + should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:13.033 +Sep 17 05:32:13.033: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename podtemplate 09/17/22 05:32:13.034 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:13.042 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:13.045 +[It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 +STEP: Create set of pod templates 09/17/22 05:32:13.046 +Sep 17 05:32:13.048: INFO: created test-podtemplate-1 +Sep 17 05:32:13.049: INFO: created test-podtemplate-2 +Sep 17 05:32:13.051: INFO: created test-podtemplate-3 +STEP: get a list of pod templates with a label in the current namespace 09/17/22 05:32:13.051 +STEP: delete collection of pod templates 09/17/22 05:32:13.052 +Sep 17 05:32:13.052: INFO: requesting DeleteCollection of pod templates +STEP: check that the list of pod templates matches the requested quantity 09/17/22 05:32:13.057 +Sep 17 05:32:13.057: INFO: requesting list of pod templates to confirm quantity +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 +Sep 17 05:32:13.058: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "podtemplate-2437" for this suite. 09/17/22 05:32:13.059 +{"msg":"PASSED [sig-node] PodTemplates should delete a collection of pod templates [Conformance]","completed":350,"skipped":6537,"failed":0} +------------------------------ +• [0.027 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:13.033 + Sep 17 05:32:13.033: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename podtemplate 09/17/22 05:32:13.034 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:13.042 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:13.045 + [It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 + STEP: Create set of pod templates 09/17/22 05:32:13.046 + Sep 17 05:32:13.048: INFO: created test-podtemplate-1 + Sep 17 05:32:13.049: INFO: created test-podtemplate-2 + Sep 17 05:32:13.051: INFO: created test-podtemplate-3 + STEP: get a list of pod templates with a label in the current namespace 09/17/22 05:32:13.051 + STEP: delete collection of pod templates 09/17/22 05:32:13.052 + Sep 17 05:32:13.052: INFO: requesting DeleteCollection of pod templates + STEP: check that the list of pod templates matches the requested quantity 09/17/22 05:32:13.057 + Sep 17 05:32:13.057: INFO: requesting list of pod templates to confirm quantity + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/framework.go:187 + Sep 17 05:32:13.058: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "podtemplate-2437" for this suite. 09/17/22 05:32:13.059 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-apps] ControllerRevision [Serial] + should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 +[BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:13.061 +Sep 17 05:32:13.062: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename controllerrevisions 09/17/22 05:32:13.062 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:13.069 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:13.072 +[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-2vggk-daemon-set" 09/17/22 05:32:13.08 +STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 05:32:13.082 +Sep 17 05:32:13.089: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 0 +Sep 17 05:32:13.089: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 +Sep 17 05:32:14.092: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 1 +Sep 17 05:32:14.092: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 +Sep 17 05:32:15.092: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 2 +Sep 17 05:32:15.092: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 +Sep 17 05:32:16.092: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 3 +Sep 17 05:32:16.092: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset e2e-2vggk-daemon-set +STEP: Confirm DaemonSet "e2e-2vggk-daemon-set" successfully created with "daemonset-name=e2e-2vggk-daemon-set" label 09/17/22 05:32:16.093 +STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-2vggk-daemon-set" 09/17/22 05:32:16.095 +Sep 17 05:32:16.097: INFO: Located ControllerRevision: "e2e-2vggk-daemon-set-79d86c4f88" +STEP: Patching ControllerRevision "e2e-2vggk-daemon-set-79d86c4f88" 09/17/22 05:32:16.098 +Sep 17 05:32:16.100: INFO: e2e-2vggk-daemon-set-79d86c4f88 has been patched +STEP: Create a new ControllerRevision 09/17/22 05:32:16.1 +Sep 17 05:32:16.102: INFO: Created ControllerRevision: e2e-2vggk-daemon-set-5dc65fb586 +STEP: Confirm that there are two ControllerRevisions 09/17/22 05:32:16.102 +Sep 17 05:32:16.102: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 17 05:32:16.103: INFO: Found 2 ControllerRevisions +STEP: Deleting ControllerRevision "e2e-2vggk-daemon-set-79d86c4f88" 09/17/22 05:32:16.103 +STEP: Confirm that there is only one ControllerRevision 09/17/22 05:32:16.105 +Sep 17 05:32:16.105: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 17 05:32:16.106: INFO: Found 1 ControllerRevisions +STEP: Updating ControllerRevision "e2e-2vggk-daemon-set-5dc65fb586" 09/17/22 05:32:16.107 +Sep 17 05:32:16.110: INFO: e2e-2vggk-daemon-set-5dc65fb586 has been updated +STEP: Generate another ControllerRevision by patching the Daemonset 09/17/22 05:32:16.11 +W0917 05:32:16.113103 20 warnings.go:70] unknown field "updateStrategy" +STEP: Confirm that there are two ControllerRevisions 09/17/22 05:32:16.113 +Sep 17 05:32:16.113: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 17 05:32:17.115: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 17 05:32:17.117: INFO: Found 2 ControllerRevisions +STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-2vggk-daemon-set-5dc65fb586=updated" 09/17/22 05:32:17.117 +STEP: Confirm that there is only one ControllerRevision 09/17/22 05:32:17.12 +Sep 17 05:32:17.120: INFO: Requesting list of ControllerRevisions to confirm quantity +Sep 17 05:32:17.121: INFO: Found 1 ControllerRevisions +Sep 17 05:32:17.122: INFO: ControllerRevision "e2e-2vggk-daemon-set-7fc566ffbc" has revision 3 +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 +STEP: Deleting DaemonSet "e2e-2vggk-daemon-set" 09/17/22 05:32:17.123 +STEP: deleting DaemonSet.extensions e2e-2vggk-daemon-set in namespace controllerrevisions-5728, will wait for the garbage collector to delete the pods 09/17/22 05:32:17.123 +Sep 17 05:32:17.177: INFO: Deleting DaemonSet.extensions e2e-2vggk-daemon-set took: 2.797101ms +Sep 17 05:32:17.277: INFO: Terminating DaemonSet.extensions e2e-2vggk-daemon-set pods took: 100.097311ms +Sep 17 05:32:19.080: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 0 +Sep 17 05:32:19.080: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-2vggk-daemon-set +Sep 17 05:32:19.090: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"38580"},"items":null} + +Sep 17 05:32:19.099: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"38580"},"items":null} + +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:187 +Sep 17 05:32:19.103: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "controllerrevisions-5728" for this suite. 09/17/22 05:32:19.105 +{"msg":"PASSED [sig-apps] ControllerRevision [Serial] should manage the lifecycle of a ControllerRevision [Conformance]","completed":351,"skipped":6549,"failed":0} +------------------------------ +• [SLOW TEST] [6.045 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] + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:13.061 + Sep 17 05:32:13.062: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename controllerrevisions 09/17/22 05:32:13.062 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:13.069 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:13.072 + [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-2vggk-daemon-set" 09/17/22 05:32:13.08 + STEP: Check that daemon pods launch on every node of the cluster. 09/17/22 05:32:13.082 + Sep 17 05:32:13.089: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 0 + Sep 17 05:32:13.089: INFO: Node 10.254.0.16 is running 0 daemon pod, expected 1 + Sep 17 05:32:14.092: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 1 + Sep 17 05:32:14.092: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 + Sep 17 05:32:15.092: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 2 + Sep 17 05:32:15.092: INFO: Node 10.254.0.17 is running 0 daemon pod, expected 1 + Sep 17 05:32:16.092: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 3 + Sep 17 05:32:16.092: INFO: Number of running nodes: 3, number of available pods: 3 in daemonset e2e-2vggk-daemon-set + STEP: Confirm DaemonSet "e2e-2vggk-daemon-set" successfully created with "daemonset-name=e2e-2vggk-daemon-set" label 09/17/22 05:32:16.093 + STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-2vggk-daemon-set" 09/17/22 05:32:16.095 + Sep 17 05:32:16.097: INFO: Located ControllerRevision: "e2e-2vggk-daemon-set-79d86c4f88" + STEP: Patching ControllerRevision "e2e-2vggk-daemon-set-79d86c4f88" 09/17/22 05:32:16.098 + Sep 17 05:32:16.100: INFO: e2e-2vggk-daemon-set-79d86c4f88 has been patched + STEP: Create a new ControllerRevision 09/17/22 05:32:16.1 + Sep 17 05:32:16.102: INFO: Created ControllerRevision: e2e-2vggk-daemon-set-5dc65fb586 + STEP: Confirm that there are two ControllerRevisions 09/17/22 05:32:16.102 + Sep 17 05:32:16.102: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 17 05:32:16.103: INFO: Found 2 ControllerRevisions + STEP: Deleting ControllerRevision "e2e-2vggk-daemon-set-79d86c4f88" 09/17/22 05:32:16.103 + STEP: Confirm that there is only one ControllerRevision 09/17/22 05:32:16.105 + Sep 17 05:32:16.105: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 17 05:32:16.106: INFO: Found 1 ControllerRevisions + STEP: Updating ControllerRevision "e2e-2vggk-daemon-set-5dc65fb586" 09/17/22 05:32:16.107 + Sep 17 05:32:16.110: INFO: e2e-2vggk-daemon-set-5dc65fb586 has been updated + STEP: Generate another ControllerRevision by patching the Daemonset 09/17/22 05:32:16.11 + W0917 05:32:16.113103 20 warnings.go:70] unknown field "updateStrategy" + STEP: Confirm that there are two ControllerRevisions 09/17/22 05:32:16.113 + Sep 17 05:32:16.113: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 17 05:32:17.115: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 17 05:32:17.117: INFO: Found 2 ControllerRevisions + STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-2vggk-daemon-set-5dc65fb586=updated" 09/17/22 05:32:17.117 + STEP: Confirm that there is only one ControllerRevision 09/17/22 05:32:17.12 + Sep 17 05:32:17.120: INFO: Requesting list of ControllerRevisions to confirm quantity + Sep 17 05:32:17.121: INFO: Found 1 ControllerRevisions + Sep 17 05:32:17.122: INFO: ControllerRevision "e2e-2vggk-daemon-set-7fc566ffbc" has revision 3 + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 + STEP: Deleting DaemonSet "e2e-2vggk-daemon-set" 09/17/22 05:32:17.123 + STEP: deleting DaemonSet.extensions e2e-2vggk-daemon-set in namespace controllerrevisions-5728, will wait for the garbage collector to delete the pods 09/17/22 05:32:17.123 + Sep 17 05:32:17.177: INFO: Deleting DaemonSet.extensions e2e-2vggk-daemon-set took: 2.797101ms + Sep 17 05:32:17.277: INFO: Terminating DaemonSet.extensions e2e-2vggk-daemon-set pods took: 100.097311ms + Sep 17 05:32:19.080: INFO: Number of nodes with available pods controlled by daemonset e2e-2vggk-daemon-set: 0 + Sep 17 05:32:19.080: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-2vggk-daemon-set + Sep 17 05:32:19.090: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"38580"},"items":null} + + Sep 17 05:32:19.099: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"38580"},"items":null} + + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/framework.go:187 + Sep 17 05:32:19.103: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "controllerrevisions-5728" for this suite. 09/17/22 05:32:19.105 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:382 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:19.107 +Sep 17 05:32:19.107: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 05:32:19.108 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:19.116 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:19.119 +[It] should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:382 +STEP: Counting existing ResourceQuota 09/17/22 05:32:19.12 +STEP: Creating a ResourceQuota 09/17/22 05:32:24.121 +STEP: Ensuring resource quota status is calculated 09/17/22 05:32:24.125 +STEP: Creating a ReplicationController 09/17/22 05:32:26.126 +STEP: Ensuring resource quota status captures replication controller creation 09/17/22 05:32:26.131 +STEP: Deleting a ReplicationController 09/17/22 05:32:28.134 +STEP: Ensuring resource quota status released usage 09/17/22 05:32:28.137 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 05:32:30.140: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-5635" for this suite. 09/17/22 05:32:30.141 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replication controller. [Conformance]","completed":352,"skipped":6554,"failed":0} +------------------------------ +• [SLOW TEST] [11.036 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:382 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:19.107 + Sep 17 05:32:19.107: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 05:32:19.108 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:19.116 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:19.119 + [It] should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:382 + STEP: Counting existing ResourceQuota 09/17/22 05:32:19.12 + STEP: Creating a ResourceQuota 09/17/22 05:32:24.121 + STEP: Ensuring resource quota status is calculated 09/17/22 05:32:24.125 + STEP: Creating a ReplicationController 09/17/22 05:32:26.126 + STEP: Ensuring resource quota status captures replication controller creation 09/17/22 05:32:26.131 + STEP: Deleting a ReplicationController 09/17/22 05:32:28.134 + STEP: Ensuring resource quota status released usage 09/17/22 05:32:28.137 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 05:32:30.140: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-5635" for this suite. 09/17/22 05:32:30.141 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:30.145 +Sep 17 05:32:30.145: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename watch 09/17/22 05:32:30.146 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:30.155 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:30.157 +[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 09/17/22 05:32:30.158 +STEP: creating a new configmap 09/17/22 05:32:30.158 +STEP: modifying the configmap once 09/17/22 05:32:30.16 +STEP: changing the label value of the configmap 09/17/22 05:32:30.162 +STEP: Expecting to observe a delete notification for the watched object 09/17/22 05:32:30.165 +Sep 17 05:32:30.165: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38650 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:30 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Sep 17 05:32:30.165: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38651 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:30 +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,} +Sep 17 05:32:30.165: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38652 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:30 +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 09/17/22 05:32:30.165 +STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 09/17/22 05:32:30.167 +STEP: changing the label value of the configmap back 09/17/22 05:32:40.168 +STEP: modifying the configmap a third time 09/17/22 05:32:40.171 +STEP: deleting the configmap 09/17/22 05:32:40.174 +STEP: Expecting to observe an add notification for the watched object when the label value was restored 09/17/22 05:32:40.175 +Sep 17 05:32:40.175: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38679 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:40 +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,} +Sep 17 05:32:40.175: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38680 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:40 +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,} +Sep 17 05:32:40.176: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38681 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:40 +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/framework.go:187 +Sep 17 05:32:40.176: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "watch-2876" for this suite. 09/17/22 05:32:40.177 +{"msg":"PASSED [sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]","completed":353,"skipped":6585,"failed":0} +------------------------------ +• [SLOW TEST] [10.033 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:30.145 + Sep 17 05:32:30.145: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename watch 09/17/22 05:32:30.146 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:30.155 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:30.157 + [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 09/17/22 05:32:30.158 + STEP: creating a new configmap 09/17/22 05:32:30.158 + STEP: modifying the configmap once 09/17/22 05:32:30.16 + STEP: changing the label value of the configmap 09/17/22 05:32:30.162 + STEP: Expecting to observe a delete notification for the watched object 09/17/22 05:32:30.165 + Sep 17 05:32:30.165: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38650 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:30 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Sep 17 05:32:30.165: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38651 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:30 +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,} + Sep 17 05:32:30.165: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38652 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:30 +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 09/17/22 05:32:30.165 + STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 09/17/22 05:32:30.167 + STEP: changing the label value of the configmap back 09/17/22 05:32:40.168 + STEP: modifying the configmap a third time 09/17/22 05:32:40.171 + STEP: deleting the configmap 09/17/22 05:32:40.174 + STEP: Expecting to observe an add notification for the watched object when the label value was restored 09/17/22 05:32:40.175 + Sep 17 05:32:40.175: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38679 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:40 +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,} + Sep 17 05:32:40.175: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38680 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:40 +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,} + Sep 17 05:32:40.176: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-2876 c3be076a-9c86-4570-a8fe-fde15c2945ae 38681 0 2022-09-17 05:32:30 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2022-09-17 05:32:40 +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/framework.go:187 + Sep 17 05:32:40.176: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "watch-2876" for this suite. 09/17/22 05:32:40.177 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-apps] ReplicaSet + should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:40.179 +Sep 17 05:32:40.179: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replicaset 09/17/22 05:32:40.18 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:40.187 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:40.189 +[It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 +STEP: Create a ReplicaSet 09/17/22 05:32:40.191 +STEP: Verify that the required pods have come up 09/17/22 05:32:40.193 +Sep 17 05:32:40.199: INFO: Pod name sample-pod: Found 0 pods out of 3 +Sep 17 05:32:45.203: INFO: Pod name sample-pod: Found 3 pods out of 3 +STEP: ensuring each pod is running 09/17/22 05:32:45.203 +Sep 17 05:32:45.205: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} +STEP: Listing all ReplicaSets 09/17/22 05:32:45.205 +STEP: DeleteCollection of the ReplicaSets 09/17/22 05:32:45.208 +STEP: After DeleteCollection verify that ReplicaSets have been deleted 09/17/22 05:32:45.212 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 17 05:32:45.214: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-8768" for this suite. 09/17/22 05:32:45.217 +{"msg":"PASSED [sig-apps] ReplicaSet should list and delete a collection of ReplicaSets [Conformance]","completed":354,"skipped":6597,"failed":0} +------------------------------ +• [SLOW TEST] [5.047 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:40.179 + Sep 17 05:32:40.179: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replicaset 09/17/22 05:32:40.18 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:40.187 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:40.189 + [It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 + STEP: Create a ReplicaSet 09/17/22 05:32:40.191 + STEP: Verify that the required pods have come up 09/17/22 05:32:40.193 + Sep 17 05:32:40.199: INFO: Pod name sample-pod: Found 0 pods out of 3 + Sep 17 05:32:45.203: INFO: Pod name sample-pod: Found 3 pods out of 3 + STEP: ensuring each pod is running 09/17/22 05:32:45.203 + Sep 17 05:32:45.205: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} + STEP: Listing all ReplicaSets 09/17/22 05:32:45.205 + STEP: DeleteCollection of the ReplicaSets 09/17/22 05:32:45.208 + STEP: After DeleteCollection verify that ReplicaSets have been deleted 09/17/22 05:32:45.212 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 17 05:32:45.214: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-8768" for this suite. 09/17/22 05:32:45.217 + << End Captured GinkgoWriter Output +------------------------------ +[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 + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:45.227 +Sep 17 05:32:45.227: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename pod-network-test 09/17/22 05:32:45.227 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:45.242 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:45.247 +[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-7881 09/17/22 05:32:45.25 +STEP: creating a selector 09/17/22 05:32:45.251 +STEP: Creating the service pods in kubernetes 09/17/22 05:32:45.251 +Sep 17 05:32:45.251: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Sep 17 05:32:45.287: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-7881" to be "running and ready" +Sep 17 05:32:45.306: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 19.639875ms +Sep 17 05:32:45.306: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:32:47.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.022186004s +Sep 17 05:32:47.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 05:32:49.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.022379255s +Sep 17 05:32:49.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 05:32:51.308: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.02155764s +Sep 17 05:32:51.308: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 05:32:53.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.022199254s +Sep 17 05:32:53.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 05:32:55.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.022383353s +Sep 17 05:32:55.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Sep 17 05:32:57.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.02220555s +Sep 17 05:32:57.309: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Sep 17 05:32:57.309: INFO: Pod "netserver-0" satisfied condition "running and ready" +Sep 17 05:32:57.310: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-7881" to be "running and ready" +Sep 17 05:32:57.311: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.086069ms +Sep 17 05:32:57.311: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Sep 17 05:32:57.311: INFO: Pod "netserver-1" satisfied condition "running and ready" +Sep 17 05:32:57.312: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-7881" to be "running and ready" +Sep 17 05:32:57.313: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 1.034411ms +Sep 17 05:32:57.313: INFO: The phase of Pod netserver-2 is Running (Ready = true) +Sep 17 05:32:57.313: INFO: Pod "netserver-2" satisfied condition "running and ready" +STEP: Creating test pods 09/17/22 05:32:57.314 +Sep 17 05:32:57.316: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-7881" to be "running" +Sep 17 05:32:57.319: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.240541ms +Sep 17 05:32:59.321: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004509454s +Sep 17 05:32:59.321: INFO: Pod "test-container-pod" satisfied condition "running" +Sep 17 05:32:59.322: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 +Sep 17 05:32:59.322: INFO: Breadth first check of 172.20.188.224 on host 10.254.0.16... +Sep 17 05:32:59.323: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.138:9080/dial?request=hostname&protocol=udp&host=172.20.188.224&port=8081&tries=1'] Namespace:pod-network-test-7881 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:32:59.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:32:59.324: INFO: ExecWithOptions: Clientset creation +Sep 17 05:32:59.324: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7881/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.138%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.20.188.224%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 17 05:32:59.365: INFO: Waiting for responses: map[] +Sep 17 05:32:59.365: INFO: reached 172.20.188.224 after 0/1 tries +Sep 17 05:32:59.365: INFO: Breadth first check of 172.20.110.170 on host 10.254.0.17... +Sep 17 05:32:59.366: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.138:9080/dial?request=hostname&protocol=udp&host=172.20.110.170&port=8081&tries=1'] Namespace:pod-network-test-7881 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:32:59.366: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:32:59.367: INFO: ExecWithOptions: Clientset creation +Sep 17 05:32:59.367: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7881/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.138%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.20.110.170%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 17 05:32:59.405: INFO: Waiting for responses: map[] +Sep 17 05:32:59.405: INFO: reached 172.20.110.170 after 0/1 tries +Sep 17 05:32:59.405: INFO: Breadth first check of 172.20.209.11 on host 10.254.0.18... +Sep 17 05:32:59.407: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.138:9080/dial?request=hostname&protocol=udp&host=172.20.209.11&port=8081&tries=1'] Namespace:pod-network-test-7881 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Sep 17 05:32:59.407: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +Sep 17 05:32:59.407: INFO: ExecWithOptions: Clientset creation +Sep 17 05:32:59.407: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7881/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.138%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.20.209.11%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Sep 17 05:32:59.438: INFO: Waiting for responses: map[] +Sep 17 05:32:59.438: INFO: reached 172.20.209.11 after 0/1 tries +Sep 17 05:32:59.438: INFO: Going to retry 0 out of 3 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 +Sep 17 05:32:59.438: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "pod-network-test-7881" for this suite. 09/17/22 05:32:59.44 +{"msg":"PASSED [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [NodeConformance] [Conformance]","completed":355,"skipped":6597,"failed":0} +------------------------------ +• [SLOW TEST] [14.216 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:45.227 + Sep 17 05:32:45.227: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename pod-network-test 09/17/22 05:32:45.227 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:45.242 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:45.247 + [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-7881 09/17/22 05:32:45.25 + STEP: creating a selector 09/17/22 05:32:45.251 + STEP: Creating the service pods in kubernetes 09/17/22 05:32:45.251 + Sep 17 05:32:45.251: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Sep 17 05:32:45.287: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-7881" to be "running and ready" + Sep 17 05:32:45.306: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 19.639875ms + Sep 17 05:32:45.306: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:32:47.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.022186004s + Sep 17 05:32:47.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 05:32:49.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.022379255s + Sep 17 05:32:49.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 05:32:51.308: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.02155764s + Sep 17 05:32:51.308: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 05:32:53.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.022199254s + Sep 17 05:32:53.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 05:32:55.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.022383353s + Sep 17 05:32:55.309: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Sep 17 05:32:57.309: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.02220555s + Sep 17 05:32:57.309: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Sep 17 05:32:57.309: INFO: Pod "netserver-0" satisfied condition "running and ready" + Sep 17 05:32:57.310: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-7881" to be "running and ready" + Sep 17 05:32:57.311: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 1.086069ms + Sep 17 05:32:57.311: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Sep 17 05:32:57.311: INFO: Pod "netserver-1" satisfied condition "running and ready" + Sep 17 05:32:57.312: INFO: Waiting up to 5m0s for pod "netserver-2" in namespace "pod-network-test-7881" to be "running and ready" + Sep 17 05:32:57.313: INFO: Pod "netserver-2": Phase="Running", Reason="", readiness=true. Elapsed: 1.034411ms + Sep 17 05:32:57.313: INFO: The phase of Pod netserver-2 is Running (Ready = true) + Sep 17 05:32:57.313: INFO: Pod "netserver-2" satisfied condition "running and ready" + STEP: Creating test pods 09/17/22 05:32:57.314 + Sep 17 05:32:57.316: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-7881" to be "running" + Sep 17 05:32:57.319: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.240541ms + Sep 17 05:32:59.321: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.004509454s + Sep 17 05:32:59.321: INFO: Pod "test-container-pod" satisfied condition "running" + Sep 17 05:32:59.322: INFO: Setting MaxTries for pod polling to 39 for networking test based on endpoint count 3 + Sep 17 05:32:59.322: INFO: Breadth first check of 172.20.188.224 on host 10.254.0.16... + Sep 17 05:32:59.323: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.138:9080/dial?request=hostname&protocol=udp&host=172.20.188.224&port=8081&tries=1'] Namespace:pod-network-test-7881 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:32:59.323: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:32:59.324: INFO: ExecWithOptions: Clientset creation + Sep 17 05:32:59.324: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7881/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.138%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.20.188.224%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 17 05:32:59.365: INFO: Waiting for responses: map[] + Sep 17 05:32:59.365: INFO: reached 172.20.188.224 after 0/1 tries + Sep 17 05:32:59.365: INFO: Breadth first check of 172.20.110.170 on host 10.254.0.17... + Sep 17 05:32:59.366: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.138:9080/dial?request=hostname&protocol=udp&host=172.20.110.170&port=8081&tries=1'] Namespace:pod-network-test-7881 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:32:59.366: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:32:59.367: INFO: ExecWithOptions: Clientset creation + Sep 17 05:32:59.367: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7881/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.138%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.20.110.170%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 17 05:32:59.405: INFO: Waiting for responses: map[] + Sep 17 05:32:59.405: INFO: reached 172.20.110.170 after 0/1 tries + Sep 17 05:32:59.405: INFO: Breadth first check of 172.20.209.11 on host 10.254.0.18... + Sep 17 05:32:59.407: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://172.20.110.138:9080/dial?request=hostname&protocol=udp&host=172.20.209.11&port=8081&tries=1'] Namespace:pod-network-test-7881 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Sep 17 05:32:59.407: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + Sep 17 05:32:59.407: INFO: ExecWithOptions: Clientset creation + Sep 17 05:32:59.407: INFO: ExecWithOptions: execute(POST https://10.68.0.1:443/api/v1/namespaces/pod-network-test-7881/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F172.20.110.138%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D172.20.209.11%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Sep 17 05:32:59.438: INFO: Waiting for responses: map[] + Sep 17 05:32:59.438: INFO: reached 172.20.209.11 after 0/1 tries + Sep 17 05:32:59.438: INFO: Going to retry 0 out of 3 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/framework.go:187 + Sep 17 05:32:59.438: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "pod-network-test-7881" for this suite. 09/17/22 05:32:59.44 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-api-machinery] ResourceQuota + should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:59.444 +Sep 17 05:32:59.444: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename resourcequota 09/17/22 05:32:59.444 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:59.457 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:59.461 +[It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 +STEP: Creating a ResourceQuota 09/17/22 05:32:59.462 +STEP: Getting a ResourceQuota 09/17/22 05:32:59.466 +STEP: Updating a ResourceQuota 09/17/22 05:32:59.469 +STEP: Verifying a ResourceQuota was modified 09/17/22 05:32:59.473 +STEP: Deleting a ResourceQuota 09/17/22 05:32:59.474 +STEP: Verifying the deleted ResourceQuota 09/17/22 05:32:59.479 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 +Sep 17 05:32:59.480: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "resourcequota-8517" for this suite. 09/17/22 05:32:59.482 +{"msg":"PASSED [sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]","completed":356,"skipped":6598,"failed":0} +------------------------------ +• [0.042 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:874 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:59.444 + Sep 17 05:32:59.444: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename resourcequota 09/17/22 05:32:59.444 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:59.457 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:59.461 + [It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:874 + STEP: Creating a ResourceQuota 09/17/22 05:32:59.462 + STEP: Getting a ResourceQuota 09/17/22 05:32:59.466 + STEP: Updating a ResourceQuota 09/17/22 05:32:59.469 + STEP: Verifying a ResourceQuota was modified 09/17/22 05:32:59.473 + STEP: Deleting a ResourceQuota 09/17/22 05:32:59.474 + STEP: Verifying the deleted ResourceQuota 09/17/22 05:32:59.479 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/framework.go:187 + Sep 17 05:32:59.480: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "resourcequota-8517" for this suite. 09/17/22 05:32:59.482 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Containers + should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:72 +[BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:32:59.488 +Sep 17 05:32:59.488: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename containers 09/17/22 05:32:59.489 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:59.502 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:59.503 +[It] should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:72 +STEP: Creating a pod to test override command 09/17/22 05:32:59.505 +Sep 17 05:32:59.514: INFO: Waiting up to 5m0s for pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe" in namespace "containers-9159" to be "Succeeded or Failed" +Sep 17 05:32:59.516: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe": Phase="Pending", Reason="", readiness=false. Elapsed: 1.411444ms +Sep 17 05:33:01.518: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003740036s +Sep 17 05:33:03.518: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003319276s +STEP: Saw pod success 09/17/22 05:33:03.518 +Sep 17 05:33:03.518: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe" satisfied condition "Succeeded or Failed" +Sep 17 05:33:03.519: INFO: Trying to get logs from node 10.254.0.18 pod client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe container agnhost-container: +STEP: delete the pod 09/17/22 05:33:03.521 +Sep 17 05:33:03.525: INFO: Waiting for pod client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe to disappear +Sep 17 05:33:03.528: INFO: Pod client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 +Sep 17 05:33:03.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "containers-9159" for this suite. 09/17/22 05:33:03.529 +{"msg":"PASSED [sig-node] Containers should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance]","completed":357,"skipped":6640,"failed":0} +------------------------------ +• [4.043 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:72 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:32:59.488 + Sep 17 05:32:59.488: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename containers 09/17/22 05:32:59.489 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:32:59.502 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:32:59.503 + [It] should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:72 + STEP: Creating a pod to test override command 09/17/22 05:32:59.505 + Sep 17 05:32:59.514: INFO: Waiting up to 5m0s for pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe" in namespace "containers-9159" to be "Succeeded or Failed" + Sep 17 05:32:59.516: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe": Phase="Pending", Reason="", readiness=false. Elapsed: 1.411444ms + Sep 17 05:33:01.518: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe": Phase="Pending", Reason="", readiness=false. Elapsed: 2.003740036s + Sep 17 05:33:03.518: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.003319276s + STEP: Saw pod success 09/17/22 05:33:03.518 + Sep 17 05:33:03.518: INFO: Pod "client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe" satisfied condition "Succeeded or Failed" + Sep 17 05:33:03.519: INFO: Trying to get logs from node 10.254.0.18 pod client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe container agnhost-container: + STEP: delete the pod 09/17/22 05:33:03.521 + Sep 17 05:33:03.525: INFO: Waiting for pod client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe to disappear + Sep 17 05:33:03.528: INFO: Pod client-containers-29d22f50-0286-47c5-a0da-5e5125e6a1fe no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/framework.go:187 + Sep 17 05:33:03.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "containers-9159" for this suite. 09/17/22 05:33:03.529 + << 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:82 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:33:03.532 +Sep 17 05:33:03.532: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replication-controller 09/17/22 05:33:03.533 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:03.539 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:03.543 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 +[It] should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:82 +Sep 17 05:33:03.544: 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 09/17/22 05:33:04.559 +STEP: Checking rc "condition-test" has the desired failure condition set 09/17/22 05:33:04.578 +STEP: Scaling down rc "condition-test" to satisfy pod quota 09/17/22 05:33:05.585 +Sep 17 05:33:05.588: INFO: Updating replication controller "condition-test" +STEP: Checking rc "condition-test" has no failure condition set 09/17/22 05:33:05.588 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 +Sep 17 05:33:06.594: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replication-controller-1263" for this suite. 09/17/22 05:33:06.596 +{"msg":"PASSED [sig-apps] ReplicationController should surface a failure condition on a common issue like exceeded quota [Conformance]","completed":358,"skipped":6662,"failed":0} +------------------------------ +• [3.066 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:82 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:33:03.532 + Sep 17 05:33:03.532: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replication-controller 09/17/22 05:33:03.533 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:03.539 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:03.543 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:56 + [It] should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:82 + Sep 17 05:33:03.544: 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 09/17/22 05:33:04.559 + STEP: Checking rc "condition-test" has the desired failure condition set 09/17/22 05:33:04.578 + STEP: Scaling down rc "condition-test" to satisfy pod quota 09/17/22 05:33:05.585 + Sep 17 05:33:05.588: INFO: Updating replication controller "condition-test" + STEP: Checking rc "condition-test" has no failure condition set 09/17/22 05:33:05.588 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/framework.go:187 + Sep 17 05:33:06.594: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replication-controller-1263" for this suite. 09/17/22 05:33:06.596 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] ReplicaSet + Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:33:06.599 +Sep 17 05:33:06.599: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename replicaset 09/17/22 05:33:06.599 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:06.608 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:06.61 +[It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 +Sep 17 05:33:06.622: INFO: Pod name sample-pod: Found 0 pods out of 1 +Sep 17 05:33:11.630: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 09/17/22 05:33:11.63 +STEP: Scaling up "test-rs" replicaset 09/17/22 05:33:11.63 +Sep 17 05:33:11.637: INFO: Updating replica set "test-rs" +STEP: patching the ReplicaSet 09/17/22 05:33:11.637 +W0917 05:33:11.646673 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Sep 17 05:33:11.653: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 +Sep 17 05:33:11.655: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 +Sep 17 05:33:11.683: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 +Sep 17 05:33:11.696: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 +Sep 17 05:33:12.933: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 2, AvailableReplicas 2 +Sep 17 05:33:13.142: INFO: observed Replicaset test-rs in namespace replicaset-7804 with ReadyReplicas 3 found true +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 +Sep 17 05:33:13.142: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "replicaset-7804" for this suite. 09/17/22 05:33:13.144 +{"msg":"PASSED [sig-apps] ReplicaSet Replace and Patch tests [Conformance]","completed":359,"skipped":6670,"failed":0} +------------------------------ +• [SLOW TEST] [6.548 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 + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:33:06.599 + Sep 17 05:33:06.599: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename replicaset 09/17/22 05:33:06.599 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:06.608 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:06.61 + [It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 + Sep 17 05:33:06.622: INFO: Pod name sample-pod: Found 0 pods out of 1 + Sep 17 05:33:11.630: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 09/17/22 05:33:11.63 + STEP: Scaling up "test-rs" replicaset 09/17/22 05:33:11.63 + Sep 17 05:33:11.637: INFO: Updating replica set "test-rs" + STEP: patching the ReplicaSet 09/17/22 05:33:11.637 + W0917 05:33:11.646673 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Sep 17 05:33:11.653: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 + Sep 17 05:33:11.655: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 + Sep 17 05:33:11.683: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 + Sep 17 05:33:11.696: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 1, AvailableReplicas 1 + Sep 17 05:33:12.933: INFO: observed ReplicaSet test-rs in namespace replicaset-7804 with ReadyReplicas 2, AvailableReplicas 2 + Sep 17 05:33:13.142: INFO: observed Replicaset test-rs in namespace replicaset-7804 with ReadyReplicas 3 found true + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/framework.go:187 + Sep 17 05:33:13.142: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "replicaset-7804" for this suite. 09/17/22 05:33:13.144 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:52 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:33:13.147 +Sep 17 05:33:13.147: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename projected 09/17/22 05:33:13.148 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:13.156 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:13.164 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 +[It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:52 +STEP: Creating a pod to test downward API volume plugin 09/17/22 05:33:13.165 +Sep 17 05:33:13.168: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887" in namespace "projected-2040" to be "Succeeded or Failed" +Sep 17 05:33:13.170: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887": Phase="Pending", Reason="", readiness=false. Elapsed: 1.666407ms +Sep 17 05:33:15.172: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004274938s +Sep 17 05:33:17.172: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004027033s +STEP: Saw pod success 09/17/22 05:33:17.172 +Sep 17 05:33:17.172: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887" satisfied condition "Succeeded or Failed" +Sep 17 05:33:17.173: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887 container client-container: +STEP: delete the pod 09/17/22 05:33:17.176 +Sep 17 05:33:17.180: INFO: Waiting for pod downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887 to disappear +Sep 17 05:33:17.183: INFO: Pod downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 +Sep 17 05:33:17.183: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "projected-2040" for this suite. 09/17/22 05:33:17.185 +{"msg":"PASSED [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance]","completed":360,"skipped":6683,"failed":0} +------------------------------ +• [4.040 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:52 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:33:13.147 + Sep 17 05:33:13.147: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename projected 09/17/22 05:33:13.148 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:13.156 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:13.164 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:43 + [It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:52 + STEP: Creating a pod to test downward API volume plugin 09/17/22 05:33:13.165 + Sep 17 05:33:13.168: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887" in namespace "projected-2040" to be "Succeeded or Failed" + Sep 17 05:33:13.170: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887": Phase="Pending", Reason="", readiness=false. Elapsed: 1.666407ms + Sep 17 05:33:15.172: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887": Phase="Pending", Reason="", readiness=false. Elapsed: 2.004274938s + Sep 17 05:33:17.172: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.004027033s + STEP: Saw pod success 09/17/22 05:33:17.172 + Sep 17 05:33:17.172: INFO: Pod "downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887" satisfied condition "Succeeded or Failed" + Sep 17 05:33:17.173: INFO: Trying to get logs from node 10.254.0.17 pod downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887 container client-container: + STEP: delete the pod 09/17/22 05:33:17.176 + Sep 17 05:33:17.180: INFO: Waiting for pod downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887 to disappear + Sep 17 05:33:17.183: INFO: Pod downwardapi-volume-a2153a6f-45e1-48cf-8794-73f6bdce7887 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/framework.go:187 + Sep 17 05:33:17.183: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "projected-2040" for this suite. 09/17/22 05:33:17.185 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:239 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:33:17.188 +Sep 17 05:33:17.188: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename configmap 09/17/22 05:33:17.188 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:17.197 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:17.2 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:239 +STEP: Creating configMap with name cm-test-opt-del-8093d2ba-2b6b-4c62-bac5-20a4536bb201 09/17/22 05:33:17.205 +STEP: Creating configMap with name cm-test-opt-upd-0c0e52ed-e4c1-48e9-8561-a81e5714da73 09/17/22 05:33:17.208 +STEP: Creating the pod 09/17/22 05:33:17.21 +Sep 17 05:33:17.215: INFO: Waiting up to 5m0s for pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9" in namespace "configmap-3058" to be "running and ready" +Sep 17 05:33:17.217: INFO: Pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.457795ms +Sep 17 05:33:17.217: INFO: The phase of Pod pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9 is Pending, waiting for it to be Running (with Ready = true) +Sep 17 05:33:19.219: INFO: Pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9": Phase="Running", Reason="", readiness=true. Elapsed: 2.004277656s +Sep 17 05:33:19.219: INFO: The phase of Pod pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9 is Running (Ready = true) +Sep 17 05:33:19.219: INFO: Pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-8093d2ba-2b6b-4c62-bac5-20a4536bb201 09/17/22 05:33:19.226 +STEP: Updating configmap cm-test-opt-upd-0c0e52ed-e4c1-48e9-8561-a81e5714da73 09/17/22 05:33:19.228 +STEP: Creating configMap with name cm-test-opt-create-a5c52299-65b2-41ba-abd0-ae914dfa67eb 09/17/22 05:33:19.23 +STEP: waiting to observe update in volume 09/17/22 05:33:19.232 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 +Sep 17 05:33:21.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "configmap-3058" for this suite. 09/17/22 05:33:21.244 +{"msg":"PASSED [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]","completed":361,"skipped":6694,"failed":0} +------------------------------ +• [4.058 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:239 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:33:17.188 + Sep 17 05:33:17.188: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename configmap 09/17/22 05:33:17.188 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:17.197 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:17.2 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:239 + STEP: Creating configMap with name cm-test-opt-del-8093d2ba-2b6b-4c62-bac5-20a4536bb201 09/17/22 05:33:17.205 + STEP: Creating configMap with name cm-test-opt-upd-0c0e52ed-e4c1-48e9-8561-a81e5714da73 09/17/22 05:33:17.208 + STEP: Creating the pod 09/17/22 05:33:17.21 + Sep 17 05:33:17.215: INFO: Waiting up to 5m0s for pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9" in namespace "configmap-3058" to be "running and ready" + Sep 17 05:33:17.217: INFO: Pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.457795ms + Sep 17 05:33:17.217: INFO: The phase of Pod pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9 is Pending, waiting for it to be Running (with Ready = true) + Sep 17 05:33:19.219: INFO: Pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9": Phase="Running", Reason="", readiness=true. Elapsed: 2.004277656s + Sep 17 05:33:19.219: INFO: The phase of Pod pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9 is Running (Ready = true) + Sep 17 05:33:19.219: INFO: Pod "pod-configmaps-518cfb16-6faa-4f3c-b8c0-dd68b750b2e9" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-8093d2ba-2b6b-4c62-bac5-20a4536bb201 09/17/22 05:33:19.226 + STEP: Updating configmap cm-test-opt-upd-0c0e52ed-e4c1-48e9-8561-a81e5714da73 09/17/22 05:33:19.228 + STEP: Creating configMap with name cm-test-opt-create-a5c52299-65b2-41ba-abd0-ae914dfa67eb 09/17/22 05:33:19.23 + STEP: waiting to observe update in volume 09/17/22 05:33:19.232 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/framework.go:187 + Sep 17 05:33:21.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "configmap-3058" for this suite. 09/17/22 05:33:21.244 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:111 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 +STEP: Creating a kubernetes client 09/17/22 05:33:21.246 +Sep 17 05:33:21.246: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 +STEP: Building a namespace api object, basename var-expansion 09/17/22 05:33:21.247 +STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:21.253 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:21.256 +[It] should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:111 +STEP: Creating a pod to test substitution in volume subpath 09/17/22 05:33:21.258 +Sep 17 05:33:21.263: INFO: Waiting up to 5m0s for pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf" in namespace "var-expansion-7885" to be "Succeeded or Failed" +Sep 17 05:33:21.269: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Pending", Reason="", readiness=false. Elapsed: 6.421695ms +Sep 17 05:33:23.272: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Running", Reason="", readiness=true. Elapsed: 2.008723834s +Sep 17 05:33:25.272: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Running", Reason="", readiness=false. Elapsed: 4.00906449s +Sep 17 05:33:27.271: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.008411298s +STEP: Saw pod success 09/17/22 05:33:27.271 +Sep 17 05:33:27.271: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf" satisfied condition "Succeeded or Failed" +Sep 17 05:33:27.273: INFO: Trying to get logs from node 10.254.0.18 pod var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf container dapi-container: +STEP: delete the pod 09/17/22 05:33:27.275 +Sep 17 05:33:27.279: INFO: Waiting for pod var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf to disappear +Sep 17 05:33:27.285: INFO: Pod var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 +Sep 17 05:33:27.285: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +STEP: Destroying namespace "var-expansion-7885" for this suite. 09/17/22 05:33:27.287 +{"msg":"PASSED [sig-node] Variable Expansion should allow substituting values in a volume subpath [Conformance]","completed":362,"skipped":6695,"failed":0} +------------------------------ +• [SLOW TEST] [6.045 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:111 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:186 + STEP: Creating a kubernetes client 09/17/22 05:33:21.246 + Sep 17 05:33:21.246: INFO: >>> kubeConfig: /tmp/kubeconfig-1947357281 + STEP: Building a namespace api object, basename var-expansion 09/17/22 05:33:21.247 + STEP: Waiting for a default service account to be provisioned in namespace 09/17/22 05:33:21.253 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 09/17/22 05:33:21.256 + [It] should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:111 + STEP: Creating a pod to test substitution in volume subpath 09/17/22 05:33:21.258 + Sep 17 05:33:21.263: INFO: Waiting up to 5m0s for pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf" in namespace "var-expansion-7885" to be "Succeeded or Failed" + Sep 17 05:33:21.269: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Pending", Reason="", readiness=false. Elapsed: 6.421695ms + Sep 17 05:33:23.272: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Running", Reason="", readiness=true. Elapsed: 2.008723834s + Sep 17 05:33:25.272: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Running", Reason="", readiness=false. Elapsed: 4.00906449s + Sep 17 05:33:27.271: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.008411298s + STEP: Saw pod success 09/17/22 05:33:27.271 + Sep 17 05:33:27.271: INFO: Pod "var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf" satisfied condition "Succeeded or Failed" + Sep 17 05:33:27.273: INFO: Trying to get logs from node 10.254.0.18 pod var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf container dapi-container: + STEP: delete the pod 09/17/22 05:33:27.275 + Sep 17 05:33:27.279: INFO: Waiting for pod var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf to disappear + Sep 17 05:33:27.285: INFO: Pod var-expansion-c88b612c-cfcd-490c-b204-b00abfdf9bdf no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/framework.go:187 + Sep 17 05:33:27.285: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + STEP: Destroying namespace "var-expansion-7885" for this suite. 09/17/22 05:33:27.287 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[SynchronizedAfterSuite] +test/e2e/e2e.go:87 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 +{"msg":"Test Suite completed","completed":362,"skipped":6705,"failed":0} +Sep 17 05:33:27.292: INFO: Running AfterSuite actions on all nodes +Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func20.2 +Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func10.2 +Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func9.2 +Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func17.3 +Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func9.2 +Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func4.2 +Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.3 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 +Sep 17 05:33:27.292: INFO: Running AfterSuite actions on node 1 +Sep 17 05:33:27.292: INFO: Skipping dumping logs from cluster +------------------------------ +[SynchronizedAfterSuite] PASSED [0.000 seconds] +[SynchronizedAfterSuite] +test/e2e/e2e.go:87 + + Begin Captured GinkgoWriter Output >> + [SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 + Sep 17 05:33:27.292: INFO: Running AfterSuite actions on all nodes + Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func20.2 + Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func10.2 + Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage.glob..func9.2 + Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func17.3 + Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func9.2 + Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func4.2 + Sep 17 05:33:27.292: INFO: Running Cleanup Action: k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.3 + [SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:87 + Sep 17 05:33:27.292: INFO: Running AfterSuite actions on node 1 + Sep 17 05:33:27.292: INFO: Skipping dumping logs from cluster + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterSuite] Kubernetes e2e suite report +test/e2e/e2e_test.go:146 +[ReportAfterSuite] TOP-LEVEL + test/e2e/e2e_test.go:146 +------------------------------ +[ReportAfterSuite] PASSED [0.000 seconds] +[ReportAfterSuite] Kubernetes e2e suite report +test/e2e/e2e_test.go:146 + + Begin Captured GinkgoWriter Output >> + [ReportAfterSuite] TOP-LEVEL + test/e2e/e2e_test.go:146 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterSuite] Kubernetes e2e JUnit report +test/e2e/framework/test_context.go:559 +[ReportAfterSuite] TOP-LEVEL + test/e2e/framework/test_context.go:559 +------------------------------ +[ReportAfterSuite] PASSED [0.053 seconds] +[ReportAfterSuite] Kubernetes e2e JUnit report +test/e2e/framework/test_context.go:559 + + Begin Captured GinkgoWriter Output >> + [ReportAfterSuite] TOP-LEVEL + test/e2e/framework/test_context.go:559 + << End Captured GinkgoWriter Output +------------------------------ + +Ran 362 of 7067 Specs in 5631.944 seconds +SUCCESS! -- 362 Passed | 0 Failed | 0 Pending | 6705 Skipped +PASS + +Ginkgo ran 1 suite in 1h33m52.136549368s +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.1.6 + diff --git a/v1.25/kubeasz/junit_01.xml b/v1.25/kubeasz/junit_01.xml new file mode 100644 index 0000000000..e705903c34 --- /dev/null +++ b/v1.25/kubeasz/junit_01.xml @@ -0,0 +1,20505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/v1.25/kubeasz/kubeasz.svg b/v1.25/kubeasz/kubeasz.svg new file mode 100644 index 0000000000..936486fd57 --- /dev/null +++ b/v1.25/kubeasz/kubeasz.svg @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + +kubeasz +kubeasz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +