I0210 23:16:08.485228 8 test_context.go:429] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready I0210 23:16:08.579323 8 e2e.go:129] Starting e2e run "55af8c65-0fca-4237-b02e-5bef7ab32f59" on Ginkgo node 1 {"msg":"Test Suite starting","total":1,"completed":0,"skipped":0,"failed":0} Running Suite: Kubernetes e2e suite =================================== Random Seed: 1612998966 - Will randomize all specs Will run 1 of 5238 specs Feb 10 23:16:08.595: INFO: >>> kubeConfig: /root/.kube/config Feb 10 23:16:08.601: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable Feb 10 23:16:08.994: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Feb 10 23:16:09.448: INFO: 12 / 12 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Feb 10 23:16:09.448: INFO: expected 2 pod replicas in namespace 'kube-system', 2 are Running and Ready. Feb 10 23:16:09.448: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Feb 10 23:16:09.983: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'kindnet' (0 seconds elapsed) Feb 10 23:16:09.983: INFO: 3 / 3 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) Feb 10 23:16:09.983: INFO: e2e test version: v1.19.7 Feb 10 23:16:09.984: INFO: kube-apiserver version: v1.19.4 Feb 10 23:16:09.984: INFO: >>> kubeConfig: /root/.kube/config Feb 10 23:16:10.242: INFO: Cluster IP family: ipv4 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 [BeforeEach] [sig-cli] Kubectl client /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:174 STEP: Creating a kubernetes client Feb 10 23:16:10.253: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename kubectl Feb 10 23:16:12.753: INFO: No PodSecurityPolicies found; assuming PodSecurityPolicy is disabled. STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-cli] Kubectl client /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:247 [It] should create and stop a working application [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 STEP: creating all guestbook components Feb 10 23:16:12.756: INFO: apiVersion: v1 kind: Service metadata: name: agnhost-replica labels: app: agnhost role: replica tier: backend spec: ports: - port: 6379 selector: app: agnhost role: replica tier: backend Feb 10 23:16:12.756: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 create -f -' Feb 10 23:17:28.197: INFO: stderr: "" Feb 10 23:17:28.197: INFO: stdout: "service/agnhost-replica created\n" Feb 10 23:17:28.197: INFO: apiVersion: v1 kind: Service metadata: name: agnhost-primary labels: app: agnhost role: primary tier: backend spec: ports: - port: 6379 targetPort: 6379 selector: app: agnhost role: primary tier: backend Feb 10 23:17:28.197: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 create -f -' Feb 10 23:17:33.011: INFO: stderr: "" Feb 10 23:17:33.011: INFO: stdout: "service/agnhost-primary created\n" Feb 10 23:17:33.011: INFO: apiVersion: v1 kind: Service metadata: name: frontend labels: app: guestbook tier: frontend spec: # if your cluster supports it, uncomment the following to automatically create # an external load-balanced IP for the frontend service. # type: LoadBalancer ports: - port: 80 selector: app: guestbook tier: frontend Feb 10 23:17:33.012: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 create -f -' Feb 10 23:17:35.113: INFO: stderr: "" Feb 10 23:17:35.113: INFO: stdout: "service/frontend created\n" Feb 10 23:17:35.113: 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: k8s.gcr.io/e2e-test-images/agnhost:2.20 args: [ "guestbook", "--backend-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 80 Feb 10 23:17:35.113: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 create -f -' Feb 10 23:17:37.580: INFO: stderr: "" Feb 10 23:17:37.580: INFO: stdout: "deployment.apps/frontend created\n" Feb 10 23:17:37.581: 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: k8s.gcr.io/e2e-test-images/agnhost:2.20 args: [ "guestbook", "--http-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 6379 Feb 10 23:17:37.581: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 create -f -' Feb 10 23:17:40.890: INFO: stderr: "" Feb 10 23:17:40.890: INFO: stdout: "deployment.apps/agnhost-primary created\n" Feb 10 23:17:40.890: 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: k8s.gcr.io/e2e-test-images/agnhost:2.20 args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 6379 Feb 10 23:17:40.890: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 create -f -' Feb 10 23:17:46.266: INFO: stderr: "" Feb 10 23:17:46.266: INFO: stdout: "deployment.apps/agnhost-replica created\n" STEP: validating guestbook app Feb 10 23:17:46.266: INFO: Waiting for all frontend pods to be Running. Feb 10 23:27:46.337: FAIL: Unexpected error: <*errors.errorString | 0xc0019825f0>: { s: "Timeout while waiting for pods with labels \"app=guestbook,tier=frontend\" to be running", } Timeout while waiting for pods with labels "app=guestbook,tier=frontend" to be running occurred Full Stack Trace k8s.io/kubernetes/test/e2e/kubectl.validateGuestbookApp(0x53f1a60, 0xc0011a6840, 0xc003682080, 0xc) /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1943 +0x219 k8s.io/kubernetes/test/e2e/kubectl.glob..func1.7.2() /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:378 +0x159 k8s.io/kubernetes/test/e2e.RunE2ETests(0xc002304600) _output/dockerized/go/src/k8s.io/kubernetes/test/e2e/e2e.go:130 +0x345 k8s.io/kubernetes/test/e2e.TestE2E(0xc002304600) _output/dockerized/go/src/k8s.io/kubernetes/test/e2e/e2e_test.go:145 +0x2b testing.tRunner(0xc002304600, 0x4dcff40) /usr/local/go/src/testing/testing.go:1123 +0xef created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1168 +0x2b3 STEP: using delete to clean up resources Feb 10 23:27:46.338: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 delete --grace-period=0 --force -f -' Feb 10 23:29:25.018: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" Feb 10 23:29:25.018: INFO: stdout: "service \"agnhost-replica\" force deleted\n" STEP: using delete to clean up resources Feb 10 23:29:25.018: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 delete --grace-period=0 --force -f -' Feb 10 23:29:28.439: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" Feb 10 23:29:28.439: INFO: stdout: "service \"agnhost-primary\" force deleted\n" STEP: using delete to clean up resources Feb 10 23:29:28.440: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 delete --grace-period=0 --force -f -' Feb 10 23:29:35.335: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" Feb 10 23:29:35.336: INFO: stdout: "service \"frontend\" force deleted\n" STEP: using delete to clean up resources Feb 10 23:29:35.336: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 delete --grace-period=0 --force -f -' Feb 10 23:29:38.954: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" Feb 10 23:29:38.954: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" STEP: using delete to clean up resources Feb 10 23:29:38.955: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 delete --grace-period=0 --force -f -' Feb 10 23:29:39.288: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" Feb 10 23:29:39.288: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" STEP: using delete to clean up resources Feb 10 23:29:39.288: INFO: Running '/usr/local/bin/kubectl --server=https://172.30.12.66:36773 --kubeconfig=/root/.kube/config --namespace=kubectl-4479 delete --grace-period=0 --force -f -' Feb 10 23:29:41.526: INFO: stderr: "warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" Feb 10 23:29:41.526: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" [AfterEach] [sig-cli] Kubectl client /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:175 STEP: Collecting events from namespace "kubectl-4479". STEP: Found 56 events. Feb 10 23:29:41.681: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for agnhost-primary-76f75c9b74-gl9w6: { } Scheduled: Successfully assigned kubectl-4479/agnhost-primary-76f75c9b74-gl9w6 to kali-worker Feb 10 23:29:41.681: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: { } Scheduled: Successfully assigned kubectl-4479/agnhost-replica-7d6489798-f5kzq to kali-worker2 Feb 10 23:29:41.681: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for agnhost-replica-7d6489798-kjwjp: { } Scheduled: Successfully assigned kubectl-4479/agnhost-replica-7d6489798-kjwjp to kali-worker Feb 10 23:29:41.681: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for frontend-58d458fdbd-c59h4: { } Scheduled: Successfully assigned kubectl-4479/frontend-58d458fdbd-c59h4 to kali-worker2 Feb 10 23:29:41.681: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for frontend-58d458fdbd-clwl2: { } Scheduled: Successfully assigned kubectl-4479/frontend-58d458fdbd-clwl2 to kali-worker Feb 10 23:29:41.681: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for frontend-58d458fdbd-mkl4l: { } Scheduled: Successfully assigned kubectl-4479/frontend-58d458fdbd-mkl4l to kali-worker2 Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:37 +0000 UTC - event for frontend: {deployment-controller } ScalingReplicaSet: Scaled up replica set frontend-58d458fdbd to 3 Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:39 +0000 UTC - event for frontend-58d458fdbd: {replicaset-controller } SuccessfulCreate: Created pod: frontend-58d458fdbd-mkl4l Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:40 +0000 UTC - event for frontend-58d458fdbd: {replicaset-controller } SuccessfulCreate: Created pod: frontend-58d458fdbd-c59h4 Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:40 +0000 UTC - event for frontend-58d458fdbd: {replicaset-controller } SuccessfulCreate: Created pod: frontend-58d458fdbd-clwl2 Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:41 +0000 UTC - event for agnhost-primary: {deployment-controller } ScalingReplicaSet: Scaled up replica set agnhost-primary-76f75c9b74 to 1 Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:42 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "7cf155f5aab3b255c3f95faee22387b8e249e5383e57c8fa5da2740b09e98a09": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:43 +0000 UTC - event for agnhost-primary-76f75c9b74: {replicaset-controller } SuccessfulCreate: Created pod: agnhost-primary-76f75c9b74-gl9w6 Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:44 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "0462a3d395a1769d94cebfa107c57cdc9a4c52e79463732d9960e4d06dff2b35": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:46 +0000 UTC - event for agnhost-replica: {deployment-controller } ScalingReplicaSet: Scaled up replica set agnhost-replica-7d6489798 to 2 Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:48 +0000 UTC - event for agnhost-replica-7d6489798: {replicaset-controller } SuccessfulCreate: Created pod: agnhost-replica-7d6489798-f5kzq Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:50 +0000 UTC - event for agnhost-replica-7d6489798: {replicaset-controller } SuccessfulCreate: Created pod: agnhost-replica-7d6489798-kjwjp Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:51 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "33dbc2436c82daae4bdcb89058553ae8af08110806f26ea10666491e22bd184b": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:17:54 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "2583d41f35cffdc2474851b10a95206bf03e3506f9652ad61b1ba39062878886": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:00 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "76724b6a8147897a5cc4f3ba3eda2238921a3be1c916ec12b74194d514b2d3f8": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:03 +0000 UTC - event for agnhost-primary-76f75c9b74-gl9w6: {kubelet kali-worker} Pulled: Container image "k8s.gcr.io/e2e-test-images/agnhost:2.20" already present on machine Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:03 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "f3189ac98cacab2c15242025ccfa034583c8233f20a1dba74f65c65049ca1813": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:03 +0000 UTC - event for frontend-58d458fdbd-clwl2: {kubelet kali-worker} Pulled: Container image "k8s.gcr.io/e2e-test-images/agnhost:2.20" already present on machine Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:08 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "f1f0437afa160b5344e786f4098d1820b33b755b2ffe2a9e61764b638b625802": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:11 +0000 UTC - event for agnhost-replica-7d6489798-kjwjp: {kubelet kali-worker} Pulled: Container image "k8s.gcr.io/e2e-test-images/agnhost:2.20" already present on machine Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:12 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "e0f9bc76a412ce8240c8f6f718569859f116421a7369b236c4750984a0be78ec": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:16 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "8d8c748d7efcdaaba9cf88f36fe173090c3f784a66f89810f1d26218f58aba89": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:20 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "15276a426ef3ac58a8edc18ef223a5252a4cd10bc5a3d2618a6d28c94a4e2e06": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:24 +0000 UTC - event for agnhost-primary-76f75c9b74-gl9w6: {kubelet kali-worker} Created: Created container primary Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:24 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "c68dcf81a583bc16ff31547decb935212ddfeb668b9f65631aa61ec1d79e62cd": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:25 +0000 UTC - event for agnhost-primary-76f75c9b74-gl9w6: {kubelet kali-worker} Started: Started container primary Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:25 +0000 UTC - event for agnhost-replica-7d6489798-kjwjp: {kubelet kali-worker} Created: Created container replica Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:25 +0000 UTC - event for agnhost-replica-7d6489798-kjwjp: {kubelet kali-worker} Started: Started container replica Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:25 +0000 UTC - event for frontend-58d458fdbd-clwl2: {kubelet kali-worker} Started: Started container guestbook-frontend Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:25 +0000 UTC - event for frontend-58d458fdbd-clwl2: {kubelet kali-worker} Created: Created container guestbook-frontend Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:32 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "586782204358b4e87241243ae22f0168491345c2237402e027ef5b2c1f2fac45": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:32 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "e810f446bb58bbe0a42c38b1806f951d53d885aef5179584febefd1df42ab6d6": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:37 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "9d831fafab2c658a16e1f4630967de48f57e55aab6522ea39c2efbb323846d18": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:43 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "1d2aeb8b0dfe9a44172ace58c9c9f4176271b0c5c2d8ee396c4c7e3765118f05": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:48 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "7eec6c1c05032bd5672d287ecb5a8e4bd1cda8d1cef2be3ad91f69625c7abc04": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:51 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "5241e8aa561fcbb51557e1fd4999a247d1a05c6833030c3bcea68a2b2030b3e3": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:18:58 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "de4cba8a9efa1b8d6931fc50f28d20bb1fa8fa1d85751c6a6d124cc751d57d37": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:04 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "51b036d65431bbeefdfe821eaaa4c6605b0f1950f06e1748fe21826dd827bddb": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:04 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "e20200c4b7aed78ca5099c770531b248ee911fd1e2d0ccf9f5b6871da67db477": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:11 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "07adacd2e17b42e4c7381b5a03a6d3c95a222238a5701933c00a985f0ac3ed8a": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:16 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "2b5a80ec41fee1d61c8f712ae5ff094a8744b4f5c6d938f99378770bc4f4cc4f": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:17 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "6e936f4462d591889ad36c5983cf2a282638b0ee17589b2fe76a7a849042411f": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:26 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "026f9a949e74ea46a54edd790ff9763d84a387c80f6f7ef0bb5048b130023200": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:28 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "ea43ee5ecc433fcb0c1558f6b2a45ae4cc4b069423de0e248c7b826e2514a22e": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:30 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "b8961c9d62f98069827b308a2096d1badd192a623da2411d75dc02fc609e0e1b": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:39 +0000 UTC - event for frontend-58d458fdbd-mkl4l: {kubelet kali-worker2} FailedCreatePodSandBox: (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "2a757759a9134dd8f17a406d9d5db66df74c68b811b66d3683b4f46176b28dc1": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:43 +0000 UTC - event for frontend-58d458fdbd-c59h4: {kubelet kali-worker2} FailedCreatePodSandBox: (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "a239fd9289fec5123514bac4f4903cd346a338bb4f20362e86f8ce7906147ef1": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:19:45 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "efb1e8cc4bd6be5f3d5d282357a9c4159a8dff162e39f5b36aea73f1fe4fb321": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:20:00 +0000 UTC - event for agnhost-replica-7d6489798-f5kzq: {kubelet kali-worker2} FailedCreatePodSandBox: (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "0bd08abaffde010ea83829c2a5c28a129bcdee9566802ee908e8cde45f422c45": netplugin failed with no error message: fork/exec /opt/cni/bin/loopback: argument list too long Feb 10 23:29:41.681: INFO: At 2021-02-10 23:29:39 +0000 UTC - event for agnhost-primary-76f75c9b74-gl9w6: {kubelet kali-worker} Killing: Stopping container primary Feb 10 23:29:41.681: INFO: At 2021-02-10 23:29:41 +0000 UTC - event for frontend-58d458fdbd-clwl2: {kubelet kali-worker} Killing: Stopping container guestbook-frontend Feb 10 23:29:42.892: INFO: POD NODE PHASE GRACE CONDITIONS Feb 10 23:29:42.892: INFO: agnhost-primary-76f75c9b74-gl9w6 kali-worker Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:45 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:18:25 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:18:25 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:43 +0000 UTC }] Feb 10 23:29:42.893: INFO: agnhost-replica-7d6489798-f5kzq kali-worker2 Pending 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:51 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:51 +0000 UTC ContainersNotReady containers with unready status: [replica]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:51 +0000 UTC ContainersNotReady containers with unready status: [replica]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:48 +0000 UTC }] Feb 10 23:29:42.893: INFO: agnhost-replica-7d6489798-kjwjp kali-worker Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:51 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:18:25 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:18:25 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:50 +0000 UTC }] Feb 10 23:29:42.893: INFO: frontend-58d458fdbd-c59h4 kali-worker2 Pending 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:43 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:43 +0000 UTC ContainersNotReady containers with unready status: [guestbook-frontend]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:43 +0000 UTC ContainersNotReady containers with unready status: [guestbook-frontend]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:40 +0000 UTC }] Feb 10 23:29:42.893: INFO: frontend-58d458fdbd-clwl2 kali-worker Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:44 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:18:25 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:18:25 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:40 +0000 UTC }] Feb 10 23:29:42.893: INFO: frontend-58d458fdbd-mkl4l kali-worker2 Pending 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:41 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:41 +0000 UTC ContainersNotReady containers with unready status: [guestbook-frontend]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:41 +0000 UTC ContainersNotReady containers with unready status: [guestbook-frontend]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2021-02-10 23:17:39 +0000 UTC }] Feb 10 23:29:42.893: INFO: Feb 10 23:29:43.411: INFO: Logging node info for node kali-control-plane Feb 10 23:29:43.507: INFO: Node Info: &Node{ObjectMeta:{kali-control-plane /api/v1/nodes/kali-control-plane 172da0f7-0161-4226-bd51-47367be0fac6 7902189 0 2021-01-10 17:33:27 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:kali-control-plane kubernetes.io/os:linux node-role.kubernetes.io/master:] map[kubeadm.alpha.kubernetes.io/cri-socket:unix:///run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubeadm Update v1 2021-01-10 17:33:28 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}},"f:labels":{"f:node-role.kubernetes.io/master":{}}}}} {kube-controller-manager Update v1 2021-01-10 17:34:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}},"f:labels":{"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.0.0/24\"":{}},"f:taints":{}}}} {kubelet Update v1 2021-02-10 23:27:59 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:spec":{"f:providerID":{}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.0.0/24,DoNotUseExternalID:,ProviderID:kind://docker/kali/kali-control-plane,Unschedulable:false,Taints:[]Taint{Taint{Key:node-role.kubernetes.io/master,Value:,Effect:NoSchedule,TimeAdded:,},},ConfigSource:nil,PodCIDRs:[10.244.0.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922104832 0} {} 131759868Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922104832 0} {} 131759868Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2021-02-10 23:27:59 +0000 UTC,LastTransitionTime:2021-01-10 17:33:27 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2021-02-10 23:27:59 +0000 UTC,LastTransitionTime:2021-01-10 17:33:27 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2021-02-10 23:27:59 +0000 UTC,LastTransitionTime:2021-01-10 17:33:27 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2021-02-10 23:27:59 +0000 UTC,LastTransitionTime:2021-01-10 17:34:50 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.8,},NodeAddress{Type:Hostname,Address:kali-control-plane,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:8b5d01f1c13046d6b40c783265609253,SystemUUID:ea8408f5-5306-47cb-8a07-87153d3a90a9,BootID:b267d78b-f69b-4338-80e8-3f4944338e5d,KernelVersion:4.15.0-118-generic,OSImage:Ubuntu 20.10,ContainerRuntimeVersion:containerd://1.4.0-106-gce4439a8,KubeletVersion:v1.19.4,KubeProxyVersion:v1.19.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.13-0],SizeBytes:254659261,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.19.4],SizeBytes:135903830,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200928-6a47034c],SizeBytes:121602691,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.19.4],SizeBytes:94979888,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.19.4],SizeBytes:84161858,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.19.4],SizeBytes:65068848,},ContainerImage{Names:[k8s.gcr.io/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[k8s.gcr.io/coredns:1.7.0],SizeBytes:45355487,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.14],SizeBytes:41982521,},ContainerImage{Names:[k8s.gcr.io/pause:3.3],SizeBytes:685708,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Feb 10 23:29:43.507: INFO: Logging kubelet events for node kali-control-plane Feb 10 23:29:44.110: INFO: Logging pods the kubelet thinks is on node kali-control-plane Feb 10 23:29:44.129: INFO: kube-scheduler-kali-control-plane started at 2021-01-10 17:33:30 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container kube-scheduler ready: true, restart count 12 Feb 10 23:29:44.129: INFO: kindnet-6qpqz started at 2021-01-10 17:33:45 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container kindnet-cni ready: true, restart count 0 Feb 10 23:29:44.129: INFO: coredns-f9fd979d6-zfpz9 started at 2021-01-10 17:35:03 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container coredns ready: true, restart count 0 Feb 10 23:29:44.129: INFO: kube-controller-manager-kali-control-plane started at 2021-01-10 17:33:29 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container kube-controller-manager ready: true, restart count 14 Feb 10 23:29:44.129: INFO: kube-apiserver-kali-control-plane started at 2021-01-10 17:33:30 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container kube-apiserver ready: true, restart count 0 Feb 10 23:29:44.129: INFO: kube-proxy-nj445 started at 2021-01-10 17:33:45 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container kube-proxy ready: true, restart count 0 Feb 10 23:29:44.129: INFO: coredns-f9fd979d6-z8cnn started at 2021-01-10 17:34:54 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container coredns ready: true, restart count 0 Feb 10 23:29:44.129: INFO: local-path-provisioner-78776bfc44-msx6n started at 2021-01-10 17:34:56 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container local-path-provisioner ready: true, restart count 0 Feb 10 23:29:44.129: INFO: etcd-kali-control-plane started at 2021-01-10 17:33:30 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:44.129: INFO: Container etcd ready: true, restart count 0 W0210 23:29:44.345873 8 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Feb 10 23:29:45.564: INFO: Latency metrics for node kali-control-plane Feb 10 23:29:45.564: INFO: Logging node info for node kali-worker Feb 10 23:29:45.578: INFO: Node Info: &Node{ObjectMeta:{kali-worker /api/v1/nodes/kali-worker c405c3b8-ea6d-421e-84dd-724950bec901 7901824 0 2021-01-10 17:34:02 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:kali-worker kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:unix:///run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kube-controller-manager Update v1 2021-01-10 17:34:02 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}},"f:labels":{"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.2.0/24\"":{}}}}} {kubeadm Update v1 2021-01-10 17:34:02 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {kubelet Update v1 2021-02-10 23:24:48 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:spec":{"f:providerID":{}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.2.0/24,DoNotUseExternalID:,ProviderID:kind://docker/kali/kali-worker,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.2.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922104832 0} {} 131759868Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922104832 0} {} 131759868Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2021-02-10 23:24:48 +0000 UTC,LastTransitionTime:2021-01-10 17:34:02 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2021-02-10 23:24:48 +0000 UTC,LastTransitionTime:2021-01-10 17:34:02 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2021-02-10 23:24:48 +0000 UTC,LastTransitionTime:2021-01-10 17:34:02 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2021-02-10 23:24:48 +0000 UTC,LastTransitionTime:2021-01-10 17:35:22 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.9,},NodeAddress{Type:Hostname,Address:kali-worker,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:c5ad00cc10df424599c0fb0a4e1a33fb,SystemUUID:73f6d582-16c3-4869-9d0a-cbc44eb90621,BootID:b267d78b-f69b-4338-80e8-3f4944338e5d,KernelVersion:4.15.0-118-generic,OSImage:Ubuntu 20.10,ContainerRuntimeVersion:containerd://1.4.0-106-gce4439a8,KubeletVersion:v1.19.4,KubeProxyVersion:v1.19.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.13-0],SizeBytes:254659261,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.19.4],SizeBytes:135903830,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200928-6a47034c],SizeBytes:121602691,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.19.4],SizeBytes:94979888,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/jessie-dnsutils@sha256:ad583e33cb284f7ef046673809b146ec4053cda19b54a85d2b180a86169715eb gcr.io/kubernetes-e2e-test-images/jessie-dnsutils:1.0],SizeBytes:85425365,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.19.4],SizeBytes:84161858,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.19.4],SizeBytes:65068848,},ContainerImage{Names:[k8s.gcr.io/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[k8s.gcr.io/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 k8s.gcr.io/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.7.0],SizeBytes:45355487,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.14],SizeBytes:41982521,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/sample-apiserver@sha256:ff02aacd9766d597883fabafc7ad604c719a57611db1bcc1564c69a45b000a55 gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17],SizeBytes:25311280,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:027a0ad3c69d085fea765afca9984787b780c172cead6502fec989198b98d8bb docker.io/appropriate/curl:edge],SizeBytes:2854657,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[docker.io/library/busybox@sha256:141c253bc4c3fd0a201d32dc1f493bcf3fff003b6df416dea4f41046e0f37d47 docker.io/library/busybox:1.28],SizeBytes:727869,},ContainerImage{Names:[k8s.gcr.io/pause:3.3],SizeBytes:685708,},ContainerImage{Names:[k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f k8s.gcr.io/pause:3.2],SizeBytes:299513,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Feb 10 23:29:45.579: INFO: Logging kubelet events for node kali-worker Feb 10 23:29:45.583: INFO: Logging pods the kubelet thinks is on node kali-worker Feb 10 23:29:45.604: INFO: kube-proxy-nn8gl started at 2021-01-10 17:34:06 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.604: INFO: Container kube-proxy ready: true, restart count 0 Feb 10 23:29:45.604: INFO: agnhost-replica-7d6489798-kjwjp started at 2021-02-10 23:17:51 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.604: INFO: Container replica ready: true, restart count 0 Feb 10 23:29:45.604: INFO: agnhost-primary-76f75c9b74-gl9w6 started at 2021-02-10 23:17:45 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.604: INFO: Container primary ready: true, restart count 0 Feb 10 23:29:45.604: INFO: kindnet-pkjv4 started at 2021-01-10 17:34:06 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.604: INFO: Container kindnet-cni ready: true, restart count 0 Feb 10 23:29:45.604: INFO: frontend-58d458fdbd-clwl2 started at 2021-02-10 23:17:44 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.604: INFO: Container guestbook-frontend ready: true, restart count 0 W0210 23:29:45.609153 8 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Feb 10 23:29:45.735: INFO: Latency metrics for node kali-worker Feb 10 23:29:45.735: INFO: Logging node info for node kali-worker2 Feb 10 23:29:45.738: INFO: Node Info: &Node{ObjectMeta:{kali-worker2 /api/v1/nodes/kali-worker2 e2c4cfbb-06d9-400a-a826-f04425b8c407 7901853 0 2021-01-10 17:34:01 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:kali-worker2 kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:unix:///run/containerd/containerd.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kube-controller-manager Update v1 2021-01-10 17:34:01 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:node.alpha.kubernetes.io/ttl":{}},"f:labels":{"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{}}},"f:spec":{"f:podCIDR":{},"f:podCIDRs":{".":{},"v:\"10.244.1.0/24\"":{}}}}} {kubeadm Update v1 2021-01-10 17:34:02 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}} {e2e.test Update v1 2021-01-25 07:21:32 +0000 UTC FieldsV1 {"f:status":{"f:capacity":{"f:example.com/fakecpu":{}}}}} {kubelet Update v1 2021-02-10 23:25:02 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}},"f:spec":{"f:providerID":{}},"f:status":{"f:addresses":{".":{},"k:{\"type\":\"Hostname\"}":{".":{},"f:address":{},"f:type":{}},"k:{\"type\":\"InternalIP\"}":{".":{},"f:address":{},"f:type":{}}},"f:allocatable":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:example.com/fakecpu":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:capacity":{".":{},"f:cpu":{},"f:ephemeral-storage":{},"f:hugepages-1Gi":{},"f:hugepages-2Mi":{},"f:memory":{},"f:pods":{}},"f:conditions":{".":{},"k:{\"type\":\"DiskPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"MemoryPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"PIDPressure\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:daemonEndpoints":{"f:kubeletEndpoint":{"f:Port":{}}},"f:images":{},"f:nodeInfo":{"f:architecture":{},"f:bootID":{},"f:containerRuntimeVersion":{},"f:kernelVersion":{},"f:kubeProxyVersion":{},"f:kubeletVersion":{},"f:machineID":{},"f:operatingSystem":{},"f:osImage":{},"f:systemUUID":{}}}}}]},Spec:NodeSpec{PodCIDR:10.244.1.0/24,DoNotUseExternalID:,ProviderID:kind://docker/kali/kali-worker2,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.244.1.0/24],},Status:NodeStatus{Capacity:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922104832 0} {} 131759868Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{16 0} {} 16 DecimalSI},ephemeral-storage: {{2358466523136 0} {} 2303189964Ki BinarySI},example.com/fakecpu: {{1 3} {} 1k DecimalSI},hugepages-1Gi: {{0 0} {} 0 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{134922104832 0} {} 131759868Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2021-02-10 23:25:02 +0000 UTC,LastTransitionTime:2021-01-10 17:34:01 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2021-02-10 23:25:02 +0000 UTC,LastTransitionTime:2021-01-10 17:34:01 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2021-02-10 23:25:02 +0000 UTC,LastTransitionTime:2021-01-10 17:34:01 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2021-02-10 23:25:02 +0000 UTC,LastTransitionTime:2021-01-10 17:35:21 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:172.18.0.10,},NodeAddress{Type:Hostname,Address:kali-worker2,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:c03962c8c9104864b54ce6313433c075,SystemUUID:b97a344c-f716-451a-b177-928dc11f3b2a,BootID:b267d78b-f69b-4338-80e8-3f4944338e5d,KernelVersion:4.15.0-118-generic,OSImage:Ubuntu 20.10,ContainerRuntimeVersion:containerd://1.4.0-106-gce4439a8,KubeletVersion:v1.19.4,KubeProxyVersion:v1.19.4,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd:3.4.13-0],SizeBytes:254659261,},ContainerImage{Names:[k8s.gcr.io/kube-proxy:v1.19.4],SizeBytes:135903830,},ContainerImage{Names:[docker.io/kindest/kindnetd:v20200928-6a47034c],SizeBytes:121602691,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver:v1.19.4],SizeBytes:94979888,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/jessie-dnsutils@sha256:ad583e33cb284f7ef046673809b146ec4053cda19b54a85d2b180a86169715eb gcr.io/kubernetes-e2e-test-images/jessie-dnsutils:1.0],SizeBytes:85425365,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager:v1.19.4],SizeBytes:84161858,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler:v1.19.4],SizeBytes:65068848,},ContainerImage{Names:[k8s.gcr.io/build-image/debian-base:v2.1.0],SizeBytes:53876619,},ContainerImage{Names:[k8s.gcr.io/e2e-test-images/agnhost@sha256:17e61a0b9e498b6c73ed97670906be3d5a3ae394739c1bd5b619e1a004885cf0 k8s.gcr.io/e2e-test-images/agnhost:2.20],SizeBytes:46251412,},ContainerImage{Names:[k8s.gcr.io/coredns:1.7.0],SizeBytes:45355487,},ContainerImage{Names:[docker.io/rancher/local-path-provisioner:v0.0.14],SizeBytes:41982521,},ContainerImage{Names:[docker.io/library/httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a docker.io/library/httpd:2.4.39-alpine],SizeBytes:41901429,},ContainerImage{Names:[docker.io/library/httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 docker.io/library/httpd:2.4.38-alpine],SizeBytes:40765017,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/sample-apiserver@sha256:ff02aacd9766d597883fabafc7ad604c719a57611db1bcc1564c69a45b000a55 gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17],SizeBytes:25311280,},ContainerImage{Names:[docker.io/library/nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 docker.io/library/nginx:1.14-alpine],SizeBytes:6978806,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:4381769,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:3054649,},ContainerImage{Names:[docker.io/appropriate/curl@sha256:027a0ad3c69d085fea765afca9984787b780c172cead6502fec989198b98d8bb docker.io/appropriate/curl:edge],SizeBytes:2854657,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:1804628,},ContainerImage{Names:[docker.io/library/busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 docker.io/library/busybox:1.29],SizeBytes:732685,},ContainerImage{Names:[docker.io/library/busybox@sha256:141c253bc4c3fd0a201d32dc1f493bcf3fff003b6df416dea4f41046e0f37d47 docker.io/library/busybox:1.28],SizeBytes:727869,},ContainerImage{Names:[k8s.gcr.io/pause:3.3],SizeBytes:685708,},ContainerImage{Names:[k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f k8s.gcr.io/pause:3.2],SizeBytes:299513,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Feb 10 23:29:45.739: INFO: Logging kubelet events for node kali-worker2 Feb 10 23:29:45.742: INFO: Logging pods the kubelet thinks is on node kali-worker2 Feb 10 23:29:45.764: INFO: agnhost-replica-7d6489798-f5kzq started at 2021-02-10 23:17:51 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.764: INFO: Container replica ready: false, restart count 0 Feb 10 23:29:45.764: INFO: frontend-58d458fdbd-c59h4 started at 2021-02-10 23:17:43 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.764: INFO: Container guestbook-frontend ready: false, restart count 0 Feb 10 23:29:45.764: INFO: kube-proxy-wx6h5 started at 2021-01-10 17:34:11 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.764: INFO: Container kube-proxy ready: true, restart count 0 Feb 10 23:29:45.764: INFO: kindnet-wkflh started at 2021-01-10 17:34:11 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.764: INFO: Container kindnet-cni ready: true, restart count 0 Feb 10 23:29:45.764: INFO: frontend-58d458fdbd-mkl4l started at 2021-02-10 23:17:41 +0000 UTC (0+1 container statuses recorded) Feb 10 23:29:45.764: INFO: Container guestbook-frontend ready: false, restart count 0 W0210 23:29:45.770392 8 metrics_grabber.go:105] Did not receive an external client interface. Grabbing metrics from ClusterAutoscaler is disabled. Feb 10 23:29:45.815: INFO: Latency metrics for node kali-worker2 Feb 10 23:29:45.815: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-4479" for this suite. • Failure [815.570 seconds] [sig-cli] Kubectl client /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Guestbook application /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:342 should create and stop a working application [Conformance] [It] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:597 Feb 10 23:27:46.337: Unexpected error: <*errors.errorString | 0xc0019825f0>: { s: "Timeout while waiting for pods with labels \"app=guestbook,tier=frontend\" to be running", } Timeout while waiting for pods with labels "app=guestbook,tier=frontend" to be running occurred /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1943 ------------------------------ {"msg":"FAILED [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]","total":1,"completed":0,"skipped":1331,"failed":1,"failures":["[sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSFeb 10 23:29:45.854: INFO: Running AfterSuite actions on all nodes Feb 10 23:29:45.854: INFO: Running AfterSuite actions on node 1 Feb 10 23:29:45.854: INFO: Skipping dumping logs from cluster JUnit report was created: /home/opnfv/functest/results/k8s_smoke/junit_01.xml {"msg":"Test Suite completed","total":1,"completed":0,"skipped":5237,"failed":1,"failures":["[sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]"]} Summarizing 1 Failure: [Fail] [sig-cli] Kubectl client Guestbook application [It] should create and stop a working application [Conformance] /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:1943 Ran 1 of 5238 Specs in 817.261 seconds FAIL! -- 0 Passed | 1 Failed | 0 Pending | 5237 Skipped --- FAIL: TestE2E (817.39s) FAIL