Test Report

Test Suite: Kubernetes e2e suite

Duration6152.898 sec
Test Cases12
Failures0

Results Index


Test Results


Test Class: e2e_tests
[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_multiple,_stacked_policies_with_overlapping_podSelectors_[Feature:NetworkPolicy-10]
e2e_tests
Time Taken: 451.041687756s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_support_a_'default-deny'_policy_[Feature:NetworkPolicy-01]
e2e_tests
Time Taken: 289.047347553s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_based_on_PodSelector_with_MatchExpressions[Feature:NetworkPolicy-04]
e2e_tests
Time Taken: 431.171050968s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_allow_ingress_access_from_updated_namespace_[Feature:NetworkPolicy-16]
e2e_tests
Time Taken: 407.42154187s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_based_on_Ports_[Feature:NetworkPolicy-09]
e2e_tests
Time Taken: 397.488106034s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_allow_egress_access_on_one_named_port_[Feature:NetworkPolicy-14]
e2e_tests
Time Taken: 388.583652487s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_to_allow_traffic_only_from_a_different_namespace,_based_on_NamespaceSelector_[Feature:NetworkPolicy-03]
e2e_tests
Time Taken: 411.451123422s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policies_to_check_ingress_and_egress_policies_can_be_controlled_independently_based_on_PodSelector_[Feature:NetworkPolicy-23]
e2e_tests
Time Taken: 651.948670544s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_support_allow-all_policy_[Feature:NetworkPolicy-11]
e2e_tests
Time Taken: 432.942533088s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_allow_ingress_access_from_namespace_on_one_named_port_[Feature:NetworkPolicy-13]
e2e_tests
Time Taken: 406.334568435s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_to_allow_traffic_only_from_a_pod_in_a_different_namespace_based_on_PodSelector_and_NamespaceSelector_[Feature:NetworkPolicy-08]
e2e_tests
Time Taken: 942.565037155s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_allow_egress_access_to_server_in_CIDR_block_[Feature:NetworkPolicy-22]
e2e_tests
Time Taken: 501.363542681s

Test Suite: Kubernetes e2e suite

Duration6152.847 sec
Test Cases11
Failures1

Results Index


Test Results


Test Class: e2e_tests
[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_allow_ingress_access_from_updated_pod_[Feature:NetworkPolicy-17]
e2e_tests
Time Taken: 387.689524269s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_multiple_ingress_policies_with_ingress_allow-all_policy_taking_precedence_[Feature:NetworkPolicy-19]
e2e_tests
Time Taken: 603.348075532s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_updated_policy_[Feature:NetworkPolicy-15]
e2e_tests
Time Taken: 715.803353095s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_based_on_PodSelector_or_NamespaceSelector_[Feature:NetworkPolicy-06]
e2e_tests
Time Taken: 543.478320852s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_based_on_PodSelector_and_NamespaceSelector_[Feature:NetworkPolicy-07]
e2e_tests
Time Taken: 529.291836873s

Failed: None
/home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/network_policy.go:336
Oct  2 09:46:18.860: Pod did not finish as expected.
Unexpected error:
    <*errors.errorString | 0xc000091970>: {
        s: "timed out waiting for the condition",
    }
    timed out waiting for the condition
occurred
/home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/network_policy.go:1427

Stdout
[BeforeEach] [sig-network] NetworkPolicy [LinuxOnly]
  /home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:151
STEP: Creating a kubernetes client
Oct  2 09:37:31.204: INFO: >>> kubeConfig: /home/stack/ostest/auth/kubeconfig
STEP: Building a namespace api object, basename network-policy
STEP: Waiting for a default service account to be provisioned in namespace
[BeforeEach] [sig-network] NetworkPolicy [LinuxOnly]
  /home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/network_policy.go:50
[BeforeEach] NetworkPolicy between server and client
  /home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/network_policy.go:56
STEP: Creating a simple server that serves on port 80 and 81.
STEP: Creating a server pod server in namespace network-policy-4144
Oct  2 09:37:31.507: INFO: Created pod server-wgl9w
STEP: Creating a service svc-server for pod server in namespace network-policy-4144
Oct  2 09:37:31.564: INFO: Created service svc-server
STEP: Waiting for pod ready
STEP: Testing pods can connect to both ports when no policy is present.
STEP: Creating client pod client-can-connect-80 that should successfully connect to svc-server.
Oct  2 09:37:55.615: INFO: Waiting for client-can-connect-80-48mls to complete.
Oct  2 09:39:31.637: INFO: Waiting for client-can-connect-80-48mls to complete.
Oct  2 09:39:31.637: INFO: Waiting up to 1m0s for pod "client-can-connect-80-48mls" in namespace "network-policy-4144" to be "success or failure"
Oct  2 09:39:31.653: INFO: Pod "client-can-connect-80-48mls": Phase="Succeeded", Reason="", readiness=false. Elapsed: 15.808461ms
STEP: Saw pod success
Oct  2 09:39:31.653: INFO: Pod "client-can-connect-80-48mls" satisfied condition "success or failure"
STEP: Cleaning up the pod client-can-connect-80-48mls
STEP: Creating client pod client-can-connect-81 that should successfully connect to svc-server.
Oct  2 09:39:31.739: INFO: Waiting for client-can-connect-81-rl4d8 to complete.
Oct  2 09:41:17.762: INFO: Waiting for client-can-connect-81-rl4d8 to complete.
Oct  2 09:41:17.762: INFO: Waiting up to 1m0s for pod "client-can-connect-81-rl4d8" in namespace "network-policy-4144" to be "success or failure"
Oct  2 09:41:17.772: INFO: Pod "client-can-connect-81-rl4d8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 10.135948ms
STEP: Saw pod success
Oct  2 09:41:17.772: INFO: Pod "client-can-connect-81-rl4d8" satisfied condition "success or failure"
STEP: Cleaning up the pod client-can-connect-81-rl4d8
[It] should enforce policy based on PodSelector and NamespaceSelector [Feature:NetworkPolicy-07]
  /home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/network_policy.go:336
STEP: Creating a network policy for the server which allows traffic from client-b in namespace-b.
STEP: Creating client pod client-a that should not be able to connect to svc-server.
Oct  2 09:41:18.128: INFO: Waiting for client-a-g4rcf to complete.
Oct  2 09:41:18.128: INFO: Waiting up to 1m0s for pod "client-a-g4rcf" in namespace "network-policy-b-3365" to be "success or failure"
Oct  2 09:41:18.139: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 10.998664ms
Oct  2 09:41:20.156: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.027366161s
Oct  2 09:41:22.182: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 4.053385902s
Oct  2 09:41:24.190: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 6.061541148s
Oct  2 09:41:26.200: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 8.071585097s
Oct  2 09:41:28.210: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 10.081305096s
Oct  2 09:41:30.221: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 12.092311761s
Oct  2 09:41:32.227: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 14.09815444s
Oct  2 09:41:34.236: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 16.107707704s
Oct  2 09:41:36.243: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 18.114929582s
Oct  2 09:41:38.252: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 20.12390964s
Oct  2 09:41:40.261: INFO: Pod "client-a-g4rcf": Phase="Pending", Reason="", readiness=false. Elapsed: 22.132224986s
Oct  2 09:41:42.274: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 24.145132545s
Oct  2 09:41:44.284: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 26.155157367s
Oct  2 09:41:46.294: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 28.165908297s
Oct  2 09:41:48.307: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 30.178924508s
Oct  2 09:41:50.315: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 32.18648268s
Oct  2 09:41:52.323: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 34.194599923s
Oct  2 09:41:54.335: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 36.206235473s
Oct  2 09:41:56.343: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 38.214349545s
Oct  2 09:41:58.349: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 40.220472472s
Oct  2 09:42:00.359: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 42.230852757s
Oct  2 09:42:02.369: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 44.240608512s
Oct  2 09:42:04.378: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 46.249601047s
Oct  2 09:42:06.386: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 48.257676547s
Oct  2 09:42:08.397: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 50.268867839s
Oct  2 09:42:10.413: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 52.284358909s
Oct  2 09:42:12.430: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 54.3016926s
Oct  2 09:42:14.437: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 56.308669581s
Oct  2 09:42:16.444: INFO: Pod "client-a-g4rcf": Phase="Running", Reason="", readiness=true. Elapsed: 58.315762146s
STEP: Cleaning up the pod client-a-g4rcf
STEP: Creating client pod client-b that should not be able to connect to svc-server.
Oct  2 09:42:18.511: INFO: Waiting for client-b-xh485 to complete.
Oct  2 09:42:18.511: INFO: Waiting up to 1m0s for pod "client-b-xh485" in namespace "network-policy-4144" to be "success or failure"
Oct  2 09:42:18.520: INFO: Pod "client-b-xh485": Phase="Pending", Reason="", readiness=false. Elapsed: 9.035019ms
Oct  2 09:42:20.527: INFO: Pod "client-b-xh485": Phase="Pending", Reason="", readiness=false. Elapsed: 2.015563583s
Oct  2 09:42:22.538: INFO: Pod "client-b-xh485": Phase="Pending", Reason="", readiness=false. Elapsed: 4.026669334s
Oct  2 09:42:24.544: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 6.032378689s
Oct  2 09:42:26.555: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 8.043396353s
Oct  2 09:42:28.562: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 10.050480651s
Oct  2 09:42:30.570: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 12.058442964s
Oct  2 09:42:32.579: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 14.067692304s
Oct  2 09:42:34.584: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 16.07323538s
Oct  2 09:42:36.591: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 18.079303635s
Oct  2 09:42:38.597: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 20.085797211s
Oct  2 09:42:40.602: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 22.090992655s
Oct  2 09:42:42.613: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 24.101425006s
Oct  2 09:42:44.623: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 26.111819757s
Oct  2 09:42:46.632: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 28.121003952s
Oct  2 09:42:48.641: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 30.129342268s
Oct  2 09:42:50.647: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 32.136250917s
Oct  2 09:42:52.661: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 34.150133216s
Oct  2 09:42:54.668: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 36.15691147s
Oct  2 09:42:56.677: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 38.166185095s
Oct  2 09:42:58.684: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 40.172393863s
Oct  2 09:43:00.691: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 42.180036824s
Oct  2 09:43:02.702: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 44.191044073s
Oct  2 09:43:04.710: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 46.198589895s
Oct  2 09:43:06.718: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 48.20669235s
Oct  2 09:43:08.724: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 50.212836214s
Oct  2 09:43:10.732: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 52.220901823s
Oct  2 09:43:12.743: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 54.231695938s
Oct  2 09:43:14.750: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 56.239039189s
Oct  2 09:43:16.761: INFO: Pod "client-b-xh485": Phase="Running", Reason="", readiness=true. Elapsed: 58.250046652s
STEP: Cleaning up the pod client-b-xh485
STEP: Creating client pod client-b that should successfully connect to svc-server.
Oct  2 09:43:18.834: INFO: Waiting for client-b-5d47l to complete.
Oct  2 09:46:18.860: FAIL: Pod did not finish as expected.
Unexpected error:
    <*errors.errorString | 0xc000091970>: {
        s: "timed out waiting for the condition",
    }
    timed out waiting for the condition
occurred
STEP: Cleaning up the pod client-b-5d47l
STEP: Cleaning up the policy.
[AfterEach] NetworkPolicy between server and client
  /home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/network/network_policy.go:74
STEP: Cleaning up the server.
STEP: Cleaning up the server's service.
[AfterEach] [sig-network] NetworkPolicy [LinuxOnly]
  /home/stack/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:152
STEP: Collecting events from namespace "network-policy-4144".
STEP: Found 26 events.
Oct  2 09:46:19.001: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for client-b-xh485: { } Scheduled: Successfully assigned network-policy-4144/client-b-xh485 to ostest-7vhfl-worker-0-smgph
Oct  2 09:46:19.001: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for client-can-connect-80-48mls: { } Scheduled: Successfully assigned network-policy-4144/client-can-connect-80-48mls to ostest-7vhfl-worker-0-4qwmt
Oct  2 09:46:19.001: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for client-can-connect-81-rl4d8: { } Scheduled: Successfully assigned network-policy-4144/client-can-connect-81-rl4d8 to ostest-7vhfl-worker-0-smgph
Oct  2 09:46:19.001: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for server-wgl9w: { } Scheduled: Successfully assigned network-policy-4144/server-wgl9w to ostest-7vhfl-worker-0-4qwmt
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:47 +0000 UTC - event for server-wgl9w: {multus } AddedInterface: Add eth0 [10.128.122.124/23]
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:48 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Started: Started container server-container-80
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:48 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Created: Created container server-container-80
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:48 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Started: Started container server-container-81
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:48 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Created: Created container server-container-81
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:48 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:48 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Pulled: Container image "gcr.io/kubernetes-e2e-test-images/agnhost:2.8" already present on machine
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:37:59 +0000 UTC - event for client-can-connect-80-48mls: {multus } AddedInterface: Add eth0 [10.128.122.83/23]
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:38:00 +0000 UTC - event for client-can-connect-80-48mls: {kubelet ostest-7vhfl-worker-0-4qwmt} Started: Started container client-can-connect-80-container
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:38:00 +0000 UTC - event for client-can-connect-80-48mls: {kubelet ostest-7vhfl-worker-0-4qwmt} Pulled: Container image "docker.io/library/busybox:1.29-glibc" already present on machine
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:38:00 +0000 UTC - event for client-can-connect-80-48mls: {kubelet ostest-7vhfl-worker-0-4qwmt} Created: Created container client-can-connect-80-container
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:39:44 +0000 UTC - event for client-can-connect-81-rl4d8: {multus } AddedInterface: Add eth0 [10.128.122.40/23]
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:39:45 +0000 UTC - event for client-can-connect-81-rl4d8: {kubelet ostest-7vhfl-worker-0-smgph} Created: Created container client-can-connect-81-container
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:39:45 +0000 UTC - event for client-can-connect-81-rl4d8: {kubelet ostest-7vhfl-worker-0-smgph} Started: Started container client-can-connect-81-container
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:39:45 +0000 UTC - event for client-can-connect-81-rl4d8: {kubelet ostest-7vhfl-worker-0-smgph} Pulled: Container image "docker.io/library/busybox:1.29-glibc" already present on machine
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:42:21 +0000 UTC - event for client-b-xh485: {multus } AddedInterface: Add eth0 [10.128.122.40/23]
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:42:22 +0000 UTC - event for client-b-xh485: {kubelet ostest-7vhfl-worker-0-smgph} Started: Started container client-b-container
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:42:22 +0000 UTC - event for client-b-xh485: {kubelet ostest-7vhfl-worker-0-smgph} Created: Created container client-b-container
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:42:22 +0000 UTC - event for client-b-xh485: {kubelet ostest-7vhfl-worker-0-smgph} Pulled: Container image "docker.io/library/busybox:1.29-glibc" already present on machine
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:43:18 +0000 UTC - event for client-b-xh485: {kubelet ostest-7vhfl-worker-0-smgph} Killing: Stopping container client-b-container
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:46:18 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Killing: Stopping container server-container-80
Oct  2 09:46:19.001: INFO: At 2020-10-02 09:46:18 +0000 UTC - event for server-wgl9w: {kubelet ostest-7vhfl-worker-0-4qwmt} Killing: Stopping container server-container-81
Oct  2 09:46:19.018: INFO: POD           NODE                         PHASE    GRACE  CONDITIONS
Oct  2 09:46:19.018: INFO: server-wgl9w  ostest-7vhfl-worker-0-4qwmt  Running  30s    [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-10-02 09:37:31 +0000 UTC  } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-10-02 09:37:54 +0000 UTC  } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-10-02 09:37:54 +0000 UTC  } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-10-02 09:37:31 +0000 UTC  }]
Oct  2 09:46:19.018: INFO: 
Oct  2 09:46:19.031: INFO: 
Logging node info for node ostest-7vhfl-master-0
Oct  2 09:46:19.038: INFO: Node Info: &Node{ObjectMeta:{ostest-7vhfl-master-0   /api/v1/nodes/ostest-7vhfl-master-0 ffffc0b3-ce33-4c04-b0a3-1f2177630377 196819 0 2020-10-02 07:55:09 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m4.xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/zone:nova kubernetes.io/arch:amd64 kubernetes.io/hostname:ostest-7vhfl-master-0 kubernetes.io/os:linux node-role.kubernetes.io/master: node.kubernetes.io/instance-type:m4.xlarge node.openshift.io/os_id:rhcos topology.kubernetes.io/zone:nova] map[machine.openshift.io/machine:openshift-machine-api/ostest-7vhfl-master-0 machineconfiguration.openshift.io/currentConfig:rendered-master-796a4006e6da2935511bcc7bd9868192 machineconfiguration.openshift.io/desiredConfig:rendered-master-796a4006e6da2935511bcc7bd9868192 machineconfiguration.openshift.io/reason: machineconfiguration.openshift.io/state:Done volumes.kubernetes.io/controller-managed-attach-detach:true] [] []  [{kube-controller-manager Update v1 2020-10-02 07:59:10 +0000 UTC FieldsV1 FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 108 97 98 101 108 115 34 58 123 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 111 100 67 73 68 82 34 58 123 125 44 34 102 58 112 111 100 67 73 68 82 115 34 58 123 34 46 34 58 123 125 44 34 118 58 92 34 49 48 46 49 50 56 46 50 46 48 47 50 52 92 34 34 58 123 125 125 44 34 102 58 116 97 105 110 116 115 34 58 123 125 125 125],}} {nodelink-controller Update v1 2020-10-02 08:03:36 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 109 97 99 104 105 110 101 34 58 123 125 125 125 125],}} {machine-config-daemon Update v1 2020-10-02 08:16:57 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 99 117 114 114 101 110 116 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 100 101 115 105 114 101 100 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 114 101 97 115 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 115 116 97 116 101 34 58 123 125 125 125 125],}} {kubelet Update v1 2020-10-02 09:42:42 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 102 58 118 111 108 117 109 101 115 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 99 111 110 116 114 111 108 108 101 114 45 109 97 110 97 103 101 100 45 97 116 116 97 99 104 45 100 101 116 97 99 104 34 58 123 125 125 44 34 102 58 108 97 98 101 108 115 34 58 123 34 46 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 102 97 105 108 117 114 101 45 100 111 109 97 105 110 46 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 104 111 115 116 110 97 109 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 44 34 102 58 110 111 100 101 45 114 111 108 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 109 97 115 116 101 114 34 58 123 125 44 34 102 58 110 111 100 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 110 111 100 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 111 115 95 105 100 34 58 123 125 44 34 102 58 116 111 112 111 108 111 103 121 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 114 111 118 105 100 101 114 73 68 34 58 123 125 125 44 34 102 58 115 116 97 116 117 115 34 58 123 34 102 58 97 100 100 114 101 115 115 101 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 72 111 115 116 110 97 109 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 73 110 116 101 114 110 97 108 73 80 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 97 108 108 111 99 97 116 97 98 108 101 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 97 112 97 99 105 116 121 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 111 110 100 105 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 68 105 115 107 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 77 101 109 111 114 121 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 80 73 68 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 82 101 97 100 121 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 100 97 101 109 111 110 69 110 100 112 111 105 110 116 115 34 58 123 34 102 58 107 117 98 101 108 101 116 69 110 100 112 111 105 110 116 34 58 123 34 102 58 80 111 114 116 34 58 123 125 125 125 44 34 102 58 105 109 97 103 101 115 34 58 123 125 44 34 102 58 110 111 100 101 73 110 102 111 34 58 123 34 102 58 97 114 99 104 105 116 101 99 116 117 114 101 34 58 123 125 44 34 102 58 98 111 111 116 73 68 34 58 123 125 44 34 102 58 99 111 110 116 97 105 110 101 114 82 117 110 116 105 109 101 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 101 114 110 101 108 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 80 114 111 120 121 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 108 101 116 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 73 68 34 58 123 125 44 34 102 58 111 112 101 114 97 116 105 110 103 83 121 115 116 101 109 34 58 123 125 44 34 102 58 111 115 73 109 97 103 101 34 58 123 125 44 34 102 58 115 121 115 116 101 109 85 85 73 68 34 58 123 125 125 125 125],}}]},Spec:NodeSpec{PodCIDR:10.128.2.0/24,DoNotUseExternalID:,ProviderID:openstack:///10b24382-5c4e-458e-aec4-bc7804bb605a,Unschedulable:false,Taints:[]Taint{Taint{Key:node-role.kubernetes.io/master,Value:,Effect:NoSchedule,TimeAdded:<nil>,},},ConfigSource:nil,PodCIDRs:[10.128.2.0/24],},Status:NodeStatus{Capacity:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{4 0} {<nil>} 4 DecimalSI},ephemeral-storage: {{42384470016 0} {<nil>} 41391084Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{16813191168 0} {<nil>} 16419132Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Allocatable:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{3500 -3} {<nil>} 3500m DecimalSI},ephemeral-storage: {{37072281128 0} {<nil>} 37072281128 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{15634591744 0} {<nil>} 15268156Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:55:09 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:55:09 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:55:09 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:59:10 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.196.3.94,},NodeAddress{Type:Hostname,Address:ostest-7vhfl-master-0,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:10b243825c4e458eaec4bc7804bb605a,SystemUUID:10b24382-5c4e-458e-aec4-bc7804bb605a,BootID:4c25b8e3-4078-4df1-a559-c202954b9028,KernelVersion:4.18.0-193.24.1.el8_2.dt1.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 46.82.202010012040-0 (Ootpa),ContainerRuntimeVersion:cri-o://1.19.0-20.rhaos4.6.git97d715e.el8,KubeletVersion:v1.19.0+beb741b,KubeProxyVersion:v1.19.0+beb741b,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c11aaf278718def59b47a601996066ecdddf6a35a93086c30ec9d6791c2791ad quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:701154663,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4510fef06bfe9721f49f5cfbdf94b6eb775940a6e744d27ec7b5fb7f011773f8 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:682288936,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c933c86117c817fe2edb247503c8f3a8f08cbc90162dabbeeea4738ec3a1cc5e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:500761689,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f190873d27e00c004b8017085c46af7b4bf8e4c8a535230025d8358f8bf8c6b9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:481479938,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:227d56455544d0a784d1b6b832bc2299b9eb609209b396f06d694e0bf73d8137 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:473278973,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d470082b2ff63ef989975a372ef0bdd536af84f0775b5650ad1ee5a403494fa5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:419531544,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fe4ae12e183a29d23690de32dfe9de335bab6d6d373785fd91dfb2712c534f51 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:370109724,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efd5b7cd0ca989fc2336d496ee8067b40803b948560596dd8b482a570c01949c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:366909424,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c2b849e2337c2b12cb3feced6735fd6278c80a7ec08c8292f0f58cf290c566df quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:337507384,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6bada08687c20afe316c1f8cf76f001f31bedae317f256f3df3affaa5d0dc25e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336987966,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f5420d0c2a29acbc91319cb1e1e0f20f6cf859706d3cf20b56fd2d6922011d9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336567887,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b05861361c2150a1ba2ef4edfe814e5ad395d6f7708fe45d6d4ec615264c3e9d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336036670,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1c5d1f242f398a0d76bc0352101fd19f41789b5eb0f9bcb3d50df88909289851 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:335654632,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bba3e1d4e666d4e30eea99afb451a22fc7806e7a451e2f831563eeb7424f7281 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:333011308,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e2699827f8290dfa028b0784273d5143f922df1532eaa3854b79bc68347e988c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:332487959,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a6ef45e68375c2d96a9031fb44ecdd3f401302d051b5bbdcfdb847763a080e29 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:331887464,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:82659567eaf62feffa7eabc9f043fda61a74a7bc7c9a33e793550a77b0bd69d6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:326057202,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:02a264f77b3f555cde9b8045fa959eadaed120779d53ba8cc3ba9c0dd4557fb3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:325370491,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:52aa19b9e3f011cdcb759d5436e0d290b6cdf872b86bada49652b8649542e9f4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:321482743,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b5d6eaf477a311af99a64479295a04ddcf32a98e7cb190a4f300f75af09b3617 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:316310728,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66ad68ba60f03a8b6d90d42f981b54a537ef295dabe8562f91b2a34ae60877b0 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:315339691,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:684528cc585361c4b2d43e494641146dc90d8ecb8b2a034d268722856c67b884 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:315319562,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4f8307c8f94b449310869914f1c50bc7bbf74df618c3ebd0a29a9fab060a4f3d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:315119766,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:701494be777b9a503a7669d9fa0259f4819753e42b3e77a62ff0530cafa27832 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:314343752,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b1cf2894d7fbef768d97eb85b432b39c606701ad66d1d44778f90a49ea2a8cf4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:313489720,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a8f18e493d7015c3606146497ae67b586a327a5de78e3a545549b788c1555724 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:312615681,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e47f517287eb887f13d6a1d54130bb875bd3219dbd379edd8af36224dcb45fa7 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:311984477,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bdff3d9ec3bf6ba9d5d3ef22bc4ff0929bf0a765fcf775c76f28b55d3ed0b316 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:311353697,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:22dea3ae7e232f837f8eb9b28d8b4b5f82849f06fe60d25c0223622ec95df3f6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:311323012,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b1bdc785cc284300e34d1f3835a85cc575372b6ccc762e31526b95d3ff06fd6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:304641616,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0657e18c14d5b79a4f32a111caab5ba881674fd6f8eea08d96dbcfdf74fa2950 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:303388513,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:75abdf53b619a2b085e2bc1880ef32583ccf269c8b0997af59f8544e7ada37c5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300756060,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efcbe6a6ba33c889236be9f2a5cff84a051d5008af41caac37fef574447cc7ea quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300005108,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d39c4602f2b0fbe35529e7377b04aeaa9524c48fea5357e4cc73f46e7eee6534 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299900737,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c4c9e1156181198d1289257f54e49fff0cbbf25ac5bc70165463410c21d2bf71 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299427630,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:842a3efad8e22416b2b79feacd67a752b71f9da22b1879d101e3598678cfa007 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:273522671,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:12b11e2000b42ce1aaa228d9c1f4c9177395add2fa43835e667b7fc9007e40e6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:270734898,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66157b7796168ffe2fd914dfb21f194ce381b03efa109e88e5538a80efd9ea4d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:264244297,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:73fdcef5de85e739831c5a8b76dce349a3c8832ff416a46263743d7e61655cbb quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:247448489,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:71051bdf1b96c953fc1dfd48359915bf5c027613de6f5e2fa8adeea8d3dda311 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:236515650,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},}
Oct  2 09:46:19.039: INFO: 
Logging kubelet events for node ostest-7vhfl-master-0
Oct  2 09:46:19.044: INFO: 
Logging pods the kubelet thinks is on node ostest-7vhfl-master-0
Oct  2 09:46:19.135: INFO: recyler-pod-ostest-7vhfl-master-0 started at 2020-10-02 07:54:14 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container recyler-container ready: false, restart count 0
Oct  2 09:46:19.136: INFO: etcd-quorum-guard-55b5b99d6-xj6gz started at 2020-10-02 08:01:47 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container guard ready: true, restart count 0
Oct  2 09:46:19.136: INFO: machine-config-daemon-wfxw5 started at 2020-10-02 08:13:32 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container machine-config-daemon ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-6-ostest-7vhfl-master-0 started at 2020-10-02 08:11:54 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: multus-admission-controller-f4slc started at 2020-10-02 07:59:11 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container multus-admission-controller ready: true, restart count 0
Oct  2 09:46:19.136: INFO: kube-storage-version-migrator-operator-7d44c5cc6f-rsdd5 started at 2020-10-02 07:59:16 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container kube-storage-version-migrator-operator ready: true, restart count 1
Oct  2 09:46:19.136: INFO: machine-config-server-ghszb started at 2020-10-02 08:15:57 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container machine-config-server ready: true, restart count 0
Oct  2 09:46:19.136: INFO: dns-default-8lm6c started at 2020-10-02 08:02:08 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container dns ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container dns-node-resolver ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: installer-4-ostest-7vhfl-master-0 started at 2020-10-02 08:13:39 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-7-ostest-7vhfl-master-0 started at 2020-10-02 08:17:12 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: prometheus-operator-b54746f5f-gctxt started at 2020-10-02 08:17:25 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container prometheus-operator ready: true, restart count 0
Oct  2 09:46:19.136: INFO: oauth-openshift-68ffb56f69-5k4jj started at 2020-10-02 08:27:09 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container oauth-openshift ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-4-ostest-7vhfl-master-0 started at 2020-10-02 08:02:41 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-2-ostest-7vhfl-master-0 started at 2020-10-02 08:14:25 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: haproxy-ostest-7vhfl-master-0 started at 2020-10-02 07:54:14 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container haproxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container haproxy-monitor ready: true, restart count 0
Oct  2 09:46:19.136: INFO: keepalived-ostest-7vhfl-master-0 started at 2020-10-02 07:54:15 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container render-config-keepalived ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container keepalived ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container keepalived-monitor ready: true, restart count 0
Oct  2 09:46:19.136: INFO: tuned-dn5wc started at 2020-10-02 08:00:13 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container tuned ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-5-ostest-7vhfl-master-0 started at 2020-10-02 08:07:39 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: openshift-kube-scheduler-ostest-7vhfl-master-0 started at 2020-10-02 08:13:25 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container wait-for-host-port ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-scheduler ready: true, restart count 1
Oct  2 09:46:19.136: INFO: 	Container kube-scheduler-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.136: INFO: installer-3-ostest-7vhfl-master-0 started at 2020-10-02 08:15:47 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: cluster-node-tuning-operator-59db86bfb6-cvq26 started at 2020-10-02 07:59:16 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container cluster-node-tuning-operator ready: true, restart count 0
Oct  2 09:46:19.136: INFO: installer-2-ostest-7vhfl-master-0 started at 2020-10-02 08:00:28 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: etcd-ostest-7vhfl-master-0 started at 2020-10-02 08:00:56 +0000 UTC (2+3 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container etcd-ensure-env-vars ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Init container etcd-resources-copy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container etcd ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container etcd-metrics ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container etcdctl ready: true, restart count 0
Oct  2 09:46:19.136: INFO: manila-csi-driver-operator-687f7f578-55q26 started at 2020-10-02 08:06:01 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container manila-csi-driver-operator ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-5-ostest-7vhfl-master-0 started at 2020-10-02 08:27:40 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: console-operator-57df94b596-hfnkx started at 2020-10-02 08:13:33 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container console-operator ready: true, restart count 0
Oct  2 09:46:19.136: INFO: controller-manager-trtdw started at 2020-10-02 08:14:14 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container controller-manager ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-4-ostest-7vhfl-master-0 started at 2020-10-02 08:16:04 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: kuryr-cni-k4j95 started at 2020-10-02 07:58:01 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container block-mcs ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kuryr-cni ready: true, restart count 0
Oct  2 09:46:19.136: INFO: node-exporter-gwbj7 started at 2020-10-02 08:02:10 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container init-textfile ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container node-exporter ready: true, restart count 0
Oct  2 09:46:19.136: INFO: mdns-publisher-ostest-7vhfl-master-0 started at 2020-10-02 07:54:14 +0000 UTC (2+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container verify-hostname ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Init container render-config-mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.136: INFO: machine-approver-69f48467cc-s5999 started at 2020-10-02 07:59:16 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container machine-approver-controller ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-2-ostest-7vhfl-master-0 started at 2020-10-02 08:01:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: apiserver-cfc9d45d8-hfkgs started at 2020-10-02 08:02:55 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container fix-audit-permissions ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container oauth-apiserver ready: true, restart count 0
Oct  2 09:46:19.136: INFO: catalog-operator-84b9f65b76-ntwkj started at 2020-10-02 07:59:15 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container catalog-operator ready: true, restart count 0
Oct  2 09:46:19.136: INFO: apiserver-f444cb8b4-n6w9s started at 2020-10-02 08:16:34 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container fix-audit-permissions ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container openshift-apiserver ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container openshift-apiserver-check-endpoints ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-3-ostest-7vhfl-master-0 started at 2020-10-02 08:17:57 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: multus-kkgvf started at 2020-10-02 07:58:00 +0000 UTC (5+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container multus-binary-copy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Init container cni-plugins ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Init container routeoverride-cni ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Init container whereabouts-cni-bincopy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Init container whereabouts-cni ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-multus ready: true, restart count 0
Oct  2 09:46:19.136: INFO: network-metrics-daemon-lrbcr started at 2020-10-02 07:58:00 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container network-metrics-daemon ready: true, restart count 0
Oct  2 09:46:19.136: INFO: csi-snapshot-controller-operator-5cf9fd957d-chrj7 started at 2020-10-02 07:59:19 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container csi-snapshot-controller-operator ready: true, restart count 0
Oct  2 09:46:19.136: INFO: node-ca-tzvds started at 2020-10-02 08:02:15 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container node-ca ready: true, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-2-ostest-7vhfl-master-0 started at 2020-10-02 08:02:55 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: kube-controller-manager-ostest-7vhfl-master-0 started at 2020-10-02 08:16:54 +0000 UTC (0+4 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container cluster-policy-controller ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-controller-manager ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-controller-manager-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-controller-manager-recovery-controller ready: true, restart count 0
Oct  2 09:46:19.136: INFO: installer-5-ostest-7vhfl-master-0 started at 2020-10-02 08:27:05 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: coredns-ostest-7vhfl-master-0 started at 2020-10-02 07:54:14 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container render-config-coredns ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container coredns ready: true, restart count 0
Oct  2 09:46:19.136: INFO: installer-6-ostest-7vhfl-master-0 started at 2020-10-02 08:11:07 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: console-8495cc5b6b-fpzfk started at 2020-10-02 08:26:11 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container console ready: true, restart count 1
Oct  2 09:46:19.136: INFO: installer-6-ostest-7vhfl-master-0 started at 2020-10-02 08:27:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: installer-2-ostest-7vhfl-master-0 started at 2020-10-02 08:01:38 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-3-ostest-7vhfl-master-0 started at 2020-10-02 08:13:30 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: revision-pruner-6-ostest-7vhfl-master-0 started at 2020-10-02 08:31:04 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.136: INFO: installer-4-ostest-7vhfl-master-0 started at 2020-10-02 08:01:21 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: installer-2-ostest-7vhfl-master-0 started at 2020-10-02 08:12:54 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: installer-7-ostest-7vhfl-master-0 started at 2020-10-02 08:16:26 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: kube-apiserver-ostest-7vhfl-master-0 started at 2020-10-02 08:02:17 +0000 UTC (1+5 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Init container setup ready: true, restart count 1
Oct  2 09:46:19.136: INFO: 	Container kube-apiserver ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-apiserver-cert-regeneration-controller ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-apiserver-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-apiserver-check-endpoints ready: true, restart count 0
Oct  2 09:46:19.136: INFO: 	Container kube-apiserver-insecure-readyz ready: true, restart count 0
Oct  2 09:46:19.136: INFO: csi-snapshot-controller-86b544fdd5-jmfvv started at 2020-10-02 08:00:09 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container snapshot-controller ready: true, restart count 0
Oct  2 09:46:19.136: INFO: installer-5-ostest-7vhfl-master-0 started at 2020-10-02 08:06:57 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.136: INFO: installer-3-ostest-7vhfl-master-0 started at 2020-10-02 08:11:40 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.136: INFO: 	Container installer ready: false, restart count 0
W1002 09:46:19.146995   32572 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Oct  2 09:46:19.382: INFO: 
Latency metrics for node ostest-7vhfl-master-0
Oct  2 09:46:19.382: INFO: 
Logging node info for node ostest-7vhfl-master-1
Oct  2 09:46:19.388: INFO: Node Info: &Node{ObjectMeta:{ostest-7vhfl-master-1   /api/v1/nodes/ostest-7vhfl-master-1 682a434c-a4d9-46d6-a50b-3820c1d69bce 196934 0 2020-10-02 07:55:08 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m4.xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/zone:nova kubernetes.io/arch:amd64 kubernetes.io/hostname:ostest-7vhfl-master-1 kubernetes.io/os:linux node-role.kubernetes.io/master: node.kubernetes.io/instance-type:m4.xlarge node.openshift.io/os_id:rhcos topology.kubernetes.io/zone:nova] map[machine.openshift.io/machine:openshift-machine-api/ostest-7vhfl-master-1 machineconfiguration.openshift.io/currentConfig:rendered-master-796a4006e6da2935511bcc7bd9868192 machineconfiguration.openshift.io/desiredConfig:rendered-master-796a4006e6da2935511bcc7bd9868192 machineconfiguration.openshift.io/reason: machineconfiguration.openshift.io/state:Done volumes.kubernetes.io/controller-managed-attach-detach:true] [] []  [{kube-controller-manager Update v1 2020-10-02 07:59:19 +0000 UTC FieldsV1 FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 108 97 98 101 108 115 34 58 123 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 111 100 67 73 68 82 34 58 123 125 44 34 102 58 112 111 100 67 73 68 82 115 34 58 123 34 46 34 58 123 125 44 34 118 58 92 34 49 48 46 49 50 56 46 49 46 48 47 50 52 92 34 34 58 123 125 125 44 34 102 58 116 97 105 110 116 115 34 58 123 125 125 125],}} {nodelink-controller Update v1 2020-10-02 08:03:47 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 109 97 99 104 105 110 101 34 58 123 125 125 125 125],}} {machine-config-daemon Update v1 2020-10-02 08:16:32 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 99 117 114 114 101 110 116 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 100 101 115 105 114 101 100 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 114 101 97 115 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 115 116 97 116 101 34 58 123 125 125 125 125],}} {kubelet Update v1 2020-10-02 09:42:56 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 102 58 118 111 108 117 109 101 115 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 99 111 110 116 114 111 108 108 101 114 45 109 97 110 97 103 101 100 45 97 116 116 97 99 104 45 100 101 116 97 99 104 34 58 123 125 125 44 34 102 58 108 97 98 101 108 115 34 58 123 34 46 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 102 97 105 108 117 114 101 45 100 111 109 97 105 110 46 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 104 111 115 116 110 97 109 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 44 34 102 58 110 111 100 101 45 114 111 108 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 109 97 115 116 101 114 34 58 123 125 44 34 102 58 110 111 100 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 110 111 100 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 111 115 95 105 100 34 58 123 125 44 34 102 58 116 111 112 111 108 111 103 121 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 114 111 118 105 100 101 114 73 68 34 58 123 125 125 44 34 102 58 115 116 97 116 117 115 34 58 123 34 102 58 97 100 100 114 101 115 115 101 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 72 111 115 116 110 97 109 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 73 110 116 101 114 110 97 108 73 80 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 97 108 108 111 99 97 116 97 98 108 101 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 97 112 97 99 105 116 121 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 111 110 100 105 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 68 105 115 107 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 77 101 109 111 114 121 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 80 73 68 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 82 101 97 100 121 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 100 97 101 109 111 110 69 110 100 112 111 105 110 116 115 34 58 123 34 102 58 107 117 98 101 108 101 116 69 110 100 112 111 105 110 116 34 58 123 34 102 58 80 111 114 116 34 58 123 125 125 125 44 34 102 58 105 109 97 103 101 115 34 58 123 125 44 34 102 58 110 111 100 101 73 110 102 111 34 58 123 34 102 58 97 114 99 104 105 116 101 99 116 117 114 101 34 58 123 125 44 34 102 58 98 111 111 116 73 68 34 58 123 125 44 34 102 58 99 111 110 116 97 105 110 101 114 82 117 110 116 105 109 101 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 101 114 110 101 108 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 80 114 111 120 121 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 108 101 116 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 73 68 34 58 123 125 44 34 102 58 111 112 101 114 97 116 105 110 103 83 121 115 116 101 109 34 58 123 125 44 34 102 58 111 115 73 109 97 103 101 34 58 123 125 44 34 102 58 115 121 115 116 101 109 85 85 73 68 34 58 123 125 125 125 125],}}]},Spec:NodeSpec{PodCIDR:10.128.1.0/24,DoNotUseExternalID:,ProviderID:openstack:///8d1193ce-e903-4b68-be97-af02c71bcde5,Unschedulable:false,Taints:[]Taint{Taint{Key:node-role.kubernetes.io/master,Value:,Effect:NoSchedule,TimeAdded:<nil>,},},ConfigSource:nil,PodCIDRs:[10.128.1.0/24],},Status:NodeStatus{Capacity:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{4 0} {<nil>} 4 DecimalSI},ephemeral-storage: {{42384470016 0} {<nil>} 41391084Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{16813174784 0} {<nil>} 16419116Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Allocatable:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{3500 -3} {<nil>} 3500m DecimalSI},ephemeral-storage: {{37072281128 0} {<nil>} 37072281128 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{15634575360 0} {<nil>} 15268140Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:56 +0000 UTC,LastTransitionTime:2020-10-02 07:55:08 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:56 +0000 UTC,LastTransitionTime:2020-10-02 07:55:08 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:56 +0000 UTC,LastTransitionTime:2020-10-02 07:55:08 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-10-02 09:42:56 +0000 UTC,LastTransitionTime:2020-10-02 07:59:19 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.196.0.64,},NodeAddress{Type:Hostname,Address:ostest-7vhfl-master-1,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:8d1193cee9034b68be97af02c71bcde5,SystemUUID:8d1193ce-e903-4b68-be97-af02c71bcde5,BootID:c8daa115-68a0-429c-8528-a7a0d5acb154,KernelVersion:4.18.0-193.24.1.el8_2.dt1.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 46.82.202010012040-0 (Ootpa),ContainerRuntimeVersion:cri-o://1.19.0-20.rhaos4.6.git97d715e.el8,KubeletVersion:v1.19.0+beb741b,KubeProxyVersion:v1.19.0+beb741b,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c3a170bfbb0e5cc21f8112895fedf1b2f0ddd1790fc77fe9091e88a8fe5719b6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:769578732,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c11aaf278718def59b47a601996066ecdddf6a35a93086c30ec9d6791c2791ad quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:701154663,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4510fef06bfe9721f49f5cfbdf94b6eb775940a6e744d27ec7b5fb7f011773f8 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:682288936,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:08140ea00217c6c8c92f1b81c145e52ecc3026a7b36fd67bc5867bec474a1c66 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:631734123,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:27e3990232cb1b01cf180ba25c3288817f12b3e0840bb83b20e1280d3eba635b quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:514433728,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c933c86117c817fe2edb247503c8f3a8f08cbc90162dabbeeea4738ec3a1cc5e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:500761689,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f190873d27e00c004b8017085c46af7b4bf8e4c8a535230025d8358f8bf8c6b9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:481479938,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:227d56455544d0a784d1b6b832bc2299b9eb609209b396f06d694e0bf73d8137 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:473278973,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d470082b2ff63ef989975a372ef0bdd536af84f0775b5650ad1ee5a403494fa5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:419531544,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fe4ae12e183a29d23690de32dfe9de335bab6d6d373785fd91dfb2712c534f51 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:370109724,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efd5b7cd0ca989fc2336d496ee8067b40803b948560596dd8b482a570c01949c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:366909424,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d39e6f51f42af97767ce3b75904a6e6c1f448c9ef6e4f8785bdf7be17501bcc4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:343841040,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c2b849e2337c2b12cb3feced6735fd6278c80a7ec08c8292f0f58cf290c566df quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:337507384,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6bada08687c20afe316c1f8cf76f001f31bedae317f256f3df3affaa5d0dc25e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336987966,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f5420d0c2a29acbc91319cb1e1e0f20f6cf859706d3cf20b56fd2d6922011d9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336567887,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b05861361c2150a1ba2ef4edfe814e5ad395d6f7708fe45d6d4ec615264c3e9d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336036670,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a86872c0bf8620e8ef95becfd77b561aa298acbfafb217c09231ae68ff21b319 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:334612213,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:33d06f6c1d2e5bcb94e2c65e6ee8761e8ea64a81fd2db4eea9eed028c6c3b549 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:333372672,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bba3e1d4e666d4e30eea99afb451a22fc7806e7a451e2f831563eeb7424f7281 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:333011308,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:82659567eaf62feffa7eabc9f043fda61a74a7bc7c9a33e793550a77b0bd69d6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:326057202,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:02a264f77b3f555cde9b8045fa959eadaed120779d53ba8cc3ba9c0dd4557fb3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:325370491,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:52aa19b9e3f011cdcb759d5436e0d290b6cdf872b86bada49652b8649542e9f4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:321482743,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:10b107dcef2314194f65230430b060ed1c00497c9b9d819f4e39e8c9c388e992 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:319944375,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7aba00760a337a7a5f469966e245d35c12e055f62a393fdef147bf3c89236343 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:318368538,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b5d6eaf477a311af99a64479295a04ddcf32a98e7cb190a4f300f75af09b3617 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:316310728,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66ad68ba60f03a8b6d90d42f981b54a537ef295dabe8562f91b2a34ae60877b0 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:315339691,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:684528cc585361c4b2d43e494641146dc90d8ecb8b2a034d268722856c67b884 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:315319562,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:701494be777b9a503a7669d9fa0259f4819753e42b3e77a62ff0530cafa27832 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:314343752,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b1cf2894d7fbef768d97eb85b432b39c606701ad66d1d44778f90a49ea2a8cf4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:313489720,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a8f18e493d7015c3606146497ae67b586a327a5de78e3a545549b788c1555724 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:312615681,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bdff3d9ec3bf6ba9d5d3ef22bc4ff0929bf0a765fcf775c76f28b55d3ed0b316 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:311353697,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:22dea3ae7e232f837f8eb9b28d8b4b5f82849f06fe60d25c0223622ec95df3f6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:311323012,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:21c3cca4ee83f131165b782c3b31cfdf508fb12455547843794a18685d4c7474 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:306621135,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b1bdc785cc284300e34d1f3835a85cc575372b6ccc762e31526b95d3ff06fd6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:304641616,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ffd80fed46a662b0691915a06aab1bb0e2ac9a7b45930999f384524f6f27123a quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:303746802,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:75abdf53b619a2b085e2bc1880ef32583ccf269c8b0997af59f8544e7ada37c5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300756060,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:96686934e47b330af0eea298a0cc65031706ebdcc840e5485501efaeb721cf2a quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300278179,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efcbe6a6ba33c889236be9f2a5cff84a051d5008af41caac37fef574447cc7ea quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300005108,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d39c4602f2b0fbe35529e7377b04aeaa9524c48fea5357e4cc73f46e7eee6534 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299900737,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c4c9e1156181198d1289257f54e49fff0cbbf25ac5bc70165463410c21d2bf71 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299427630,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7f93199dcc01838f017030e0e8dd32d1d23fa268d25472e338e6843c8830d364 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:287022906,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:842a3efad8e22416b2b79feacd67a752b71f9da22b1879d101e3598678cfa007 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:273522671,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:12b11e2000b42ce1aaa228d9c1f4c9177395add2fa43835e667b7fc9007e40e6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:270734898,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66157b7796168ffe2fd914dfb21f194ce381b03efa109e88e5538a80efd9ea4d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:264244297,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:73fdcef5de85e739831c5a8b76dce349a3c8832ff416a46263743d7e61655cbb quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:247448489,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:71051bdf1b96c953fc1dfd48359915bf5c027613de6f5e2fa8adeea8d3dda311 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:236515650,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},}
Oct  2 09:46:19.388: INFO: 
Logging kubelet events for node ostest-7vhfl-master-1
Oct  2 09:46:19.405: INFO: 
Logging pods the kubelet thinks is on node ostest-7vhfl-master-1
Oct  2 09:46:19.488: INFO: cluster-autoscaler-operator-7554b6cf66-2zz6q started at 2020-10-02 08:01:36 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container cluster-autoscaler-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: installer-2-ostest-7vhfl-master-1 started at 2020-10-02 08:14:30 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: haproxy-ostest-7vhfl-master-1 started at 2020-10-02 07:54:13 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container haproxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container haproxy-monitor ready: true, restart count 0
Oct  2 09:46:19.488: INFO: network-metrics-daemon-6w5vn started at 2020-10-02 07:58:00 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container network-metrics-daemon ready: true, restart count 0
Oct  2 09:46:19.488: INFO: kuryr-controller-775ff4bb-bgpml started at 2020-10-02 07:58:01 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container controller ready: true, restart count 1
Oct  2 09:46:19.488: INFO: cluster-image-registry-operator-6877987c88-tjqc5 started at 2020-10-02 08:01:36 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container cluster-image-registry-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: marketplace-operator-66bf4c7445-kb2dl started at 2020-10-02 08:01:36 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container marketplace-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: console-8495cc5b6b-9kbk2 started at 2020-10-02 08:26:11 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container console ready: true, restart count 1
Oct  2 09:46:19.488: INFO: revision-pruner-2-ostest-7vhfl-master-1 started at 2020-10-02 08:03:29 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: installer-6-ostest-7vhfl-master-1 started at 2020-10-02 08:12:58 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: installer-3-ostest-7vhfl-master-1 started at 2020-10-02 08:19:18 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: kube-apiserver-ostest-7vhfl-master-1 started at 2020-10-02 08:05:36 +0000 UTC (1+5 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container setup ready: true, restart count 1
Oct  2 09:46:19.488: INFO: 	Container kube-apiserver ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-apiserver-cert-regeneration-controller ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-apiserver-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-apiserver-check-endpoints ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-apiserver-insecure-readyz ready: true, restart count 0
Oct  2 09:46:19.488: INFO: machine-api-controllers-7dd66df8fb-flfdh started at 2020-10-02 08:02:23 +0000 UTC (0+7 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy-machine-mtrc ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy-machineset-mtrc ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy-mhc-mtrc ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container machine-controller ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container machine-healthcheck-controller ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container machineset-controller ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container nodelink-controller ready: true, restart count 0
Oct  2 09:46:19.488: INFO: recyler-pod-ostest-7vhfl-master-1 started at 2020-10-02 07:54:14 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container recyler-container ready: false, restart count 0
Oct  2 09:46:19.488: INFO: cloud-credential-operator-6cddd7dffc-kcxl2 started at 2020-10-02 08:01:36 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container cloud-credential-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: installer-2-ostest-7vhfl-master-1 started at 2020-10-02 08:02:40 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: installer-2-ostest-7vhfl-master-1 started at 2020-10-02 08:04:31 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: downloads-cbc866f7c-vzk9f started at 2020-10-02 08:13:34 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container download-server ready: true, restart count 0
Oct  2 09:46:19.488: INFO: installer-6-ostest-7vhfl-master-1 started at 2020-10-02 08:35:28 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: revision-pruner-6-ostest-7vhfl-master-1 started at 2020-10-02 08:39:33 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: controller-manager-2x8lz started at 2020-10-02 08:13:32 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container controller-manager ready: true, restart count 0
Oct  2 09:46:19.488: INFO: revision-pruner-3-ostest-7vhfl-master-1 started at 2020-10-02 08:19:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: tuned-xmdwl started at 2020-10-02 08:00:13 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container tuned ready: true, restart count 0
Oct  2 09:46:19.488: INFO: insights-operator-69f464dd8c-zjs4m started at 2020-10-02 08:01:36 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container insights-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: packageserver-9df4dbbc5-rrdzn started at 2020-10-02 08:01:52 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container packageserver ready: true, restart count 0
Oct  2 09:46:19.488: INFO: revision-pruner-5-ostest-7vhfl-master-1 started at 2020-10-02 08:06:47 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: machine-config-daemon-7bcz4 started at 2020-10-02 08:13:32 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container machine-config-daemon ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: cluster-monitoring-operator-55cbbb8d7-46mf4 started at 2020-10-02 08:01:36 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container cluster-monitoring-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 2
Oct  2 09:46:19.488: INFO: node-exporter-745t7 started at 2020-10-02 08:02:10 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container init-textfile ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container node-exporter ready: true, restart count 0
Oct  2 09:46:19.488: INFO: openshift-kube-scheduler-ostest-7vhfl-master-1 started at 2020-10-02 08:15:18 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container wait-for-host-port ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-scheduler ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-scheduler-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.488: INFO: revision-pruner-4-ostest-7vhfl-master-1 started at 2020-10-02 08:25:31 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: coredns-ostest-7vhfl-master-1 started at 2020-10-02 07:54:13 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container render-config-coredns ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container coredns ready: true, restart count 0
Oct  2 09:46:19.488: INFO: apiserver-f444cb8b4-pxlxq started at 2020-10-02 08:16:03 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container fix-audit-permissions ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container openshift-apiserver ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container openshift-apiserver-check-endpoints ready: true, restart count 0
Oct  2 09:46:19.488: INFO: dns-default-k5x6v started at 2020-10-02 08:02:08 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container dns ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container dns-node-resolver ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: installer-5-ostest-7vhfl-master-1 started at 2020-10-02 08:04:16 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: revision-pruner-2-ostest-7vhfl-master-1 started at 2020-10-02 08:06:49 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: machine-config-server-shbdg started at 2020-10-02 08:15:57 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container machine-config-server ready: true, restart count 0
Oct  2 09:46:19.488: INFO: installer-7-ostest-7vhfl-master-1 started at 2020-10-02 08:18:07 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.488: INFO: multus-jkb8x started at 2020-10-02 07:58:00 +0000 UTC (5+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container multus-binary-copy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Init container cni-plugins ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Init container routeoverride-cni ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Init container whereabouts-cni-bincopy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Init container whereabouts-cni ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-multus ready: true, restart count 0
Oct  2 09:46:19.488: INFO: etcd-ostest-7vhfl-master-1 started at 2020-10-02 08:03:02 +0000 UTC (2+3 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container etcd-ensure-env-vars ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Init container etcd-resources-copy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container etcd ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container etcd-metrics ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container etcdctl ready: true, restart count 0
Oct  2 09:46:19.488: INFO: multus-admission-controller-s6kvk started at 2020-10-02 07:59:19 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container multus-admission-controller ready: true, restart count 0
Oct  2 09:46:19.488: INFO: cluster-samples-operator-78bcf97f8b-dm8j9 started at 2020-10-02 08:03:41 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container cluster-samples-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container cluster-samples-operator-watch ready: true, restart count 0
Oct  2 09:46:19.488: INFO: kuryr-cni-zpmfv started at 2020-10-02 07:58:01 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container block-mcs ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kuryr-cni ready: true, restart count 0
Oct  2 09:46:19.488: INFO: ingress-operator-7844ddf848-wjrkd started at 2020-10-02 08:01:36 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container ingress-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: kube-controller-manager-ostest-7vhfl-master-1 started at 2020-10-02 08:05:41 +0000 UTC (0+4 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container cluster-policy-controller ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-controller-manager ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-controller-manager-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container kube-controller-manager-recovery-controller ready: true, restart count 1
Oct  2 09:46:19.488: INFO: revision-pruner-7-ostest-7vhfl-master-1 started at 2020-10-02 08:19:09 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: machine-api-operator-d597cbc54-lt2fm started at 2020-10-02 08:01:36 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container machine-api-operator ready: true, restart count 0
Oct  2 09:46:19.488: INFO: node-ca-g8nzb started at 2020-10-02 08:02:15 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container node-ca ready: true, restart count 0
Oct  2 09:46:19.488: INFO: apiserver-cfc9d45d8-h854q started at 2020-10-02 08:02:55 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container fix-audit-permissions ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container oauth-apiserver ready: true, restart count 0
Oct  2 09:46:19.488: INFO: revision-pruner-6-ostest-7vhfl-master-1 started at 2020-10-02 08:13:37 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: revision-pruner-2-ostest-7vhfl-master-1 started at 2020-10-02 08:16:17 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.488: INFO: keepalived-ostest-7vhfl-master-1 started at 2020-10-02 07:54:13 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container render-config-keepalived ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container keepalived ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container keepalived-monitor ready: true, restart count 0
Oct  2 09:46:19.488: INFO: mdns-publisher-ostest-7vhfl-master-1 started at 2020-10-02 07:54:14 +0000 UTC (2+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Init container verify-hostname ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Init container render-config-mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.488: INFO: 	Container mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.488: INFO: etcd-quorum-guard-55b5b99d6-n8lnm started at 2020-10-02 08:01:47 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container guard ready: true, restart count 0
Oct  2 09:46:19.488: INFO: installer-4-ostest-7vhfl-master-1 started at 2020-10-02 08:20:38 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.488: INFO: 	Container installer ready: false, restart count 0
W1002 09:46:19.508374   32572 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Oct  2 09:46:19.676: INFO: 
Latency metrics for node ostest-7vhfl-master-1
Oct  2 09:46:19.676: INFO: 
Logging node info for node ostest-7vhfl-master-2
Oct  2 09:46:19.682: INFO: Node Info: &Node{ObjectMeta:{ostest-7vhfl-master-2   /api/v1/nodes/ostest-7vhfl-master-2 a8b864ac-7738-45ac-9480-249fe3ce3f33 196818 0 2020-10-02 07:55:04 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m4.xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/zone:nova kubernetes.io/arch:amd64 kubernetes.io/hostname:ostest-7vhfl-master-2 kubernetes.io/os:linux node-role.kubernetes.io/master: node.kubernetes.io/instance-type:m4.xlarge node.openshift.io/os_id:rhcos topology.kubernetes.io/zone:nova] map[machine.openshift.io/machine:openshift-machine-api/ostest-7vhfl-master-2 machineconfiguration.openshift.io/currentConfig:rendered-master-796a4006e6da2935511bcc7bd9868192 machineconfiguration.openshift.io/desiredConfig:rendered-master-796a4006e6da2935511bcc7bd9868192 machineconfiguration.openshift.io/reason: machineconfiguration.openshift.io/state:Done volumes.kubernetes.io/controller-managed-attach-detach:true] [] []  [{kube-controller-manager Update v1 2020-10-02 07:59:08 +0000 UTC FieldsV1 FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 108 97 98 101 108 115 34 58 123 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 111 100 67 73 68 82 34 58 123 125 44 34 102 58 112 111 100 67 73 68 82 115 34 58 123 34 46 34 58 123 125 44 34 118 58 92 34 49 48 46 49 50 56 46 48 46 48 47 50 52 92 34 34 58 123 125 125 44 34 102 58 116 97 105 110 116 115 34 58 123 125 125 125],}} {nodelink-controller Update v1 2020-10-02 08:03:58 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 109 97 99 104 105 110 101 34 58 123 125 125 125 125],}} {machine-config-daemon Update v1 2020-10-02 08:16:32 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 99 117 114 114 101 110 116 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 100 101 115 105 114 101 100 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 114 101 97 115 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 115 116 97 116 101 34 58 123 125 125 125 125],}} {kubelet Update v1 2020-10-02 09:42:42 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 102 58 118 111 108 117 109 101 115 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 99 111 110 116 114 111 108 108 101 114 45 109 97 110 97 103 101 100 45 97 116 116 97 99 104 45 100 101 116 97 99 104 34 58 123 125 125 44 34 102 58 108 97 98 101 108 115 34 58 123 34 46 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 102 97 105 108 117 114 101 45 100 111 109 97 105 110 46 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 104 111 115 116 110 97 109 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 44 34 102 58 110 111 100 101 45 114 111 108 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 109 97 115 116 101 114 34 58 123 125 44 34 102 58 110 111 100 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 110 111 100 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 111 115 95 105 100 34 58 123 125 44 34 102 58 116 111 112 111 108 111 103 121 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 114 111 118 105 100 101 114 73 68 34 58 123 125 125 44 34 102 58 115 116 97 116 117 115 34 58 123 34 102 58 97 100 100 114 101 115 115 101 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 72 111 115 116 110 97 109 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 73 110 116 101 114 110 97 108 73 80 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 97 108 108 111 99 97 116 97 98 108 101 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 97 112 97 99 105 116 121 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 111 110 100 105 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 68 105 115 107 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 77 101 109 111 114 121 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 80 73 68 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 82 101 97 100 121 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 100 97 101 109 111 110 69 110 100 112 111 105 110 116 115 34 58 123 34 102 58 107 117 98 101 108 101 116 69 110 100 112 111 105 110 116 34 58 123 34 102 58 80 111 114 116 34 58 123 125 125 125 44 34 102 58 105 109 97 103 101 115 34 58 123 125 44 34 102 58 110 111 100 101 73 110 102 111 34 58 123 34 102 58 97 114 99 104 105 116 101 99 116 117 114 101 34 58 123 125 44 34 102 58 98 111 111 116 73 68 34 58 123 125 44 34 102 58 99 111 110 116 97 105 110 101 114 82 117 110 116 105 109 101 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 101 114 110 101 108 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 80 114 111 120 121 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 108 101 116 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 73 68 34 58 123 125 44 34 102 58 111 112 101 114 97 116 105 110 103 83 121 115 116 101 109 34 58 123 125 44 34 102 58 111 115 73 109 97 103 101 34 58 123 125 44 34 102 58 115 121 115 116 101 109 85 85 73 68 34 58 123 125 125 125 125],}}]},Spec:NodeSpec{PodCIDR:10.128.0.0/24,DoNotUseExternalID:,ProviderID:openstack:///e72269b1-723c-46a8-89ba-b127aae8183d,Unschedulable:false,Taints:[]Taint{Taint{Key:node-role.kubernetes.io/master,Value:,Effect:NoSchedule,TimeAdded:<nil>,},},ConfigSource:nil,PodCIDRs:[10.128.0.0/24],},Status:NodeStatus{Capacity:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{4 0} {<nil>} 4 DecimalSI},ephemeral-storage: {{42384470016 0} {<nil>} 41391084Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{16813174784 0} {<nil>} 16419116Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Allocatable:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{3500 -3} {<nil>} 3500m DecimalSI},ephemeral-storage: {{37072281128 0} {<nil>} 37072281128 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{15634575360 0} {<nil>} 15268140Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:55:04 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:55:04 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:55:04 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-10-02 09:42:42 +0000 UTC,LastTransitionTime:2020-10-02 07:59:08 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.196.0.202,},NodeAddress{Type:Hostname,Address:ostest-7vhfl-master-2,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:e72269b1723c46a889bab127aae8183d,SystemUUID:e72269b1-723c-46a8-89ba-b127aae8183d,BootID:976f7b11-f32b-425e-89c3-939396299d5c,KernelVersion:4.18.0-193.24.1.el8_2.dt1.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 46.82.202010012040-0 (Ootpa),ContainerRuntimeVersion:cri-o://1.19.0-20.rhaos4.6.git97d715e.el8,KubeletVersion:v1.19.0+beb741b,KubeProxyVersion:v1.19.0+beb741b,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c3a170bfbb0e5cc21f8112895fedf1b2f0ddd1790fc77fe9091e88a8fe5719b6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:769578732,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c11aaf278718def59b47a601996066ecdddf6a35a93086c30ec9d6791c2791ad quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:701154663,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4510fef06bfe9721f49f5cfbdf94b6eb775940a6e744d27ec7b5fb7f011773f8 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:682288936,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c933c86117c817fe2edb247503c8f3a8f08cbc90162dabbeeea4738ec3a1cc5e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:500761689,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f190873d27e00c004b8017085c46af7b4bf8e4c8a535230025d8358f8bf8c6b9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:481479938,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:227d56455544d0a784d1b6b832bc2299b9eb609209b396f06d694e0bf73d8137 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:473278973,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d470082b2ff63ef989975a372ef0bdd536af84f0775b5650ad1ee5a403494fa5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:419531544,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fe4ae12e183a29d23690de32dfe9de335bab6d6d373785fd91dfb2712c534f51 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:370109724,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efd5b7cd0ca989fc2336d496ee8067b40803b948560596dd8b482a570c01949c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:366909424,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:40883ba42a615c39b3efb74da0223a8a4fbeaa5871dff60de207c633d4229db8 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:358139869,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c2b849e2337c2b12cb3feced6735fd6278c80a7ec08c8292f0f58cf290c566df quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:337507384,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6bada08687c20afe316c1f8cf76f001f31bedae317f256f3df3affaa5d0dc25e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336987966,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f5420d0c2a29acbc91319cb1e1e0f20f6cf859706d3cf20b56fd2d6922011d9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336567887,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f51d9acaeb26f53d14d26f2b3d072c54c898c0b24b00460e675f7b64dcefdb31 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336303404,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:2b0ac8c00054116721ab17d251b9c8b4bf8e7175e404c3c5d1201e8255cf8e0b quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:335569125,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bba3e1d4e666d4e30eea99afb451a22fc7806e7a451e2f831563eeb7424f7281 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:333011308,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ecc964c38c62825d5a161df8c68874236c0cca152503edfc65e85935bcbad848 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:332777114,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:82659567eaf62feffa7eabc9f043fda61a74a7bc7c9a33e793550a77b0bd69d6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:326057202,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:02a264f77b3f555cde9b8045fa959eadaed120779d53ba8cc3ba9c0dd4557fb3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:325370491,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:52aa19b9e3f011cdcb759d5436e0d290b6cdf872b86bada49652b8649542e9f4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:321482743,},ContainerImage{Names:[registry.svc.ci.openshift.org/ocp/release@sha256:456d4cdf74f3e2347312e4d14fa1b4c90293e233017b5d315914b2cf6e8dd718 registry.svc.ci.openshift.org/ocp/release@sha256:<none>],SizeBytes:317076776,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b5d6eaf477a311af99a64479295a04ddcf32a98e7cb190a4f300f75af09b3617 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:316310728,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66ad68ba60f03a8b6d90d42f981b54a537ef295dabe8562f91b2a34ae60877b0 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:315339691,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:684528cc585361c4b2d43e494641146dc90d8ecb8b2a034d268722856c67b884 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:315319562,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:701494be777b9a503a7669d9fa0259f4819753e42b3e77a62ff0530cafa27832 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:314343752,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b1cf2894d7fbef768d97eb85b432b39c606701ad66d1d44778f90a49ea2a8cf4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:313489720,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a8f18e493d7015c3606146497ae67b586a327a5de78e3a545549b788c1555724 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:312615681,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:799f0738258f36b2626f63c7a1ed9fa7a3e700bd96e34a3c2d4b5b187a84cf56 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:312540523,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1ffb6a2fb10ca1205fe42ed0f0844e6a0b0e7ecc188e5b0892c2686fd4dc1695 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:312449767,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d147fca57e8acf73b4063ed81fcda764a64b94e318c678b77e3feaf37f392ea quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:312275620,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bdff3d9ec3bf6ba9d5d3ef22bc4ff0929bf0a765fcf775c76f28b55d3ed0b316 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:311353697,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:22dea3ae7e232f837f8eb9b28d8b4b5f82849f06fe60d25c0223622ec95df3f6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:311323012,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6a5d89d3b8e34b4f0d76ef7aa80aa02f779bb51cb6b53f4b4f623a2954f0c1cf quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:306116297,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b1bdc785cc284300e34d1f3835a85cc575372b6ccc762e31526b95d3ff06fd6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:304641616,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:75abdf53b619a2b085e2bc1880ef32583ccf269c8b0997af59f8544e7ada37c5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300756060,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efcbe6a6ba33c889236be9f2a5cff84a051d5008af41caac37fef574447cc7ea quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300005108,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d39c4602f2b0fbe35529e7377b04aeaa9524c48fea5357e4cc73f46e7eee6534 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299900737,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c4c9e1156181198d1289257f54e49fff0cbbf25ac5bc70165463410c21d2bf71 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299427630,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:842a3efad8e22416b2b79feacd67a752b71f9da22b1879d101e3598678cfa007 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:273522671,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:12b11e2000b42ce1aaa228d9c1f4c9177395add2fa43835e667b7fc9007e40e6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:270734898,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66157b7796168ffe2fd914dfb21f194ce381b03efa109e88e5538a80efd9ea4d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:264244297,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:73fdcef5de85e739831c5a8b76dce349a3c8832ff416a46263743d7e61655cbb quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:247448489,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:71051bdf1b96c953fc1dfd48359915bf5c027613de6f5e2fa8adeea8d3dda311 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:236515650,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},}
Oct  2 09:46:19.682: INFO: 
Logging kubelet events for node ostest-7vhfl-master-2
Oct  2 09:46:19.692: INFO: 
Logging pods the kubelet thinks is on node ostest-7vhfl-master-2
Oct  2 09:46:19.778: INFO: etcd-operator-94df5bd4b-l4nj8 started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container etcd-operator ready: true, restart count 1
Oct  2 09:46:19.778: INFO: installer-2-ostest-7vhfl-master-2 started at 2020-10-02 08:16:25 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.778: INFO: oauth-openshift-68ffb56f69-7hj22 started at 2020-10-02 08:26:24 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container oauth-openshift ready: true, restart count 0
Oct  2 09:46:19.778: INFO: installer-6-ostest-7vhfl-master-2 started at 2020-10-02 08:31:31 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.778: INFO: openshift-controller-manager-operator-69546768c4-cw2p7 started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container openshift-controller-manager-operator ready: true, restart count 0
Oct  2 09:46:19.778: INFO: openshift-kube-scheduler-operator-5b54f95596-8kmq2 started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container kube-scheduler-operator-container ready: true, restart count 0
Oct  2 09:46:19.778: INFO: revision-pruner-2-ostest-7vhfl-master-2 started at 2020-10-02 08:17:53 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.778: INFO: mdns-publisher-ostest-7vhfl-master-2 started at 2020-10-02 07:54:09 +0000 UTC (2+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Init container verify-hostname ready: true, restart count 0
Oct  2 09:46:19.778: INFO: 	Init container render-config-mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.778: INFO: 	Container mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.778: INFO: kube-controller-manager-operator-6865c8c86d-ltdx7 started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.778: INFO: 	Container kube-controller-manager-operator ready: true, restart count 1
Oct  2 09:46:19.778: INFO: installer-7-ostest-7vhfl-master-2 started at 2020-10-02 08:17:19 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.779: INFO: machine-config-server-8rzf4 started at 2020-10-02 08:15:57 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container machine-config-server ready: true, restart count 0
Oct  2 09:46:19.779: INFO: recyler-pod-ostest-7vhfl-master-2 started at 2020-10-02 07:54:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container recyler-container ready: false, restart count 0
Oct  2 09:46:19.779: INFO: kuryr-cni-jfltp started at 2020-10-02 07:58:01 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container block-mcs ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kuryr-cni ready: true, restart count 4
Oct  2 09:46:19.779: INFO: revision-pruner-2-ostest-7vhfl-master-2 started at 2020-10-02 08:04:28 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: revision-pruner-5-ostest-7vhfl-master-2 started at 2020-10-02 08:04:13 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: revision-pruner-3-ostest-7vhfl-master-2 started at 2020-10-02 08:19:14 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: etcd-ostest-7vhfl-master-2 started at 2020-10-02 08:02:10 +0000 UTC (2+3 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container etcd-ensure-env-vars ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Init container etcd-resources-copy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container etcd ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container etcd-metrics ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container etcdctl ready: true, restart count 0
Oct  2 09:46:19.779: INFO: network-metrics-daemon-mb9n6 started at 2020-10-02 07:58:00 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container network-metrics-daemon ready: true, restart count 0
Oct  2 09:46:19.779: INFO: multus-admission-controller-6d4z7 started at 2020-10-02 07:59:10 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container multus-admission-controller ready: true, restart count 0
Oct  2 09:46:19.779: INFO: tuned-dql76 started at 2020-10-02 08:00:13 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container tuned ready: true, restart count 0
Oct  2 09:46:19.779: INFO: etcd-quorum-guard-55b5b99d6-qjnhx started at 2020-10-02 08:01:47 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container guard ready: true, restart count 0
Oct  2 09:46:19.779: INFO: revision-pruner-6-ostest-7vhfl-master-2 started at 2020-10-02 08:35:17 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: installer-2-ostest-7vhfl-master-2 started at 2020-10-02 08:01:53 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.779: INFO: controller-manager-7qfls started at 2020-10-02 08:13:32 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container controller-manager ready: true, restart count 0
Oct  2 09:46:19.779: INFO: machine-config-controller-856fb96d68-6g2dx started at 2020-10-02 08:13:51 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container machine-config-controller ready: true, restart count 0
Oct  2 09:46:19.779: INFO: revision-pruner-7-ostest-7vhfl-master-2 started at 2020-10-02 08:17:56 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: downloads-cbc866f7c-hct6x started at 2020-10-02 08:13:34 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container download-server ready: true, restart count 0
Oct  2 09:46:19.779: INFO: kube-apiserver-ostest-7vhfl-master-2 started at 2020-10-02 08:03:47 +0000 UTC (1+5 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container setup ready: true, restart count 1
Oct  2 09:46:19.779: INFO: 	Container kube-apiserver ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-apiserver-cert-regeneration-controller ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-apiserver-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-apiserver-check-endpoints ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-apiserver-insecure-readyz ready: true, restart count 0
Oct  2 09:46:19.779: INFO: coredns-ostest-7vhfl-master-2 started at 2020-10-02 07:54:09 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container render-config-coredns ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container coredns ready: true, restart count 0
Oct  2 09:46:19.779: INFO: keepalived-ostest-7vhfl-master-2 started at 2020-10-02 07:54:09 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container render-config-keepalived ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container keepalived ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container keepalived-monitor ready: true, restart count 0
Oct  2 09:46:19.779: INFO: packageserver-9df4dbbc5-lpmlr started at 2020-10-02 08:01:52 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container packageserver ready: true, restart count 0
Oct  2 09:46:19.779: INFO: node-exporter-4ws9p started at 2020-10-02 08:02:09 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container init-textfile ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container node-exporter ready: true, restart count 0
Oct  2 09:46:19.779: INFO: openshift-config-operator-6684ffc645-l7g7b started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container openshift-config-operator ready: true, restart count 1
Oct  2 09:46:19.779: INFO: cluster-storage-operator-67b95bb69d-lc9ms started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container cluster-storage-operator ready: true, restart count 0
Oct  2 09:46:19.779: INFO: apiserver-cfc9d45d8-x98g7 started at 2020-10-02 08:02:55 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container fix-audit-permissions ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container oauth-apiserver ready: true, restart count 0
Oct  2 09:46:19.779: INFO: installer-3-ostest-7vhfl-master-2 started at 2020-10-02 08:18:03 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.779: INFO: revision-pruner-2-ostest-7vhfl-master-2 started at 2020-10-02 08:02:38 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: installer-5-ostest-7vhfl-master-2 started at 2020-10-02 08:02:45 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.779: INFO: revision-pruner-6-ostest-7vhfl-master-2 started at 2020-10-02 08:12:52 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: apiserver-f444cb8b4-dpx94 started at 2020-10-02 08:13:32 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container fix-audit-permissions ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container openshift-apiserver ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container openshift-apiserver-check-endpoints ready: true, restart count 0
Oct  2 09:46:19.779: INFO: multus-jb6mb started at 2020-10-02 07:58:00 +0000 UTC (5+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container multus-binary-copy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Init container cni-plugins ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Init container routeoverride-cni ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Init container whereabouts-cni-bincopy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Init container whereabouts-cni ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-multus ready: true, restart count 0
Oct  2 09:46:19.779: INFO: openshift-apiserver-operator-75cfbfd66b-jnqkx started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container openshift-apiserver-operator ready: true, restart count 1
Oct  2 09:46:19.779: INFO: installer-2-ostest-7vhfl-master-2 started at 2020-10-02 08:03:00 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.779: INFO: cluster-version-operator-6c8765486c-2fvj2 started at 2020-10-02 07:59:09 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container cluster-version-operator ready: true, restart count 0
Oct  2 09:46:19.779: INFO: kube-apiserver-operator-67cbf5f7d8-hwft4 started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container kube-apiserver-operator ready: true, restart count 1
Oct  2 09:46:19.779: INFO: kube-controller-manager-ostest-7vhfl-master-2 started at 2020-10-02 08:03:07 +0000 UTC (0+4 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container cluster-policy-controller ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-controller-manager ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-controller-manager-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-controller-manager-recovery-controller ready: true, restart count 1
Oct  2 09:46:19.779: INFO: node-ca-8qwbz started at 2020-10-02 08:02:15 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container node-ca ready: true, restart count 0
Oct  2 09:46:19.779: INFO: machine-config-daemon-lljpg started at 2020-10-02 08:13:33 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container machine-config-daemon ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: haproxy-ostest-7vhfl-master-2 started at 2020-10-02 07:54:09 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container haproxy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container haproxy-monitor ready: true, restart count 0
Oct  2 09:46:19.779: INFO: network-operator-7b8fcd74cc-6fpdl started at 2020-10-02 07:55:35 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container network-operator ready: true, restart count 0
Oct  2 09:46:19.779: INFO: service-ca-5955fbddbf-xbnrq started at 2020-10-02 08:00:42 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container service-ca-controller ready: true, restart count 0
Oct  2 09:46:19.779: INFO: dns-default-2bjph started at 2020-10-02 08:02:08 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container dns ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container dns-node-resolver ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: revision-pruner-4-ostest-7vhfl-master-2 started at 2020-10-02 08:20:14 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container pruner ready: false, restart count 0
Oct  2 09:46:19.779: INFO: olm-operator-84c586955d-96wdr started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container olm-operator ready: true, restart count 0
Oct  2 09:46:19.779: INFO: dns-operator-564f44bcc4-6qjsh started at 2020-10-02 07:59:10 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container dns-operator ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.779: INFO: installer-6-ostest-7vhfl-master-2 started at 2020-10-02 08:11:57 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container installer ready: false, restart count 0
Oct  2 09:46:19.779: INFO: openshift-kube-scheduler-ostest-7vhfl-master-2 started at 2020-10-02 08:16:47 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Init container wait-for-host-port ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-scheduler ready: true, restart count 0
Oct  2 09:46:19.779: INFO: 	Container kube-scheduler-cert-syncer ready: true, restart count 0
Oct  2 09:46:19.779: INFO: authentication-operator-85749495df-bxb5h started at 2020-10-02 07:59:09 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container authentication-operator ready: true, restart count 2
Oct  2 09:46:19.779: INFO: machine-config-operator-59b5fc6cf5-krk2m started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container machine-config-operator ready: true, restart count 0
Oct  2 09:46:19.779: INFO: service-ca-operator-78795bb68b-62k7l started at 2020-10-02 07:59:10 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container service-ca-operator ready: true, restart count 1
Oct  2 09:46:19.779: INFO: installer-4-ostest-7vhfl-master-2 started at 2020-10-02 08:16:16 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.779: INFO: 	Container installer ready: false, restart count 0
W1002 09:46:19.787313   32572 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Oct  2 09:46:19.880: INFO: 
Latency metrics for node ostest-7vhfl-master-2
Oct  2 09:46:19.880: INFO: 
Logging node info for node ostest-7vhfl-worker-0-4qwmt
Oct  2 09:46:19.888: INFO: Node Info: &Node{ObjectMeta:{ostest-7vhfl-worker-0-4qwmt   /api/v1/nodes/ostest-7vhfl-worker-0-4qwmt a6cf5440-4c7d-4ccd-b672-a3ee9426e320 196284 0 2020-10-02 08:24:28 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m4.xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/zone:nova kubernetes.io/arch:amd64 kubernetes.io/hostname:ostest-7vhfl-worker-0-4qwmt kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m4.xlarge node.openshift.io/os_id:rhcos topology.kubernetes.io/zone:nova] map[machine.openshift.io/machine:openshift-machine-api/ostest-7vhfl-worker-0-4qwmt machineconfiguration.openshift.io/currentConfig:rendered-worker-97ee7fb6af8f66a5184fd1fd0820eb54 machineconfiguration.openshift.io/desiredConfig:rendered-worker-97ee7fb6af8f66a5184fd1fd0820eb54 machineconfiguration.openshift.io/reason: machineconfiguration.openshift.io/state:Done volumes.kubernetes.io/controller-managed-attach-detach:true] [] []  [{nodelink-controller Update v1 2020-10-02 08:24:30 +0000 UTC FieldsV1 FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 109 97 99 104 105 110 101 34 58 123 125 125 125 125],}} {machine-config-daemon Update v1 2020-10-02 08:25:23 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 99 117 114 114 101 110 116 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 100 101 115 105 114 101 100 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 114 101 97 115 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 115 116 97 116 101 34 58 123 125 125 125 125],}} {kube-controller-manager Update v1 2020-10-02 08:26:09 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 108 97 98 101 108 115 34 58 123 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 111 100 67 73 68 82 34 58 123 125 44 34 102 58 112 111 100 67 73 68 82 115 34 58 123 34 46 34 58 123 125 44 34 118 58 92 34 49 48 46 49 50 56 46 52 46 48 47 50 52 92 34 34 58 123 125 125 125 125],}} {kubelet Update v1 2020-10-02 09:41:35 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 102 58 118 111 108 117 109 101 115 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 99 111 110 116 114 111 108 108 101 114 45 109 97 110 97 103 101 100 45 97 116 116 97 99 104 45 100 101 116 97 99 104 34 58 123 125 125 44 34 102 58 108 97 98 101 108 115 34 58 123 34 46 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 102 97 105 108 117 114 101 45 100 111 109 97 105 110 46 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 104 111 115 116 110 97 109 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 44 34 102 58 110 111 100 101 45 114 111 108 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 119 111 114 107 101 114 34 58 123 125 44 34 102 58 110 111 100 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 110 111 100 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 111 115 95 105 100 34 58 123 125 44 34 102 58 116 111 112 111 108 111 103 121 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 114 111 118 105 100 101 114 73 68 34 58 123 125 125 44 34 102 58 115 116 97 116 117 115 34 58 123 34 102 58 97 100 100 114 101 115 115 101 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 72 111 115 116 110 97 109 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 73 110 116 101 114 110 97 108 73 80 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 97 108 108 111 99 97 116 97 98 108 101 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 97 112 97 99 105 116 121 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 111 110 100 105 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 68 105 115 107 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 77 101 109 111 114 121 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 80 73 68 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 82 101 97 100 121 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 100 97 101 109 111 110 69 110 100 112 111 105 110 116 115 34 58 123 34 102 58 107 117 98 101 108 101 116 69 110 100 112 111 105 110 116 34 58 123 34 102 58 80 111 114 116 34 58 123 125 125 125 44 34 102 58 105 109 97 103 101 115 34 58 123 125 44 34 102 58 110 111 100 101 73 110 102 111 34 58 123 34 102 58 97 114 99 104 105 116 101 99 116 117 114 101 34 58 123 125 44 34 102 58 98 111 111 116 73 68 34 58 123 125 44 34 102 58 99 111 110 116 97 105 110 101 114 82 117 110 116 105 109 101 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 101 114 110 101 108 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 80 114 111 120 121 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 108 101 116 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 73 68 34 58 123 125 44 34 102 58 111 112 101 114 97 116 105 110 103 83 121 115 116 101 109 34 58 123 125 44 34 102 58 111 115 73 109 97 103 101 34 58 123 125 44 34 102 58 115 121 115 116 101 109 85 85 73 68 34 58 123 125 125 125 125],}}]},Spec:NodeSpec{PodCIDR:10.128.4.0/24,DoNotUseExternalID:,ProviderID:openstack:///5b887ed5-e9d2-4efe-a557-c2e25f09994f,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.128.4.0/24],},Status:NodeStatus{Capacity:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{4 0} {<nil>} 4 DecimalSI},ephemeral-storage: {{42384470016 0} {<nil>} 41391084Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{16813191168 0} {<nil>} 16419132Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Allocatable:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{3500 -3} {<nil>} 3500m DecimalSI},ephemeral-storage: {{37072281128 0} {<nil>} 37072281128 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{15634591744 0} {<nil>} 15268156Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-10-02 09:41:35 +0000 UTC,LastTransitionTime:2020-10-02 08:24:28 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-10-02 09:41:35 +0000 UTC,LastTransitionTime:2020-10-02 08:24:28 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-10-02 09:41:35 +0000 UTC,LastTransitionTime:2020-10-02 08:24:28 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-10-02 09:41:35 +0000 UTC,LastTransitionTime:2020-10-02 08:26:09 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.196.1.52,},NodeAddress{Type:Hostname,Address:ostest-7vhfl-worker-0-4qwmt,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:5b887ed5e9d24efea557c2e25f09994f,SystemUUID:5b887ed5-e9d2-4efe-a557-c2e25f09994f,BootID:05d66d50-bd06-4546-92f8-93e345ef3c39,KernelVersion:4.18.0-193.24.1.el8_2.dt1.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 46.82.202010012040-0 (Ootpa),ContainerRuntimeVersion:cri-o://1.19.0-20.rhaos4.6.git97d715e.el8,KubeletVersion:v1.19.0+beb741b,KubeProxyVersion:v1.19.0+beb741b,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c11aaf278718def59b47a601996066ecdddf6a35a93086c30ec9d6791c2791ad quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:701154663,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c933c86117c817fe2edb247503c8f3a8f08cbc90162dabbeeea4738ec3a1cc5e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:500761689,},ContainerImage{Names:[registry.redhat.io/redhat/certified-operator-index@sha256:cee7afbac21e64a7669dbfe52c29002d7f901c07dc056fbeed0ef7bf9fefd6d7 registry.redhat.io/redhat/certified-operator-index@sha256:df9a5eea4e4a251eb2e3dc65cf9ce1f67521c1a960e5dcb9dd5189fa6197e835 registry.redhat.io/redhat/certified-operator-index:v4.6],SizeBytes:492287888,},ContainerImage{Names:[registry.redhat.io/redhat/redhat-operator-index@sha256:00265fab1fd5e7666c55e4b0d801201435c27a4adabae1efecf7605c057e2708 registry.redhat.io/redhat/redhat-operator-index@sha256:4fdc553d03582032e28c6d326601b668f9410a00410104caceea9ebcf5e70aee registry.redhat.io/redhat/redhat-operator-index:v4.6],SizeBytes:490129297,},ContainerImage{Names:[registry.redhat.io/redhat/redhat-marketplace-index@sha256:6ca54a8dcba3aa660d998774913d90860ac2ac3f3bd920dc4d9376826df149aa registry.redhat.io/redhat/redhat-marketplace-index@sha256:fa297ae3e49c099f005270573bf2002f3960f7f05e2358ffc797fcd3baf13f50 registry.redhat.io/redhat/redhat-marketplace-index:v4.6],SizeBytes:489719696,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f190873d27e00c004b8017085c46af7b4bf8e4c8a535230025d8358f8bf8c6b9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:481479938,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d470082b2ff63ef989975a372ef0bdd536af84f0775b5650ad1ee5a403494fa5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:419531544,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f08508bad182e3e37c0aff804585f7abb9beee9d2c4a848ea70299c3998f0e17 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:419419150,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fe4ae12e183a29d23690de32dfe9de335bab6d6d373785fd91dfb2712c534f51 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:370109724,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efd5b7cd0ca989fc2336d496ee8067b40803b948560596dd8b482a570c01949c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:366909424,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d0361f380abf5252b1b640e3ceaaab8274e2af8cdb605b20b513a1a44b3a4dc quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:346080704,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fd3956c6e1dc12f3b554b45f05c67268b1b741b27ad78cbafbf723ff8ba06bf1 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:341116512,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6bada08687c20afe316c1f8cf76f001f31bedae317f256f3df3affaa5d0dc25e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336987966,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f5420d0c2a29acbc91319cb1e1e0f20f6cf859706d3cf20b56fd2d6922011d9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336567887,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:02a264f77b3f555cde9b8045fa959eadaed120779d53ba8cc3ba9c0dd4557fb3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:325370491,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:52aa19b9e3f011cdcb759d5436e0d290b6cdf872b86bada49652b8649542e9f4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:321482743,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:75abdf53b619a2b085e2bc1880ef32583ccf269c8b0997af59f8544e7ada37c5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300756060,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efcbe6a6ba33c889236be9f2a5cff84a051d5008af41caac37fef574447cc7ea quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300005108,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c4c9e1156181198d1289257f54e49fff0cbbf25ac5bc70165463410c21d2bf71 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299427630,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e5bcf6d786fd218e1ef188eb40c39c31a98d03121fba3b7a1f16e87e45a7478b quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:276735847,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:842a3efad8e22416b2b79feacd67a752b71f9da22b1879d101e3598678cfa007 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:273522671,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7587dc14f19f925459639ed977d147e36155e87775aa1ce6f7fa4cdcf2c630ce quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:271612142,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:12b11e2000b42ce1aaa228d9c1f4c9177395add2fa43835e667b7fc9007e40e6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:270734898,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66157b7796168ffe2fd914dfb21f194ce381b03efa109e88e5538a80efd9ea4d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:264244297,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:73fdcef5de85e739831c5a8b76dce349a3c8832ff416a46263743d7e61655cbb quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:247448489,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b635694dc0663a1404d43a4a9ac8513a3087c7cfead50f6ab413f3c217c40b2a quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:240293385,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:71051bdf1b96c953fc1dfd48359915bf5c027613de6f5e2fa8adeea8d3dda311 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:236515650,},ContainerImage{Names:[registry.redhat.io/redhat/community-operator-index@sha256:54e809e9743f9029a42be0816651c9542e0950ad5e52aed17b9fed78f841739a registry.redhat.io/redhat/community-operator-index:latest],SizeBytes:91520918,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/agnhost@sha256:02b9e10ea1f7439a03d9bc3ee16d984172ca7eac1818792ad4d721c5c8f72ff4 gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5 gcr.io/kubernetes-e2e-test-images/agnhost:2.8],SizeBytes:55378871,},ContainerImage{Names:[docker.io/library/busybox@sha256:d6975a0407b0ee34bc87c39d8b0ac20b03b8db04a0492fc11c8804ce42fc2ca6 docker.io/library/busybox@sha256:de4ef44705626db7abd9a585b186dd9577ce80288c7003a7d5eae8272b784615 docker.io/library/busybox:1.29-glibc],SizeBytes:4646709,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},}
Oct  2 09:46:19.889: INFO: 
Logging kubelet events for node ostest-7vhfl-worker-0-4qwmt
Oct  2 09:46:19.895: INFO: 
Logging pods the kubelet thinks is on node ostest-7vhfl-worker-0-4qwmt
Oct  2 09:46:19.953: INFO: keepalived-ostest-7vhfl-worker-0-4qwmt started at 2020-10-02 08:23:54 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.953: INFO: 	Init container render-config-keepalived ready: true, restart count 0
Oct  2 09:46:19.953: INFO: 	Container keepalived ready: true, restart count 0
Oct  2 09:46:19.953: INFO: 	Container keepalived-monitor ready: true, restart count 0
Oct  2 09:46:19.953: INFO: kuryr-cni-zhvzc started at 2020-10-02 08:24:30 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.953: INFO: 	Init container block-mcs ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container kuryr-cni ready: true, restart count 0
Oct  2 09:46:19.954: INFO: thanos-querier-bcdd88fb7-6c7f4 started at 2020-10-02 08:26:16 +0000 UTC (0+5 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container kube-rbac-proxy-rules ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container prom-label-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container thanos-query ready: true, restart count 0
Oct  2 09:46:19.954: INFO: prometheus-k8s-0 started at 2020-10-02 08:26:19 +0000 UTC (0+6 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container config-reloader ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container prom-label-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container prometheus ready: true, restart count 1
Oct  2 09:46:19.954: INFO: 	Container prometheus-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container thanos-sidecar ready: true, restart count 0
Oct  2 09:46:19.954: INFO: server-wgl9w started at 2020-10-02 09:37:31 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container server-container-80 ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container server-container-81 ready: true, restart count 0
Oct  2 09:46:19.954: INFO: mdns-publisher-ostest-7vhfl-worker-0-4qwmt started at 2020-10-02 08:23:54 +0000 UTC (2+1 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Init container verify-hostname ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Init container render-config-mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container mdns-publisher ready: true, restart count 0
Oct  2 09:46:19.954: INFO: coredns-ostest-7vhfl-worker-0-4qwmt started at 2020-10-02 08:23:54 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Init container render-config-coredns ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container coredns ready: true, restart count 0
Oct  2 09:46:19.954: INFO: machine-config-daemon-bstpk started at 2020-10-02 08:24:30 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container machine-config-daemon ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: network-metrics-daemon-8fltw started at 2020-10-02 08:24:30 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container network-metrics-daemon ready: true, restart count 0
Oct  2 09:46:19.954: INFO: node-ca-d59f6 started at 2020-10-02 08:24:30 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container node-ca ready: true, restart count 0
Oct  2 09:46:19.954: INFO: tuned-7z45w started at 2020-10-02 08:24:31 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container tuned ready: true, restart count 0
Oct  2 09:46:19.954: INFO: dns-default-b4bms started at 2020-10-02 08:24:31 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container dns ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container dns-node-resolver ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: alertmanager-main-0 started at 2020-10-02 08:26:13 +0000 UTC (0+5 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container alertmanager ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container alertmanager-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container config-reloader ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container prom-label-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: server-fslrg started at 2020-10-02 09:39:25 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container server-container-80 ready: false, restart count 0
Oct  2 09:46:19.954: INFO: 	Container server-container-81 ready: false, restart count 0
Oct  2 09:46:19.954: INFO: node-exporter-tlgpx started at 2020-10-02 08:24:31 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Init container init-textfile ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container node-exporter ready: true, restart count 0
Oct  2 09:46:19.954: INFO: multus-jvzp7 started at 2020-10-02 08:24:31 +0000 UTC (5+1 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Init container multus-binary-copy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Init container cni-plugins ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Init container routeoverride-cni ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Init container whereabouts-cni-bincopy ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Init container whereabouts-cni ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container kube-multus ready: true, restart count 0
Oct  2 09:46:19.954: INFO: grafana-8c96596f9-9glzr started at 2020-10-02 08:26:15 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:19.954: INFO: 	Container grafana ready: true, restart count 0
Oct  2 09:46:19.954: INFO: 	Container grafana-proxy ready: true, restart count 0
W1002 09:46:19.967843   32572 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Oct  2 09:46:20.067: INFO: 
Latency metrics for node ostest-7vhfl-worker-0-4qwmt
Oct  2 09:46:20.068: INFO: 
Logging node info for node ostest-7vhfl-worker-0-f2qjj
Oct  2 09:46:20.078: INFO: Node Info: &Node{ObjectMeta:{ostest-7vhfl-worker-0-f2qjj   /api/v1/nodes/ostest-7vhfl-worker-0-f2qjj 06cf78b8-325a-4ada-be39-def32ddf87fe 196239 0 2020-10-02 08:24:22 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m4.xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/zone:nova kubernetes.io/arch:amd64 kubernetes.io/hostname:ostest-7vhfl-worker-0-f2qjj kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m4.xlarge node.openshift.io/os_id:rhcos topology.kubernetes.io/zone:nova] map[machine.openshift.io/machine:openshift-machine-api/ostest-7vhfl-worker-0-f2qjj machineconfiguration.openshift.io/currentConfig:rendered-worker-97ee7fb6af8f66a5184fd1fd0820eb54 machineconfiguration.openshift.io/desiredConfig:rendered-worker-97ee7fb6af8f66a5184fd1fd0820eb54 machineconfiguration.openshift.io/reason: machineconfiguration.openshift.io/state:Done volumes.kubernetes.io/controller-managed-attach-detach:true] [] []  [{nodelink-controller Update v1 2020-10-02 08:24:23 +0000 UTC FieldsV1 FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 109 97 99 104 105 110 101 34 58 123 125 125 125 125],}} {machine-config-daemon Update v1 2020-10-02 08:24:43 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 99 117 114 114 101 110 116 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 100 101 115 105 114 101 100 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 114 101 97 115 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 115 116 97 116 101 34 58 123 125 125 125 125],}} {kube-controller-manager Update v1 2020-10-02 08:25:42 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 108 97 98 101 108 115 34 58 123 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 111 100 67 73 68 82 34 58 123 125 44 34 102 58 112 111 100 67 73 68 82 115 34 58 123 34 46 34 58 123 125 44 34 118 58 92 34 49 48 46 49 50 56 46 51 46 48 47 50 52 92 34 34 58 123 125 125 125 125],}} {kubelet Update v1 2020-10-02 09:41:31 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 102 58 118 111 108 117 109 101 115 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 99 111 110 116 114 111 108 108 101 114 45 109 97 110 97 103 101 100 45 97 116 116 97 99 104 45 100 101 116 97 99 104 34 58 123 125 125 44 34 102 58 108 97 98 101 108 115 34 58 123 34 46 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 102 97 105 108 117 114 101 45 100 111 109 97 105 110 46 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 104 111 115 116 110 97 109 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 44 34 102 58 110 111 100 101 45 114 111 108 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 119 111 114 107 101 114 34 58 123 125 44 34 102 58 110 111 100 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 110 111 100 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 111 115 95 105 100 34 58 123 125 44 34 102 58 116 111 112 111 108 111 103 121 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 114 111 118 105 100 101 114 73 68 34 58 123 125 125 44 34 102 58 115 116 97 116 117 115 34 58 123 34 102 58 97 100 100 114 101 115 115 101 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 72 111 115 116 110 97 109 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 73 110 116 101 114 110 97 108 73 80 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 97 108 108 111 99 97 116 97 98 108 101 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 97 112 97 99 105 116 121 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 111 110 100 105 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 68 105 115 107 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 77 101 109 111 114 121 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 80 73 68 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 82 101 97 100 121 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 100 97 101 109 111 110 69 110 100 112 111 105 110 116 115 34 58 123 34 102 58 107 117 98 101 108 101 116 69 110 100 112 111 105 110 116 34 58 123 34 102 58 80 111 114 116 34 58 123 125 125 125 44 34 102 58 105 109 97 103 101 115 34 58 123 125 44 34 102 58 110 111 100 101 73 110 102 111 34 58 123 34 102 58 97 114 99 104 105 116 101 99 116 117 114 101 34 58 123 125 44 34 102 58 98 111 111 116 73 68 34 58 123 125 44 34 102 58 99 111 110 116 97 105 110 101 114 82 117 110 116 105 109 101 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 101 114 110 101 108 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 80 114 111 120 121 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 108 101 116 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 73 68 34 58 123 125 44 34 102 58 111 112 101 114 97 116 105 110 103 83 121 115 116 101 109 34 58 123 125 44 34 102 58 111 115 73 109 97 103 101 34 58 123 125 44 34 102 58 115 121 115 116 101 109 85 85 73 68 34 58 123 125 125 125 125],}}]},Spec:NodeSpec{PodCIDR:10.128.3.0/24,DoNotUseExternalID:,ProviderID:openstack:///45d4607c-f9e9-4d07-aba9-8241dc0d290e,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.128.3.0/24],},Status:NodeStatus{Capacity:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{4 0} {<nil>} 4 DecimalSI},ephemeral-storage: {{42384470016 0} {<nil>} 41391084Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{16813191168 0} {<nil>} 16419132Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Allocatable:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{3500 -3} {<nil>} 3500m DecimalSI},ephemeral-storage: {{37072281128 0} {<nil>} 37072281128 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{15634591744 0} {<nil>} 15268156Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-10-02 09:41:31 +0000 UTC,LastTransitionTime:2020-10-02 08:24:22 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-10-02 09:41:31 +0000 UTC,LastTransitionTime:2020-10-02 08:24:22 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-10-02 09:41:31 +0000 UTC,LastTransitionTime:2020-10-02 08:24:22 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-10-02 09:41:31 +0000 UTC,LastTransitionTime:2020-10-02 08:25:42 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.196.0.105,},NodeAddress{Type:Hostname,Address:ostest-7vhfl-worker-0-f2qjj,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:45d4607cf9e94d07aba98241dc0d290e,SystemUUID:45d4607c-f9e9-4d07-aba9-8241dc0d290e,BootID:21a0e133-b16f-4cca-b826-a2181bd4d2ef,KernelVersion:4.18.0-193.24.1.el8_2.dt1.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 46.82.202010012040-0 (Ootpa),ContainerRuntimeVersion:cri-o://1.19.0-20.rhaos4.6.git97d715e.el8,KubeletVersion:v1.19.0+beb741b,KubeProxyVersion:v1.19.0+beb741b,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c11aaf278718def59b47a601996066ecdddf6a35a93086c30ec9d6791c2791ad quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:701154663,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c933c86117c817fe2edb247503c8f3a8f08cbc90162dabbeeea4738ec3a1cc5e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:500761689,},ContainerImage{Names:[registry.redhat.io/redhat/certified-operator-index@sha256:cee7afbac21e64a7669dbfe52c29002d7f901c07dc056fbeed0ef7bf9fefd6d7 registry.redhat.io/redhat/certified-operator-index@sha256:df9a5eea4e4a251eb2e3dc65cf9ce1f67521c1a960e5dcb9dd5189fa6197e835 registry.redhat.io/redhat/certified-operator-index:v4.6],SizeBytes:492287888,},ContainerImage{Names:[registry.redhat.io/redhat/redhat-operator-index@sha256:00265fab1fd5e7666c55e4b0d801201435c27a4adabae1efecf7605c057e2708 registry.redhat.io/redhat/redhat-operator-index@sha256:4fdc553d03582032e28c6d326601b668f9410a00410104caceea9ebcf5e70aee registry.redhat.io/redhat/redhat-operator-index:v4.6],SizeBytes:490129297,},ContainerImage{Names:[registry.redhat.io/redhat/redhat-marketplace-index@sha256:6ca54a8dcba3aa660d998774913d90860ac2ac3f3bd920dc4d9376826df149aa registry.redhat.io/redhat/redhat-marketplace-index@sha256:fa297ae3e49c099f005270573bf2002f3960f7f05e2358ffc797fcd3baf13f50 registry.redhat.io/redhat/redhat-marketplace-index:v4.6],SizeBytes:489719696,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f190873d27e00c004b8017085c46af7b4bf8e4c8a535230025d8358f8bf8c6b9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:481479938,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d470082b2ff63ef989975a372ef0bdd536af84f0775b5650ad1ee5a403494fa5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:419531544,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fe4ae12e183a29d23690de32dfe9de335bab6d6d373785fd91dfb2712c534f51 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:370109724,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efd5b7cd0ca989fc2336d496ee8067b40803b948560596dd8b482a570c01949c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:366909424,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6bada08687c20afe316c1f8cf76f001f31bedae317f256f3df3affaa5d0dc25e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336987966,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f5420d0c2a29acbc91319cb1e1e0f20f6cf859706d3cf20b56fd2d6922011d9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336567887,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:82659567eaf62feffa7eabc9f043fda61a74a7bc7c9a33e793550a77b0bd69d6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:326057202,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:02a264f77b3f555cde9b8045fa959eadaed120779d53ba8cc3ba9c0dd4557fb3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:325370491,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:52aa19b9e3f011cdcb759d5436e0d290b6cdf872b86bada49652b8649542e9f4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:321482743,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d30b273373794811cb33c040bdf9ce7570a2fe98fa8891c802ac39c5911bec57 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:314357110,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d45598df98d8362fcb5aa57b968dfa3397dfa8eae9626e891bfb266b3fdad3eb quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:302591889,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:75abdf53b619a2b085e2bc1880ef32583ccf269c8b0997af59f8544e7ada37c5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300756060,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efcbe6a6ba33c889236be9f2a5cff84a051d5008af41caac37fef574447cc7ea quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300005108,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c4c9e1156181198d1289257f54e49fff0cbbf25ac5bc70165463410c21d2bf71 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299427630,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a6548d16bccc49479e7436996247fff665aaa96b84766e7ec5508e4c0a9b90ef quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:292832919,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:177fd9bed911af7e750ff638f3aa09241374a5a55af4ae1d9ad9542b6a4e74e2 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:291621018,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:28ee3beb73bc681362adb6d6456595cad2ca7a869f970d4f77c3e8122eb15f88 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:290507515,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e5bcf6d786fd218e1ef188eb40c39c31a98d03121fba3b7a1f16e87e45a7478b quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:276735847,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:842a3efad8e22416b2b79feacd67a752b71f9da22b1879d101e3598678cfa007 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:273522671,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7587dc14f19f925459639ed977d147e36155e87775aa1ce6f7fa4cdcf2c630ce quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:271612142,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:12b11e2000b42ce1aaa228d9c1f4c9177395add2fa43835e667b7fc9007e40e6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:270734898,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c6dfd0d6a771d4d62d4665b422cc809afa74a9443e83dc1383bd02fcc14b5ffe quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:269654227,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66157b7796168ffe2fd914dfb21f194ce381b03efa109e88e5538a80efd9ea4d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:264244297,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:73fdcef5de85e739831c5a8b76dce349a3c8832ff416a46263743d7e61655cbb quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:247448489,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b635694dc0663a1404d43a4a9ac8513a3087c7cfead50f6ab413f3c217c40b2a quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:240293385,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:71051bdf1b96c953fc1dfd48359915bf5c027613de6f5e2fa8adeea8d3dda311 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:236515650,},ContainerImage{Names:[registry.redhat.io/redhat/community-operator-index@sha256:54e809e9743f9029a42be0816651c9542e0950ad5e52aed17b9fed78f841739a registry.redhat.io/redhat/community-operator-index:latest],SizeBytes:91520918,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},}
Oct  2 09:46:20.079: INFO: 
Logging kubelet events for node ostest-7vhfl-worker-0-f2qjj
Oct  2 09:46:20.086: INFO: 
Logging pods the kubelet thinks is on node ostest-7vhfl-worker-0-f2qjj
Oct  2 09:46:20.135: INFO: image-registry-796b5747bf-zv55w started at 2020-10-02 08:25:48 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container registry ready: true, restart count 0
Oct  2 09:46:20.135: INFO: prometheus-adapter-85c766cc6d-t9w2w started at 2020-10-02 08:25:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container prometheus-adapter ready: true, restart count 0
Oct  2 09:46:20.135: INFO: telemeter-client-67fcb8cf7c-lhvp7 started at 2020-10-02 08:25:50 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container reload ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container telemeter-client ready: true, restart count 0
Oct  2 09:46:20.135: INFO: coredns-ostest-7vhfl-worker-0-f2qjj started at 2020-10-02 08:23:48 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Init container render-config-coredns ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container coredns ready: true, restart count 0
Oct  2 09:46:20.135: INFO: node-exporter-8l2nz started at 2020-10-02 08:24:22 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Init container init-textfile ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container node-exporter ready: true, restart count 0
Oct  2 09:46:20.135: INFO: dns-default-nvw6c started at 2020-10-02 08:24:22 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container dns ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container dns-node-resolver ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: network-metrics-daemon-xkvvb started at 2020-10-02 08:24:23 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container network-metrics-daemon ready: true, restart count 0
Oct  2 09:46:20.135: INFO: prometheus-adapter-85c766cc6d-67grn started at 2020-10-02 08:25:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container prometheus-adapter ready: true, restart count 0
Oct  2 09:46:20.135: INFO: keepalived-ostest-7vhfl-worker-0-f2qjj started at 2020-10-02 08:23:47 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Init container render-config-keepalived ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container keepalived ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container keepalived-monitor ready: true, restart count 0
Oct  2 09:46:20.135: INFO: kuryr-cni-89pm9 started at 2020-10-02 08:24:22 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Init container block-mcs ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kuryr-cni ready: true, restart count 1
Oct  2 09:46:20.135: INFO: multus-z2hvz started at 2020-10-02 08:24:22 +0000 UTC (5+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Init container multus-binary-copy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Init container cni-plugins ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Init container routeoverride-cni ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Init container whereabouts-cni-bincopy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Init container whereabouts-cni ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kube-multus ready: true, restart count 0
Oct  2 09:46:20.135: INFO: tuned-8hvhs started at 2020-10-02 08:24:22 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container tuned ready: true, restart count 0
Oct  2 09:46:20.135: INFO: node-ca-5bqp4 started at 2020-10-02 08:24:22 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container node-ca ready: true, restart count 0
Oct  2 09:46:20.135: INFO: redhat-operators-cxqh6 started at 2020-10-02 08:25:49 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container registry-server ready: true, restart count 0
Oct  2 09:46:20.135: INFO: alertmanager-main-2 started at 2020-10-02 08:26:14 +0000 UTC (0+5 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container alertmanager ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container alertmanager-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container config-reloader ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container prom-label-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: kube-state-metrics-6c6c8f7d67-x77sx started at 2020-10-02 08:25:50 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy-main ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy-self ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kube-state-metrics ready: true, restart count 0
Oct  2 09:46:20.135: INFO: community-operators-ncb8v started at 2020-10-02 08:25:51 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container registry-server ready: true, restart count 0
Oct  2 09:46:20.135: INFO: certified-operators-mjs52 started at 2020-10-02 08:25:51 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container registry-server ready: true, restart count 0
Oct  2 09:46:20.135: INFO: mdns-publisher-ostest-7vhfl-worker-0-f2qjj started at 2020-10-02 08:23:47 +0000 UTC (2+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Init container verify-hostname ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Init container render-config-mdns-publisher ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container mdns-publisher ready: true, restart count 0
Oct  2 09:46:20.135: INFO: openshift-state-metrics-77bddddd-tbsst started at 2020-10-02 08:25:49 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy-main ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container kube-rbac-proxy-self ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container openshift-state-metrics ready: true, restart count 0
Oct  2 09:46:20.135: INFO: redhat-marketplace-fjhp2 started at 2020-10-02 08:25:49 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container registry-server ready: true, restart count 0
Oct  2 09:46:20.135: INFO: image-registry-796b5747bf-7hlsv started at 2020-10-02 08:25:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container registry ready: true, restart count 0
Oct  2 09:46:20.135: INFO: migrator-f5bd5849f-pjvbx started at 2020-10-02 08:25:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container migrator ready: true, restart count 0
Oct  2 09:46:20.135: INFO: machine-config-daemon-qjjhl started at 2020-10-02 08:24:22 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container machine-config-daemon ready: true, restart count 0
Oct  2 09:46:20.135: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:20.135: INFO: router-default-7df5c57bb7-dzh6l started at 2020-10-02 08:25:50 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.135: INFO: 	Container router ready: true, restart count 0
W1002 09:46:20.146455   32572 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Oct  2 09:46:20.202: INFO: 
Latency metrics for node ostest-7vhfl-worker-0-f2qjj
Oct  2 09:46:20.202: INFO: 
Logging node info for node ostest-7vhfl-worker-0-smgph
Oct  2 09:46:20.218: INFO: Node Info: &Node{ObjectMeta:{ostest-7vhfl-worker-0-smgph   /api/v1/nodes/ostest-7vhfl-worker-0-smgph f6e14dcd-a512-4c27-8c89-84ed17483b5a 197217 0 2020-10-02 08:24:30 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/instance-type:m4.xlarge beta.kubernetes.io/os:linux failure-domain.beta.kubernetes.io/zone:nova kubernetes.io/arch:amd64 kubernetes.io/hostname:ostest-7vhfl-worker-0-smgph kubernetes.io/os:linux node-role.kubernetes.io/worker: node.kubernetes.io/instance-type:m4.xlarge node.openshift.io/os_id:rhcos topology.kubernetes.io/zone:nova] map[machine.openshift.io/machine:openshift-machine-api/ostest-7vhfl-worker-0-smgph machineconfiguration.openshift.io/currentConfig:rendered-worker-97ee7fb6af8f66a5184fd1fd0820eb54 machineconfiguration.openshift.io/desiredConfig:rendered-worker-97ee7fb6af8f66a5184fd1fd0820eb54 machineconfiguration.openshift.io/reason: machineconfiguration.openshift.io/state:Done volumes.kubernetes.io/controller-managed-attach-detach:true] [] []  [{nodelink-controller Update v1 2020-10-02 08:24:31 +0000 UTC FieldsV1 FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 109 97 99 104 105 110 101 34 58 123 125 125 125 125],}} {machine-config-daemon Update v1 2020-10-02 08:25:24 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 99 117 114 114 101 110 116 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 100 101 115 105 114 101 100 67 111 110 102 105 103 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 114 101 97 115 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 99 111 110 102 105 103 117 114 97 116 105 111 110 46 111 112 101 110 115 104 105 102 116 46 105 111 47 115 116 97 116 101 34 58 123 125 125 125 125],}} {kube-controller-manager Update v1 2020-10-02 08:26:11 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 108 97 98 101 108 115 34 58 123 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 111 100 67 73 68 82 34 58 123 125 44 34 102 58 112 111 100 67 73 68 82 115 34 58 123 34 46 34 58 123 125 44 34 118 58 92 34 49 48 46 49 50 56 46 53 46 48 47 50 52 92 34 34 58 123 125 125 125 125],}} {kubelet Update v1 2020-10-02 09:43:32 +0000 UTC FieldsV1 &FieldsV1{Raw:*[123 34 102 58 109 101 116 97 100 97 116 97 34 58 123 34 102 58 97 110 110 111 116 97 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 102 58 118 111 108 117 109 101 115 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 99 111 110 116 114 111 108 108 101 114 45 109 97 110 97 103 101 100 45 97 116 116 97 99 104 45 100 101 116 97 99 104 34 58 123 125 125 44 34 102 58 108 97 98 101 108 115 34 58 123 34 46 34 58 123 125 44 34 102 58 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 102 97 105 108 117 114 101 45 100 111 109 97 105 110 46 98 101 116 97 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 97 114 99 104 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 104 111 115 116 110 97 109 101 34 58 123 125 44 34 102 58 107 117 98 101 114 110 101 116 101 115 46 105 111 47 111 115 34 58 123 125 44 34 102 58 110 111 100 101 45 114 111 108 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 119 111 114 107 101 114 34 58 123 125 44 34 102 58 110 111 100 101 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 105 110 115 116 97 110 99 101 45 116 121 112 101 34 58 123 125 44 34 102 58 110 111 100 101 46 111 112 101 110 115 104 105 102 116 46 105 111 47 111 115 95 105 100 34 58 123 125 44 34 102 58 116 111 112 111 108 111 103 121 46 107 117 98 101 114 110 101 116 101 115 46 105 111 47 122 111 110 101 34 58 123 125 125 125 44 34 102 58 115 112 101 99 34 58 123 34 102 58 112 114 111 118 105 100 101 114 73 68 34 58 123 125 125 44 34 102 58 115 116 97 116 117 115 34 58 123 34 102 58 97 100 100 114 101 115 115 101 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 72 111 115 116 110 97 109 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 73 110 116 101 114 110 97 108 73 80 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 97 100 100 114 101 115 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 97 108 108 111 99 97 116 97 98 108 101 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 97 112 97 99 105 116 121 34 58 123 34 46 34 58 123 125 44 34 102 58 97 116 116 97 99 104 97 98 108 101 45 118 111 108 117 109 101 115 45 99 105 110 100 101 114 34 58 123 125 44 34 102 58 99 112 117 34 58 123 125 44 34 102 58 101 112 104 101 109 101 114 97 108 45 115 116 111 114 97 103 101 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 49 71 105 34 58 123 125 44 34 102 58 104 117 103 101 112 97 103 101 115 45 50 77 105 34 58 123 125 44 34 102 58 109 101 109 111 114 121 34 58 123 125 44 34 102 58 112 111 100 115 34 58 123 125 125 44 34 102 58 99 111 110 100 105 116 105 111 110 115 34 58 123 34 46 34 58 123 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 68 105 115 107 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 77 101 109 111 114 121 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 80 73 68 80 114 101 115 115 117 114 101 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 44 34 107 58 123 92 34 116 121 112 101 92 34 58 92 34 82 101 97 100 121 92 34 125 34 58 123 34 46 34 58 123 125 44 34 102 58 108 97 115 116 72 101 97 114 116 98 101 97 116 84 105 109 101 34 58 123 125 44 34 102 58 108 97 115 116 84 114 97 110 115 105 116 105 111 110 84 105 109 101 34 58 123 125 44 34 102 58 109 101 115 115 97 103 101 34 58 123 125 44 34 102 58 114 101 97 115 111 110 34 58 123 125 44 34 102 58 115 116 97 116 117 115 34 58 123 125 44 34 102 58 116 121 112 101 34 58 123 125 125 125 44 34 102 58 100 97 101 109 111 110 69 110 100 112 111 105 110 116 115 34 58 123 34 102 58 107 117 98 101 108 101 116 69 110 100 112 111 105 110 116 34 58 123 34 102 58 80 111 114 116 34 58 123 125 125 125 44 34 102 58 105 109 97 103 101 115 34 58 123 125 44 34 102 58 110 111 100 101 73 110 102 111 34 58 123 34 102 58 97 114 99 104 105 116 101 99 116 117 114 101 34 58 123 125 44 34 102 58 98 111 111 116 73 68 34 58 123 125 44 34 102 58 99 111 110 116 97 105 110 101 114 82 117 110 116 105 109 101 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 101 114 110 101 108 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 80 114 111 120 121 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 107 117 98 101 108 101 116 86 101 114 115 105 111 110 34 58 123 125 44 34 102 58 109 97 99 104 105 110 101 73 68 34 58 123 125 44 34 102 58 111 112 101 114 97 116 105 110 103 83 121 115 116 101 109 34 58 123 125 44 34 102 58 111 115 73 109 97 103 101 34 58 123 125 44 34 102 58 115 121 115 116 101 109 85 85 73 68 34 58 123 125 125 125 125],}}]},Spec:NodeSpec{PodCIDR:10.128.5.0/24,DoNotUseExternalID:,ProviderID:openstack:///1f9791c3-a452-4179-a213-ba1cb166d70a,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[10.128.5.0/24],},Status:NodeStatus{Capacity:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{4 0} {<nil>} 4 DecimalSI},ephemeral-storage: {{42384470016 0} {<nil>} 41391084Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{16813191168 0} {<nil>} 16419132Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Allocatable:ResourceList{attachable-volumes-cinder: {{256 0} {<nil>} 256 DecimalSI},cpu: {{3500 -3} {<nil>} 3500m DecimalSI},ephemeral-storage: {{37072281128 0} {<nil>} 37072281128 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{15634591744 0} {<nil>} 15268156Ki BinarySI},pods: {{250 0} {<nil>} 250 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2020-10-02 09:43:32 +0000 UTC,LastTransitionTime:2020-10-02 08:24:30 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2020-10-02 09:43:32 +0000 UTC,LastTransitionTime:2020-10-02 08:24:30 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2020-10-02 09:43:32 +0000 UTC,LastTransitionTime:2020-10-02 08:24:30 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2020-10-02 09:43:32 +0000 UTC,LastTransitionTime:2020-10-02 08:26:10 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.196.1.103,},NodeAddress{Type:Hostname,Address:ostest-7vhfl-worker-0-smgph,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:1f9791c3a4524179a213ba1cb166d70a,SystemUUID:1f9791c3-a452-4179-a213-ba1cb166d70a,BootID:20c628f1-48a6-4a92-84ca-fa137d5be92e,KernelVersion:4.18.0-193.24.1.el8_2.dt1.x86_64,OSImage:Red Hat Enterprise Linux CoreOS 46.82.202010012040-0 (Ootpa),ContainerRuntimeVersion:cri-o://1.19.0-20.rhaos4.6.git97d715e.el8,KubeletVersion:v1.19.0+beb741b,KubeProxyVersion:v1.19.0+beb741b,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c11aaf278718def59b47a601996066ecdddf6a35a93086c30ec9d6791c2791ad quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:701154663,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c933c86117c817fe2edb247503c8f3a8f08cbc90162dabbeeea4738ec3a1cc5e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:500761689,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f190873d27e00c004b8017085c46af7b4bf8e4c8a535230025d8358f8bf8c6b9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:481479938,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d470082b2ff63ef989975a372ef0bdd536af84f0775b5650ad1ee5a403494fa5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:419531544,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fe4ae12e183a29d23690de32dfe9de335bab6d6d373785fd91dfb2712c534f51 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:370109724,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efd5b7cd0ca989fc2336d496ee8067b40803b948560596dd8b482a570c01949c quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:366909424,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d0361f380abf5252b1b640e3ceaaab8274e2af8cdb605b20b513a1a44b3a4dc quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:346080704,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:fd3956c6e1dc12f3b554b45f05c67268b1b741b27ad78cbafbf723ff8ba06bf1 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:341116512,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6bada08687c20afe316c1f8cf76f001f31bedae317f256f3df3affaa5d0dc25e quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336987966,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:8f5420d0c2a29acbc91319cb1e1e0f20f6cf859706d3cf20b56fd2d6922011d9 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:336567887,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:82659567eaf62feffa7eabc9f043fda61a74a7bc7c9a33e793550a77b0bd69d6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:326057202,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:02a264f77b3f555cde9b8045fa959eadaed120779d53ba8cc3ba9c0dd4557fb3 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:325370491,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:52aa19b9e3f011cdcb759d5436e0d290b6cdf872b86bada49652b8649542e9f4 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:321482743,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:75abdf53b619a2b085e2bc1880ef32583ccf269c8b0997af59f8544e7ada37c5 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300756060,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efcbe6a6ba33c889236be9f2a5cff84a051d5008af41caac37fef574447cc7ea quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:300005108,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c4c9e1156181198d1289257f54e49fff0cbbf25ac5bc70165463410c21d2bf71 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:299427630,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:e5bcf6d786fd218e1ef188eb40c39c31a98d03121fba3b7a1f16e87e45a7478b quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:276735847,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:842a3efad8e22416b2b79feacd67a752b71f9da22b1879d101e3598678cfa007 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:273522671,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7587dc14f19f925459639ed977d147e36155e87775aa1ce6f7fa4cdcf2c630ce quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:271612142,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:12b11e2000b42ce1aaa228d9c1f4c9177395add2fa43835e667b7fc9007e40e6 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:270734898,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:66157b7796168ffe2fd914dfb21f194ce381b03efa109e88e5538a80efd9ea4d quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:264244297,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:73fdcef5de85e739831c5a8b76dce349a3c8832ff416a46263743d7e61655cbb quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:247448489,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b635694dc0663a1404d43a4a9ac8513a3087c7cfead50f6ab413f3c217c40b2a quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:240293385,},ContainerImage{Names:[quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:71051bdf1b96c953fc1dfd48359915bf5c027613de6f5e2fa8adeea8d3dda311 quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<none>],SizeBytes:236515650,},ContainerImage{Names:[gcr.io/kubernetes-e2e-test-images/agnhost@sha256:02b9e10ea1f7439a03d9bc3ee16d984172ca7eac1818792ad4d721c5c8f72ff4 gcr.io/kubernetes-e2e-test-images/agnhost@sha256:daf5332100521b1256d0e3c56d697a238eaec3af48897ed9167cbadd426773b5 gcr.io/kubernetes-e2e-test-images/agnhost:2.8],SizeBytes:55378871,},ContainerImage{Names:[docker.io/library/busybox@sha256:d6975a0407b0ee34bc87c39d8b0ac20b03b8db04a0492fc11c8804ce42fc2ca6 docker.io/library/busybox@sha256:de4ef44705626db7abd9a585b186dd9577ce80288c7003a7d5eae8272b784615 docker.io/library/busybox:1.29-glibc],SizeBytes:4646709,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},}
Oct  2 09:46:20.219: INFO: 
Logging kubelet events for node ostest-7vhfl-worker-0-smgph
Oct  2 09:46:20.237: INFO: 
Logging pods the kubelet thinks is on node ostest-7vhfl-worker-0-smgph
Oct  2 09:46:20.274: INFO: node-exporter-xr5qt started at 2020-10-02 08:24:31 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Init container init-textfile ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container node-exporter ready: true, restart count 0
Oct  2 09:46:20.274: INFO: network-metrics-daemon-kb2hn started at 2020-10-02 08:24:31 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container network-metrics-daemon ready: true, restart count 0
Oct  2 09:46:20.274: INFO: tuned-tg5br started at 2020-10-02 08:24:31 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container tuned ready: true, restart count 0
Oct  2 09:46:20.274: INFO: alertmanager-main-1 started at 2020-10-02 08:26:13 +0000 UTC (0+5 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container alertmanager ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container alertmanager-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container config-reloader ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container prom-label-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: thanos-querier-bcdd88fb7-jz8hn started at 2020-10-02 08:26:16 +0000 UTC (0+5 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container kube-rbac-proxy-rules ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container prom-label-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container thanos-query ready: true, restart count 0
Oct  2 09:46:20.274: INFO: client-b-5d47l started at 2020-10-02 09:43:18 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container client-b-container ready: true, restart count 0
Oct  2 09:46:20.274: INFO: mdns-publisher-ostest-7vhfl-worker-0-smgph started at 2020-10-02 08:23:55 +0000 UTC (2+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Init container verify-hostname ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Init container render-config-mdns-publisher ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container mdns-publisher ready: true, restart count 0
Oct  2 09:46:20.274: INFO: node-ca-qt42g started at 2020-10-02 08:24:31 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container node-ca ready: true, restart count 0
Oct  2 09:46:20.274: INFO: dns-default-5276n started at 2020-10-02 08:24:31 +0000 UTC (0+3 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container dns ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container dns-node-resolver ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: router-default-7df5c57bb7-6c9kl started at 2020-10-02 08:26:11 +0000 UTC (0+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container router ready: true, restart count 0
Oct  2 09:46:20.274: INFO: prometheus-k8s-1 started at 2020-10-02 08:26:19 +0000 UTC (0+6 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container config-reloader ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container kube-rbac-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container prom-label-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container prometheus ready: true, restart count 1
Oct  2 09:46:20.274: INFO: 	Container prometheus-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container thanos-sidecar ready: true, restart count 0
Oct  2 09:46:20.274: INFO: coredns-ostest-7vhfl-worker-0-smgph started at 2020-10-02 08:23:55 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Init container render-config-coredns ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container coredns ready: true, restart count 0
Oct  2 09:46:20.274: INFO: machine-config-daemon-6zwjx started at 2020-10-02 08:24:31 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container machine-config-daemon ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container oauth-proxy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: multus-wwbmp started at 2020-10-02 08:24:31 +0000 UTC (5+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Init container multus-binary-copy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Init container cni-plugins ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Init container routeoverride-cni ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Init container whereabouts-cni-bincopy ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Init container whereabouts-cni ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container kube-multus ready: true, restart count 0
Oct  2 09:46:20.274: INFO: server-djz8n started at 2020-10-02 09:46:16 +0000 UTC (0+2 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Container server-container-80 ready: false, restart count 0
Oct  2 09:46:20.274: INFO: 	Container server-container-81 ready: false, restart count 0
Oct  2 09:46:20.274: INFO: keepalived-ostest-7vhfl-worker-0-smgph started at 2020-10-02 08:23:55 +0000 UTC (1+2 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Init container render-config-keepalived ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container keepalived ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container keepalived-monitor ready: true, restart count 0
Oct  2 09:46:20.274: INFO: kuryr-cni-l87vw started at 2020-10-02 08:24:31 +0000 UTC (1+1 container statuses recorded)
Oct  2 09:46:20.274: INFO: 	Init container block-mcs ready: true, restart count 0
Oct  2 09:46:20.274: INFO: 	Container kuryr-cni ready: true, restart count 0
W1002 09:46:20.281708   32572 metrics_grabber.go:79] Master node is not registered. Grabbing metrics from Scheduler, ControllerManager and ClusterAutoscaler is disabled.
Oct  2 09:46:20.431: INFO: 
Latency metrics for node ostest-7vhfl-worker-0-smgph
Oct  2 09:46:20.431: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready
STEP: Destroying namespace "network-policy-4144" for this suite.
STEP: Destroying namespace "network-policy-b-3365" for this suite.

Stderr
[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_stop_enforcing_policies_after_they_are_deleted_[Feature:NetworkPolicy-21]
e2e_tests
Time Taken: 578.301023304s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_allow_ingress_access_on_one_named_port_[Feature:NetworkPolicy-12]
e2e_tests
Time Taken: 397.863988077s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_multiple_egress_policies_with_egress_allow-all_policy_taking_precedence_[Feature:NetworkPolicy-20]
e2e_tests
Time Taken: 714.891644997s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_based_on_NamespaceSelector_with_MatchExpressions[Feature:NetworkPolicy-05]
e2e_tests
Time Taken: 408.138490605s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_egress_policy_allowing_traffic_to_a_server_in_a_different_namespace_based_on_PodSelector_and_NamespaceSelector_[Feature:NetworkPolicy-18]
e2e_tests
Time Taken: 498.028242743s

[sig-network]_NetworkPolicy_[LinuxOnly]_NetworkPolicy_between_server_and_client_should_enforce_policy_to_allow_traffic_from_pods_within_server_namespace_based_on_PodSelector_[Feature:NetworkPolicy-02]
e2e_tests
Time Taken: 772.57216619s