I0104 20:49:29.654820 8 test_context.go:419] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready I0104 20:49:29.655650 8 e2e.go:109] Starting e2e run "2c3fb883-9f1d-419b-9ea4-3cf39b871962" on Ginkgo node 1 {"msg":"Test Suite starting","total":1,"completed":0,"skipped":0,"failed":0} Running Suite: Kubernetes e2e suite =================================== Random Seed: 1578170967 - Will randomize all specs Will run 1 of 4814 specs Jan 4 20:49:29.702: INFO: >>> kubeConfig: /root/.kube/config Jan 4 20:49:29.708: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable Jan 4 20:49:29.737: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jan 4 20:49:29.794: INFO: 10 / 10 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jan 4 20:49:29.794: INFO: expected 2 pod replicas in namespace 'kube-system', 2 are Running and Ready. Jan 4 20:49:29.795: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jan 4 20:49:29.819: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) Jan 4 20:49:29.819: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'weave-net' (0 seconds elapsed) Jan 4 20:49:29.819: INFO: e2e test version: v1.17.0 Jan 4 20:49:29.825: INFO: kube-apiserver version: v1.17.0 Jan 4 20:49:29.825: INFO: >>> kubeConfig: /root/.kube/config Jan 4 20:49:29.836: INFO: Cluster IP family: ipv4 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 [BeforeEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151 STEP: Creating a kubernetes client Jan 4 20:49:29.873: INFO: >>> kubeConfig: /root/.kube/config STEP: Building a namespace api object, basename kubectl Jan 4 20:49:29.993: 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 /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:277 [It] should create and stop a working application [Conformance] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 STEP: creating all guestbook components Jan 4 20:49:29.996: INFO: apiVersion: v1 kind: Service metadata: name: agnhost-slave labels: app: agnhost role: slave tier: backend spec: ports: - port: 6379 selector: app: agnhost role: slave tier: backend Jan 4 20:49:29.996: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7625' Jan 4 20:49:32.719: INFO: stderr: "" Jan 4 20:49:32.719: INFO: stdout: "service/agnhost-slave created\n" Jan 4 20:49:32.720: INFO: apiVersion: v1 kind: Service metadata: name: agnhost-master labels: app: agnhost role: master tier: backend spec: ports: - port: 6379 targetPort: 6379 selector: app: agnhost role: master tier: backend Jan 4 20:49:32.721: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7625' Jan 4 20:49:33.386: INFO: stderr: "" Jan 4 20:49:33.386: INFO: stdout: "service/agnhost-master created\n" Jan 4 20:49:33.387: 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 Jan 4 20:49:33.387: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7625' Jan 4 20:49:33.839: INFO: stderr: "" Jan 4 20:49:33.839: INFO: stdout: "service/frontend created\n" Jan 4 20:49:33.840: 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: gcr.io/kubernetes-e2e-test-images/agnhost:2.8 args: [ "guestbook", "--backend-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 80 Jan 4 20:49:33.841: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7625' Jan 4 20:49:34.227: INFO: stderr: "" Jan 4 20:49:34.227: INFO: stdout: "deployment.apps/frontend created\n" Jan 4 20:49:34.227: INFO: apiVersion: apps/v1 kind: Deployment metadata: name: agnhost-master spec: replicas: 1 selector: matchLabels: app: agnhost role: master tier: backend template: metadata: labels: app: agnhost role: master tier: backend spec: containers: - name: master image: gcr.io/kubernetes-e2e-test-images/agnhost:2.8 args: [ "guestbook", "--http-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 6379 Jan 4 20:49:34.228: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7625' Jan 4 20:49:39.402: INFO: stderr: "" Jan 4 20:49:39.402: INFO: stdout: "deployment.apps/agnhost-master created\n" Jan 4 20:49:39.404: INFO: apiVersion: apps/v1 kind: Deployment metadata: name: agnhost-slave spec: replicas: 2 selector: matchLabels: app: agnhost role: slave tier: backend template: metadata: labels: app: agnhost role: slave tier: backend spec: containers: - name: slave image: gcr.io/kubernetes-e2e-test-images/agnhost:2.8 args: [ "guestbook", "--slaveof", "agnhost-master", "--http-port", "6379" ] resources: requests: cpu: 100m memory: 100Mi ports: - containerPort: 6379 Jan 4 20:49:39.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config create -f - --namespace=kubectl-7625' Jan 4 20:49:39.877: INFO: stderr: "" Jan 4 20:49:39.877: INFO: stdout: "deployment.apps/agnhost-slave created\n" STEP: validating guestbook app Jan 4 20:49:39.878: INFO: Waiting for all frontend pods to be Running. Jan 4 20:49:59.931: INFO: Waiting for frontend to serve content. Jan 4 20:49:59.968: INFO: Trying to add a new entry to the guestbook. Jan 4 20:49:59.982: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:05.002: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:10.025: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:15.054: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:20.069: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:25.097: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:30.112: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:35.147: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:40.171: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:45.200: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:50.231: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:50:55.270: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:00.289: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:05.333: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:10.349: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:15.366: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:20.392: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:25.415: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:30.478: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:35.501: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:40.566: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:45.595: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:50.616: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:51:55.637: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:00.657: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:05.679: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:10.703: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:15.719: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:20.744: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:25.763: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:30.788: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:35.807: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:40.832: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:45.872: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:50.905: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:52:56.015: INFO: Failed to get response from guestbook. err: , response: encountered error while propagating to slave '10.44.0.0': Get http://10.44.0.0:6379/set?key=messages&value=TestEntry: dial tcp 10.44.0.0:6379: connect: connection refused Jan 4 20:53:01.016: FAIL: Cannot added new entry in 180 seconds. Full Stack Trace k8s.io/kubernetes/test/e2e/kubectl.validateGuestbookApp(0x5424e60, 0xc00012a840, 0xc0020a97a0, 0xc) /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:2315 +0x551 k8s.io/kubernetes/test/e2e/kubectl.glob..func2.7.2() /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:417 +0x165 k8s.io/kubernetes/test/e2e.RunE2ETests(0xc0026ca300) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e.go:110 +0x30a k8s.io/kubernetes/test/e2e.TestE2E(0xc0026ca300) _output/local/go/src/k8s.io/kubernetes/test/e2e/e2e_test.go:112 +0x2b testing.tRunner(0xc0026ca300, 0x4c30de8) /usr/local/go/src/testing/testing.go:909 +0xc9 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:960 +0x350 STEP: using delete to clean up resources Jan 4 20:53:01.017: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-7625' Jan 4 20:53:01.213: 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" Jan 4 20:53:01.213: INFO: stdout: "service \"agnhost-slave\" force deleted\n" STEP: using delete to clean up resources Jan 4 20:53:01.214: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-7625' Jan 4 20:53:01.384: 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" Jan 4 20:53:01.384: INFO: stdout: "service \"agnhost-master\" force deleted\n" STEP: using delete to clean up resources Jan 4 20:53:01.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-7625' Jan 4 20:53:01.620: 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" Jan 4 20:53:01.620: INFO: stdout: "service \"frontend\" force deleted\n" STEP: using delete to clean up resources Jan 4 20:53:01.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-7625' Jan 4 20:53:01.815: 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" Jan 4 20:53:01.815: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" STEP: using delete to clean up resources Jan 4 20:53:01.816: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-7625' Jan 4 20:53:02.017: 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" Jan 4 20:53:02.017: INFO: stdout: "deployment.apps \"agnhost-master\" force deleted\n" STEP: using delete to clean up resources Jan 4 20:53:02.018: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/root/.kube/config delete --grace-period=0 --force -f - --namespace=kubectl-7625' Jan 4 20:53:02.299: 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" Jan 4 20:53:02.300: INFO: stdout: "deployment.apps \"agnhost-slave\" force deleted\n" [AfterEach] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152 STEP: Collecting events from namespace "kubectl-7625". STEP: Found 37 events. Jan 4 20:53:02.319: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for agnhost-master-74c46fb7d4-qhpb8: {default-scheduler } Scheduled: Successfully assigned kubectl-7625/agnhost-master-74c46fb7d4-qhpb8 to jerma-node Jan 4 20:53:02.319: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for agnhost-slave-774cfc759f-5k22g: {default-scheduler } Scheduled: Successfully assigned kubectl-7625/agnhost-slave-774cfc759f-5k22g to jerma-node Jan 4 20:53:02.319: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for agnhost-slave-774cfc759f-b8j7n: {default-scheduler } Scheduled: Successfully assigned kubectl-7625/agnhost-slave-774cfc759f-b8j7n to jerma-server-mvvl6gufaqub Jan 4 20:53:02.319: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for frontend-6c5f89d5d4-8f4b5: {default-scheduler } Scheduled: Successfully assigned kubectl-7625/frontend-6c5f89d5d4-8f4b5 to jerma-server-mvvl6gufaqub Jan 4 20:53:02.319: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for frontend-6c5f89d5d4-g8xtv: {default-scheduler } Scheduled: Successfully assigned kubectl-7625/frontend-6c5f89d5d4-g8xtv to jerma-node Jan 4 20:53:02.319: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for frontend-6c5f89d5d4-pdd8q: {default-scheduler } Scheduled: Successfully assigned kubectl-7625/frontend-6c5f89d5d4-pdd8q to jerma-node Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:34 +0000 UTC - event for frontend: {deployment-controller } ScalingReplicaSet: Scaled up replica set frontend-6c5f89d5d4 to 3 Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:34 +0000 UTC - event for frontend-6c5f89d5d4: {replicaset-controller } SuccessfulCreate: Created pod: frontend-6c5f89d5d4-pdd8q Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:34 +0000 UTC - event for frontend-6c5f89d5d4: {replicaset-controller } SuccessfulCreate: Created pod: frontend-6c5f89d5d4-8f4b5 Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:34 +0000 UTC - event for frontend-6c5f89d5d4: {replicaset-controller } SuccessfulCreate: Created pod: frontend-6c5f89d5d4-g8xtv Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:39 +0000 UTC - event for agnhost-master: {deployment-controller } ScalingReplicaSet: Scaled up replica set agnhost-master-74c46fb7d4 to 1 Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:39 +0000 UTC - event for agnhost-master-74c46fb7d4: {replicaset-controller } SuccessfulCreate: Created pod: agnhost-master-74c46fb7d4-qhpb8 Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:39 +0000 UTC - event for agnhost-slave: {deployment-controller } ScalingReplicaSet: Scaled up replica set agnhost-slave-774cfc759f to 2 Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:40 +0000 UTC - event for agnhost-slave-774cfc759f: {replicaset-controller } SuccessfulCreate: Created pod: agnhost-slave-774cfc759f-5k22g Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:40 +0000 UTC - event for agnhost-slave-774cfc759f: {replicaset-controller } SuccessfulCreate: Created pod: agnhost-slave-774cfc759f-b8j7n Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:43 +0000 UTC - event for frontend-6c5f89d5d4-8f4b5: {kubelet jerma-server-mvvl6gufaqub} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine Jan 4 20:53:02.319: INFO: At 2020-01-04 20:49:44 +0000 UTC - event for frontend-6c5f89d5d4-g8xtv: {kubelet jerma-node} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:46 +0000 UTC - event for agnhost-slave-774cfc759f-b8j7n: {kubelet jerma-server-mvvl6gufaqub} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:47 +0000 UTC - event for frontend-6c5f89d5d4-pdd8q: {kubelet jerma-node} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:48 +0000 UTC - event for frontend-6c5f89d5d4-g8xtv: {kubelet jerma-node} Created: Created container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:49 +0000 UTC - event for frontend-6c5f89d5d4-8f4b5: {kubelet jerma-server-mvvl6gufaqub} Created: Created container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:50 +0000 UTC - event for agnhost-slave-774cfc759f-5k22g: {kubelet jerma-node} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:50 +0000 UTC - event for agnhost-slave-774cfc759f-b8j7n: {kubelet jerma-server-mvvl6gufaqub} Started: Started container slave Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:50 +0000 UTC - event for agnhost-slave-774cfc759f-b8j7n: {kubelet jerma-server-mvvl6gufaqub} Created: Created container slave Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:50 +0000 UTC - event for frontend-6c5f89d5d4-8f4b5: {kubelet jerma-server-mvvl6gufaqub} Started: Started container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:51 +0000 UTC - event for agnhost-master-74c46fb7d4-qhpb8: {kubelet jerma-node} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:51 +0000 UTC - event for frontend-6c5f89d5d4-g8xtv: {kubelet jerma-node} Started: Started container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:51 +0000 UTC - event for frontend-6c5f89d5d4-pdd8q: {kubelet jerma-node} Created: Created container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:53 +0000 UTC - event for agnhost-master-74c46fb7d4-qhpb8: {kubelet jerma-node} Created: Created container master Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:53 +0000 UTC - event for agnhost-slave-774cfc759f-5k22g: {kubelet jerma-node} Created: Created container slave Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:53 +0000 UTC - event for frontend-6c5f89d5d4-pdd8q: {kubelet jerma-node} Started: Started container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:54 +0000 UTC - event for agnhost-master-74c46fb7d4-qhpb8: {kubelet jerma-node} Started: Started container master Jan 4 20:53:02.320: INFO: At 2020-01-04 20:49:54 +0000 UTC - event for agnhost-slave-774cfc759f-5k22g: {kubelet jerma-node} Started: Started container slave Jan 4 20:53:02.320: INFO: At 2020-01-04 20:53:02 +0000 UTC - event for agnhost-master-74c46fb7d4-qhpb8: {kubelet jerma-node} Killing: Stopping container master Jan 4 20:53:02.320: INFO: At 2020-01-04 20:53:02 +0000 UTC - event for frontend-6c5f89d5d4-8f4b5: {kubelet jerma-server-mvvl6gufaqub} Killing: Stopping container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:53:02 +0000 UTC - event for frontend-6c5f89d5d4-g8xtv: {kubelet jerma-node} Killing: Stopping container guestbook-frontend Jan 4 20:53:02.320: INFO: At 2020-01-04 20:53:02 +0000 UTC - event for frontend-6c5f89d5d4-pdd8q: {kubelet jerma-node} Killing: Stopping container guestbook-frontend Jan 4 20:53:02.375: INFO: POD NODE PHASE GRACE CONDITIONS Jan 4 20:53:02.375: INFO: agnhost-master-74c46fb7d4-qhpb8 jerma-node Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:41 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:55 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:55 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:39 +0000 UTC }] Jan 4 20:53:02.375: INFO: agnhost-slave-774cfc759f-5k22g jerma-node Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:41 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:55 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:55 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:40 +0000 UTC }] Jan 4 20:53:02.375: INFO: agnhost-slave-774cfc759f-b8j7n jerma-server-mvvl6gufaqub Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:40 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:51 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:51 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:40 +0000 UTC }] Jan 4 20:53:02.375: INFO: frontend-6c5f89d5d4-8f4b5 jerma-server-mvvl6gufaqub Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:35 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:51 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:51 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:34 +0000 UTC }] Jan 4 20:53:02.376: INFO: frontend-6c5f89d5d4-g8xtv jerma-node Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:37 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:52 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:52 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:34 +0000 UTC }] Jan 4 20:53:02.376: INFO: frontend-6c5f89d5d4-pdd8q jerma-node Running 30s [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:39 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:55 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:55 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-01-04 20:49:34 +0000 UTC }] Jan 4 20:53:02.376: INFO: Jan 4 20:53:02.421: INFO: Logging node info for node jerma-node Jan 4 20:53:02.428: INFO: Node Info: &Node{ObjectMeta:{jerma-node /api/v1/nodes/jerma-node 6236bfb4-6b64-4c0a-82c6-f768ceeab07c 91849 0 2020-01-04 11:59:52 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:jerma-node kubernetes.io/os:linux] map[kubeadm.alpha.kubernetes.io/cri-socket:/var/run/dockershim.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[],},Status:NodeStatus{Capacity:ResourceList{cpu: {{4 0} {} 4 DecimalSI},ephemeral-storage: {{20629221376 0} {} 20145724Ki BinarySI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{4136013824 0} {} 4039076Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{4 0} {} 4 DecimalSI},ephemeral-storage: {{18566299208 0} {} 18566299208 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{4031156224 0} {} 3936676Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:NetworkUnavailable,Status:False,LastHeartbeatTime:2020-01-04 12:00:49 +0000 UTC,LastTransitionTime:2020-01-04 12:00:49 +0000 UTC,Reason:WeaveIsUp,Message:Weave pod has set this,},NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-01-04 20:52:51 +0000 UTC,LastTransitionTime:2020-01-04 11:59:52 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-01-04 20:52:51 +0000 UTC,LastTransitionTime:2020-01-04 11:59:52 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-01-04 20:52:51 +0000 UTC,LastTransitionTime:2020-01-04 11:59:52 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-01-04 20:52:51 +0000 UTC,LastTransitionTime:2020-01-04 12:00:52 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status. AppArmor enabled,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.96.2.250,},NodeAddress{Type:Hostname,Address:jerma-node,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:bdc16344252549dd902c3a5d68b22f41,SystemUUID:BDC16344-2525-49DD-902C-3A5D68B22F41,BootID:eec61fc4-8bf6-487f-8f93-ea9731fe757a,KernelVersion:4.15.0-52-generic,OSImage:Ubuntu 18.04.2 LTS,ContainerRuntimeVersion:docker://18.9.7,KubeletVersion:v1.17.0,KubeProxyVersion:v1.17.0,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd@sha256:4afb99b4690b418ffc2ceb67e1a17376457e441c1f09ab55447f0aaf992fa646 k8s.gcr.io/etcd:3.4.3],SizeBytes:288426917,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/jessie-dnsutils@sha256:ad583e33cb284f7ef046673809b146ec4053cda19b54a85d2b180a86169715eb gcr.io/kubernetes-e2e-test-images/jessie-dnsutils:1.0],SizeBytes:195659796,},ContainerImage{Names:[httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a httpd:2.4.39-alpine],SizeBytes:126894770,},ContainerImage{Names:[httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 httpd:2.4.38-alpine],SizeBytes:123781643,},ContainerImage{Names:[k8s.gcr.io/kube-proxy@sha256:b2ba9441af30261465e5c41be63e462d0050b09ad280001ae731f399b2b00b75 k8s.gcr.io/kube-proxy:v1.17.0],SizeBytes:115960823,},ContainerImage{Names:[weaveworks/weave-kube@sha256:e4a3a5b9bf605a7ff5ad5473c7493d7e30cbd1ed14c9c2630a4e409b4dbfab1c weaveworks/weave-kube:2.6.0],SizeBytes:114348932,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/sample-apiserver@sha256:1bafcc6fb1aa990b487850adba9cadc020e42d7905aa8a30481182a477ba24b0 gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.10],SizeBytes:61365829,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5 gcr.io/kubernetes-e2e-test-images/agnhost:2.8],SizeBytes:52800335,},ContainerImage{Names:[weaveworks/weave-npc@sha256:985de9ff201677a85ce78703c515466fe45c9c73da6ee21821e89d902c21daf8 weaveworks/weave-npc:2.6.0],SizeBytes:34949961,},ContainerImage{Names:[nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 nginx:1.14-alpine],SizeBytes:16032814,},ContainerImage{Names:[gcr.io/google-samples/hello-go-gke@sha256:4ea9cd3d35f81fc91bdebca3fae50c180a1048be0613ad0f811595365040396e gcr.io/google-samples/hello-go-gke:1.0],SizeBytes:11443478,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/dnsutils@sha256:2abeee84efb79c14d731966e034af33bf324d3b26ca28497555511ff094b3ddd gcr.io/kubernetes-e2e-test-images/dnsutils:1.1],SizeBytes:9349974,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nonewprivs@sha256:10066e9039219449fe3c81f38fe01928f87914150768ab81b62a468e51fa7411 gcr.io/kubernetes-e2e-test-images/nonewprivs:1.0],SizeBytes:6757579,},ContainerImage{Names:[appropriate/curl@sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7 appropriate/curl:latest],SizeBytes:5496756,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:4753501,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/kitten@sha256:bcbc4875c982ab39aa7c4f6acf4a287f604e996d9f34a3fbda8c3d1a7457d1f6 gcr.io/kubernetes-e2e-test-images/kitten:1.0],SizeBytes:4747037,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/test-webserver@sha256:7f93d6e32798ff28bc6289254d0c2867fe2c849c8e46edc50f8624734309812e gcr.io/kubernetes-e2e-test-images/test-webserver:1.0],SizeBytes:4732240,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/mounttest@sha256:c0bd6f0755f42af09a68c9a47fb993136588a76b3200ec305796b60d629d85d2 gcr.io/kubernetes-e2e-test-images/mounttest:1.0],SizeBytes:1563521,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/mounttest-user@sha256:17319ca525ee003681fccf7e8c6b1b910ff4f49b653d939ac7f9b6e7c463933d gcr.io/kubernetes-e2e-test-images/mounttest-user:1.0],SizeBytes:1450451,},ContainerImage{Names:[busybox@sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a busybox:latest],SizeBytes:1219782,},ContainerImage{Names:[busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 busybox:1.29],SizeBytes:1154361,},ContainerImage{Names:[k8s.gcr.io/pause@sha256:f78411e19d84a252e53bff71a4407a5686c46983a2c2eeed83929b888179acea k8s.gcr.io/pause:3.1],SizeBytes:742472,},ContainerImage{Names:[kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 kubernetes/pause:latest],SizeBytes:239840,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jan 4 20:53:02.431: INFO: Logging kubelet events for node jerma-node Jan 4 20:53:02.435: INFO: Logging pods the kubelet thinks is on node jerma-node Jan 4 20:53:02.504: INFO: frontend-6c5f89d5d4-g8xtv started at 2020-01-04 20:49:37 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.504: INFO: Container guestbook-frontend ready: true, restart count 0 Jan 4 20:53:02.504: INFO: frontend-6c5f89d5d4-pdd8q started at 2020-01-04 20:49:39 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.504: INFO: Container guestbook-frontend ready: true, restart count 0 Jan 4 20:53:02.504: INFO: agnhost-master-74c46fb7d4-qhpb8 started at 2020-01-04 20:49:41 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.504: INFO: Container master ready: true, restart count 0 Jan 4 20:53:02.504: INFO: agnhost-slave-774cfc759f-5k22g started at 2020-01-04 20:49:41 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.504: INFO: Container slave ready: true, restart count 0 Jan 4 20:53:02.504: INFO: kube-proxy-dsf66 started at 2020-01-04 11:59:52 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.504: INFO: Container kube-proxy ready: true, restart count 0 Jan 4 20:53:02.504: INFO: weave-net-kz8lv started at 2020-01-04 11:59:52 +0000 UTC (0+2 container statuses recorded) Jan 4 20:53:02.504: INFO: Container weave ready: true, restart count 1 Jan 4 20:53:02.504: INFO: Container weave-npc ready: true, restart count 0 W0104 20:53:02.523000 8 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled. Jan 4 20:53:02.618: INFO: Latency metrics for node jerma-node Jan 4 20:53:02.618: INFO: Logging node info for node jerma-server-mvvl6gufaqub Jan 4 20:53:02.626: INFO: Node Info: &Node{ObjectMeta:{jerma-server-mvvl6gufaqub /api/v1/nodes/jerma-server-mvvl6gufaqub a2a7fe9b-7d59-43f1-bbe3-2a69f99cabd2 91317 0 2020-01-04 11:47:40 +0000 UTC map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:jerma-server-mvvl6gufaqub kubernetes.io/os:linux node-role.kubernetes.io/master:] map[kubeadm.alpha.kubernetes.io/cri-socket:/var/run/dockershim.sock node.alpha.kubernetes.io/ttl:0 volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[],},Status:NodeStatus{Capacity:ResourceList{cpu: {{4 0} {} 4 DecimalSI},ephemeral-storage: {{20629221376 0} {} 20145724Ki BinarySI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{4136013824 0} {} 4039076Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{4 0} {} 4 DecimalSI},ephemeral-storage: {{18566299208 0} {} 18566299208 DecimalSI},hugepages-2Mi: {{0 0} {} 0 DecimalSI},memory: {{4031156224 0} {} 3936676Ki BinarySI},pods: {{110 0} {} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:NetworkUnavailable,Status:False,LastHeartbeatTime:2020-01-04 11:48:36 +0000 UTC,LastTransitionTime:2020-01-04 11:48:36 +0000 UTC,Reason:WeaveIsUp,Message:Weave pod has set this,},NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-01-04 20:49:33 +0000 UTC,LastTransitionTime:2020-01-04 11:47:36 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-01-04 20:49:33 +0000 UTC,LastTransitionTime:2020-01-04 11:47:36 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-01-04 20:49:33 +0000 UTC,LastTransitionTime:2020-01-04 11:47:36 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-01-04 20:49:33 +0000 UTC,LastTransitionTime:2020-01-04 11:48:44 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status. AppArmor enabled,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.96.1.234,},NodeAddress{Type:Hostname,Address:jerma-server-mvvl6gufaqub,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:3f0346566ad342efb0c9f55677d0a8ea,SystemUUID:3F034656-6AD3-42EF-B0C9-F55677D0A8EA,BootID:87dae5d0-e99d-4d31-a4e7-fbd07d84e951,KernelVersion:4.15.0-52-generic,OSImage:Ubuntu 18.04.2 LTS,ContainerRuntimeVersion:docker://18.9.7,KubeletVersion:v1.17.0,KubeProxyVersion:v1.17.0,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[k8s.gcr.io/etcd@sha256:4afb99b4690b418ffc2ceb67e1a17376457e441c1f09ab55447f0aaf992fa646 k8s.gcr.io/etcd:3.4.3-0],SizeBytes:288426917,},ContainerImage{Names:[k8s.gcr.io/kube-apiserver@sha256:e3ec33d533257902ad9ebe3d399c17710e62009201a7202aec941e351545d662 k8s.gcr.io/kube-apiserver:v1.17.0],SizeBytes:170957331,},ContainerImage{Names:[k8s.gcr.io/kube-controller-manager@sha256:0438efb5098a2ca634ea8c6b0d804742b733d0d13fd53cf62c73e32c659a3c39 k8s.gcr.io/kube-controller-manager:v1.17.0],SizeBytes:160877075,},ContainerImage{Names:[httpd@sha256:addd70e4ee83f3bc9a4c1c7c41e37927ba47faf639312fc936df3afad7926f5a httpd:2.4.39-alpine],SizeBytes:126894770,},ContainerImage{Names:[httpd@sha256:eb8ccf084cf3e80eece1add239effefd171eb39adbc154d33c14260d905d4060 httpd:2.4.38-alpine],SizeBytes:123781643,},ContainerImage{Names:[k8s.gcr.io/kube-proxy@sha256:b2ba9441af30261465e5c41be63e462d0050b09ad280001ae731f399b2b00b75 k8s.gcr.io/kube-proxy:v1.17.0],SizeBytes:115960823,},ContainerImage{Names:[weaveworks/weave-kube@sha256:e4a3a5b9bf605a7ff5ad5473c7493d7e30cbd1ed14c9c2630a4e409b4dbfab1c weaveworks/weave-kube:2.6.0],SizeBytes:114348932,},ContainerImage{Names:[k8s.gcr.io/kube-scheduler@sha256:5215c4216a65f7e76c1895ba951a12dc1c947904a91810fc66a544ff1d7e87db k8s.gcr.io/kube-scheduler:v1.17.0],SizeBytes:94431763,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5 gcr.io/kubernetes-e2e-test-images/agnhost:2.8],SizeBytes:52800335,},ContainerImage{Names:[k8s.gcr.io/coredns@sha256:7ec975f167d815311a7136c32e70735f0d00b73781365df1befd46ed35bd4fe7 k8s.gcr.io/coredns:1.6.5],SizeBytes:41578211,},ContainerImage{Names:[weaveworks/weave-npc@sha256:985de9ff201677a85ce78703c515466fe45c9c73da6ee21821e89d902c21daf8 weaveworks/weave-npc:2.6.0],SizeBytes:34949961,},ContainerImage{Names:[nginx@sha256:485b610fefec7ff6c463ced9623314a04ed67e3945b9c08d7e53a47f6d108dc7 nginx:1.14-alpine],SizeBytes:16032814,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/nautilus@sha256:33a732d4c42a266912a5091598a0f07653c9134db4b8d571690d8afd509e0bfc gcr.io/kubernetes-e2e-test-images/nautilus:1.0],SizeBytes:4753501,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/kitten@sha256:bcbc4875c982ab39aa7c4f6acf4a287f604e996d9f34a3fbda8c3d1a7457d1f6 gcr.io/kubernetes-e2e-test-images/kitten:1.0],SizeBytes:4747037,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/mounttest@sha256:c0bd6f0755f42af09a68c9a47fb993136588a76b3200ec305796b60d629d85d2 gcr.io/kubernetes-e2e-test-images/mounttest:1.0],SizeBytes:1563521,},ContainerImage{Names:[busybox@sha256:8ccbac733d19c0dd4d70b4f0c1e12245b5fa3ad24758a11035ee505c629c0796 busybox:1.29],SizeBytes:1154361,},ContainerImage{Names:[k8s.gcr.io/pause@sha256:f78411e19d84a252e53bff71a4407a5686c46983a2c2eeed83929b888179acea k8s.gcr.io/pause:3.1],SizeBytes:742472,},ContainerImage{Names:[kubernetes/pause@sha256:b31bfb4d0213f254d361e0079deaaebefa4f82ba7aa76ef82e90b4935ad5b105 kubernetes/pause:latest],SizeBytes:239840,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Jan 4 20:53:02.627: INFO: Logging kubelet events for node jerma-server-mvvl6gufaqub Jan 4 20:53:02.632: INFO: Logging pods the kubelet thinks is on node jerma-server-mvvl6gufaqub Jan 4 20:53:02.652: INFO: kube-proxy-chkps started at 2020-01-04 11:48:11 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.652: INFO: Container kube-proxy ready: true, restart count 0 Jan 4 20:53:02.652: INFO: weave-net-z6tjf started at 2020-01-04 11:48:11 +0000 UTC (0+2 container statuses recorded) Jan 4 20:53:02.652: INFO: Container weave ready: true, restart count 0 Jan 4 20:53:02.652: INFO: Container weave-npc ready: true, restart count 0 Jan 4 20:53:02.652: INFO: kube-controller-manager-jerma-server-mvvl6gufaqub started at 2020-01-04 11:47:53 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.652: INFO: Container kube-controller-manager ready: true, restart count 1 Jan 4 20:53:02.652: INFO: agnhost-slave-774cfc759f-b8j7n started at 2020-01-04 20:49:40 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.652: INFO: Container slave ready: true, restart count 0 Jan 4 20:53:02.652: INFO: kube-scheduler-jerma-server-mvvl6gufaqub started at 2020-01-04 11:47:54 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.653: INFO: Container kube-scheduler ready: true, restart count 2 Jan 4 20:53:02.653: INFO: etcd-jerma-server-mvvl6gufaqub started at 2020-01-04 11:47:54 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.653: INFO: Container etcd ready: true, restart count 1 Jan 4 20:53:02.653: INFO: frontend-6c5f89d5d4-8f4b5 started at 2020-01-04 20:49:35 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.653: INFO: Container guestbook-frontend ready: true, restart count 0 Jan 4 20:53:02.653: INFO: kube-apiserver-jerma-server-mvvl6gufaqub started at 2020-01-04 11:47:53 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.653: INFO: Container kube-apiserver ready: true, restart count 1 Jan 4 20:53:02.653: INFO: coredns-6955765f44-bwd85 started at 2020-01-04 11:48:47 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.653: INFO: Container coredns ready: true, restart count 0 Jan 4 20:53:02.653: INFO: coredns-6955765f44-bhnn4 started at 2020-01-04 11:48:47 +0000 UTC (0+1 container statuses recorded) Jan 4 20:53:02.653: INFO: Container coredns ready: true, restart count 0 W0104 20:53:02.656591 8 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled. Jan 4 20:53:02.692: INFO: Latency metrics for node jerma-server-mvvl6gufaqub Jan 4 20:53:02.692: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready STEP: Destroying namespace "kubectl-7625" for this suite. • Failure [212.831 seconds] [sig-cli] Kubectl client /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 Guestbook application /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:385 should create and stop a working application [Conformance] [It] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:721 Jan 4 20:53:01.016: Cannot added new entry in 180 seconds. /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:2315 ------------------------------ {"msg":"FAILED [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]","total":1,"completed":0,"skipped":1251,"failed":1,"failures":["[sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]"]} SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSJan 4 20:53:02.738: INFO: Running AfterSuite actions on all nodes Jan 4 20:53:02.738: INFO: Running AfterSuite actions on node 1 Jan 4 20:53:02.738: INFO: Skipping dumping logs from cluster {"msg":"Test Suite completed","total":1,"completed":0,"skipped":4813,"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] /src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/kubectl/kubectl.go:2315 Ran 1 of 4814 Specs in 213.039 seconds FAIL! -- 0 Passed | 1 Failed | 0 Pending | 4813 Skipped --- FAIL: TestE2E (213.11s) FAIL