rancher / rke

Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers.
Apache License 2.0
3.21k stars 582 forks source link

FATA[0113] Failed to deploy addon execute job: Failed to get job complete status: <nil> due to `x509: certificate has expired or is not yet valid` #236

Closed myselfghost closed 6 years ago

myselfghost commented 6 years ago

RKE version: rke version v0.0.11-dev or v0.0.12

Docker version: (docker version,docker info preferred) Docker version 17.03.2-ce, build f5ec1e2

Operating system and kernel: (cat /etc/os-release, uname -r preferred) Linux docker-test4 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)

cluster.yml file:

network:
  plugin: flannel
  options:
    flannel_image: quay.io/coreos/flannel:v0.9.1
    flannel_cni_image: quay.io/coreos/flannel-cni:v0.2.0
nodes:
  - address: 172.19.3.170
    user: app
    role: [etcd,controlplane]
  - address: 172.19.3.168
    user: app
    role: [worker]
  - address: 172.19.3.169
    user: app
    role: [worker]

services:
  etcd:
    image: hub.c.163.com/xiaopal/quay.io/coreos/etcd:v3.0.17 
  kube-api:
    image: rancher/k8s:v1.8.5-rancher4
  kube-controller:
    image: rancher/k8s:v1.8.5-rancher4
  scheduler:
    image: rancher/k8s:v1.8.5-rancher4
  kubelet:
    image: rancher/k8s:v1.8.5-rancher4
  kuberouter:
    image: rancher/k8s:v1.8.5-rancher4

Steps to Reproduce:

Results:

INFO[0088] [network] Setting up network plugin: flannel 
INFO[0088] [addons] Saving addon ConfigMap to Kubernetes 
INFO[0088] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-network-plugin 
INFO[0088] [addons] Executing deploy job..              
Failed to get job complete status: <nil>
FATA[0113] Failed to deploy addon execute job: Failed to get job complete status: <nil> 

docker logs kubelet

W0116 06:58:15.920547   27626 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0116 06:58:15.920881   27626 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
superseb commented 6 years ago

Can you show the output of:

kubectl --kubeconfig .kube_config_cluster.yml get nodes kubectl --kubeconfig .kube_config_cluster.yml logs -l job-name=rke-network-plugin-deploy-job -n kube-system kubectl --kubeconfig .kube_config_cluster.yml logs -l k8s-app=flannel -n kube-system -c kube-flannel

and the complete logging from docker logs kubelet.

myselfghost commented 6 years ago

@superseb

kubectl get nodes:

NAME           STATUS     AGE
172.19.3.168   NotReady   37s
172.19.3.169   NotReady   3s
172.19.3.170   NotReady   2m

kubectl logs -l job-name=rke-network-plugin-deploy-job -n kube-system:

Error from server (BadRequest): container "rke-network-plugin-pod" in pod "rke-network-plugin-deploy-job-9cw47" is waiting to start: ContainerCreating

kubectl logs -l k8s-app=flannel -n kube-system -c kube-flannel:

nothing

docker logs kubelet

443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:14.184036   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:14.185303   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:00:15.084665   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:15.084846   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:00:15.189393   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:15.191090   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:15.193381   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:16.198245   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:16.198567   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:16.200468   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:17.205787   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:17.206363   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:17.207349   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:18.215715   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:18.216155   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:18.216944   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:19.223407   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:19.224162   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:19.225310   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:20.074687   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:00:20.086297   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:20.086516   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:00:20.136319   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:00:20.138361   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:00:20.138411   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:00:20.138431   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:00:20.138450   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:00:20.145705   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:00:20.232063   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:20.232655   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:20.233220   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:21.240201   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:21.240235   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:21.241050   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:22.248306   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:22.249259   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:22.252608   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:22.514462   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:00:23.256198   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:23.256487   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:23.259647   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:24.264131   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:24.264418   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:24.267348   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:00:25.087830   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:25.088092   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:00:25.273067   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:25.273411   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:25.276031   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:26.281399   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:26.281734   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:26.283163   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:00:27.145951   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:00:27.148741   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:00:27.148794   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:00:27.148817   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:00:27.148855   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:00:27.156667   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:00:27.290303   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:27.290830   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:27.292199   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:28.298147   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:28.298383   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:28.299469   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:29.306186   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:29.306446   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:29.308125   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:30.074966   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:00:30.089389   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:30.089575   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:00:30.314393   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:30.315476   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:30.317614   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:31.323688   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:31.324808   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:31.325584   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:32.331342   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:32.331894   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:32.332698   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:32.521876   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:00:33.339509   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:33.340533   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:33.340930   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:00:34.156912   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:00:34.159205   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:00:34.159250   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:00:34.159264   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:00:34.159285   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:00:34.166604   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:00:34.347703   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:34.348029   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:34.348499   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:00:35.090994   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:35.091234   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:00:35.357415   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:35.357744   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:35.358632   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:36.364922   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:36.366223   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:36.366849   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:37.372570   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:37.374590   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:37.374844   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:38.380214   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:38.381923   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:38.382685   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:00:39.324009   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
E0117 01:00:39.387606   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:39.388963   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:39.389825   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:40.075431   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:00:40.092630   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:40.092915   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:00:40.395161   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:40.396384   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:40.396974   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:00:41.166827   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:00:41.169589   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:00:41.169661   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:00:41.169687   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:00:41.169743   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:00:41.177229   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:00:41.402637   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:41.404537   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:41.404798   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:42.410477   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:42.412250   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:42.413059   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:42.529392   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:00:43.418179   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:43.419412   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:43.421070   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:44.425735   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:44.426528   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:44.428318   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:00:45.094520   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:45.094805   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:00:45.433465   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:45.434494   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:45.435337   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:46.441361   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:46.441641   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:46.442759   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:47.448845   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:47.449414   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:47.450258   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:00:48.178979   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:00:48.182104   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:00:48.182150   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:00:48.182173   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:00:48.182214   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:00:48.192014   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:00:48.456314   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:48.458313   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:48.458639   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:49.465198   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:49.470420   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:49.471425   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:50.075752   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:00:50.096314   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:50.096518   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:00:50.472596   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:50.477665   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:50.478203   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:51.480185   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:51.484551   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:51.485738   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:52.487662   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:52.491550   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:52.492578   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:52.536656   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:00:53.495295   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:53.498358   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:53.499482   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:54.503531   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:54.506765   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:54.507308   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:00:55.097997   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:00:55.098223   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:00:55.192305   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:00:55.195200   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:00:55.195248   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:00:55.195269   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:00:55.195298   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:00:55.202613   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:00:55.511147   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:55.514406   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:55.514894   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:56.519532   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:56.521528   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:56.522473   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:57.527402   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:57.528879   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:57.529283   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:58.535450   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:58.535760   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:58.539236   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:59.543447   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:59.546125   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:00:59.547825   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:00.076022   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:01:00.099406   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:00.099672   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:01:00.551139   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:00.552941   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:00.554539   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:01.560041   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:01.560380   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:01.561521   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:01:02.202909   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:01:02.205348   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:01:02.205409   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:01:02.205429   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:01:02.205449   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:01:02.212531   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:01:02.547054   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:01:02.567197   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:02.568409   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:02.570986   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:03.574668   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:03.575370   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:03.578165   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:04.584714   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:04.585050   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:04.585248   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:01:05.101134   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:05.101334   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:01:05.592258   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:05.592853   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:05.593809   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:06.599787   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:06.600392   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:06.601202   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:07.609466   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:07.609504   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:07.618830   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:08.617351   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:08.619108   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:08.628015   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:01:09.212755   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:01:09.215360   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:01:09.215426   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:01:09.215445   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:01:09.215465   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:01:09.222923   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:01:09.626211   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:09.626572   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:09.635759   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:10.076281   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:01:10.102799   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:10.102982   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:01:10.633992   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:10.634351   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:10.642793   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:11.642091   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:11.642343   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:11.649647   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:12.554384   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:01:12.649285   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:12.650071   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:12.656351   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:13.656793   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:13.657771   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:13.663380   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:14.664287   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:14.665989   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:14.670372   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:01:15.104446   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:15.104629   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:01:15.672520   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:15.673141   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:15.677314   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:01:16.223163   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:01:16.225600   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:01:16.225656   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:01:16.225676   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:01:16.225704   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:01:16.233074   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:01:16.680692   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:16.681030   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:16.684171   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:17.689218   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:17.689577   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:17.691322   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:18.697396   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:18.699172   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:18.699414   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:19.705565   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:19.706901   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:19.707915   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:20.076556   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:01:20.106077   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:20.106371   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:01:20.712904   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:20.714160   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:20.715521   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:21.720639   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:21.722332   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:21.722854   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:22.563046   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:01:22.563077   62162 event.go:144] Unable to write event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"172.19.3.169.150a7319d312a683", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{sec:0, nsec:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Initializers:(*v1.Initializers)(nil), Finalizers:[]string(nil), ClusterName:""}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"172.19.3.169", UID:"172.19.3.169", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"Starting", Message:"Starting kubelet.", Source:v1.EventSource{Component:"kubelet", Host:"172.19.3.169"}, FirstTimestamp:v1.Time{Time:time.Time{sec:63651747579, nsec:316184707, loc:(*time.Location)(0x54a73c0)}}, LastTimestamp:v1.Time{Time:time.Time{sec:63651747579, nsec:316184707, loc:(*time.Location)(0x54a73c0)}}, Count:1, Type:"Normal"}' (retry limit exceeded!)
E0117 01:01:22.571146   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
E0117 01:01:22.728500   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:22.729927   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:22.730528   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:23.206011   62162 event.go:209] Unable to write event: 'Post https://127.0.0.1:6443/api/v1/namespaces/default/events: x509: certificate has expired or is not yet valid' (may retry after sleeping)
I0117 01:01:23.233295   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:01:23.235524   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:01:23.235558   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:01:23.235575   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:01:23.235594   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
E0117 01:01:23.242802   62162 kubelet_node_status.go:107] Unable to register node "172.19.3.169" with API server: Post https://127.0.0.1:6443/api/v1/nodes: x509: certificate has expired or is not yet valid
E0117 01:01:23.737626   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:23.738098   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:23.738508   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:24.744998   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:24.746367   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:24.748059   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
W0117 01:01:25.107911   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:25.108098   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
E0117 01:01:25.753015   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:25.753648   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:25.755135   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:26.760980   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:26.761489   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:26.762081   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:27.769451   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:27.769645   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:27.770384   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:28.777011   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: Failed to list *v1.Pod: Get https://127.0.0.1:6443/api/v1/pods?fieldSelector=spec.nodeName%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:28.777534   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:422: Failed to list *v1.Node: Get https://127.0.0.1:6443/api/v1/nodes?fieldSelector=metadata.name%3D172.19.3.169&resourceVersion=0: x509: certificate has expired or is not yet valid
E0117 01:01:28.778631   62162 reflector.go:205] k8s.io/kubernetes/pkg/kubelet/kubelet.go:413: Failed to list *v1.Service: Get https://127.0.0.1:6443/api/v1/services?resourceVersion=0: x509: certificate has expired or is not yet valid
I0117 01:01:29.800559   62162 kubelet.go:1837] SyncLoop (ADD, "api"): ""
E0117 01:01:30.076834   62162 eviction_manager.go:238] eviction manager: unexpected err: failed to get node info: node "172.19.3.169" not found
W0117 01:01:30.109615   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:30.110085   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:01:30.243033   62162 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0117 01:01:30.245804   62162 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 172.19.3.169
I0117 01:01:30.245880   62162 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 172.19.3.169
I0117 01:01:30.245914   62162 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 172.19.3.169
I0117 01:01:30.245959   62162 kubelet_node_status.go:83] Attempting to register node 172.19.3.169
I0117 01:01:30.250771   62162 kubelet_node_status.go:86] Successfully registered node 172.19.3.169
W0117 01:01:35.111545   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:35.111787   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:01:39.324309   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:01:40.121839   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:40.122090   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:01:40.280163   62162 kuberuntime_manager.go:899] updating runtime config through cri with podcidr 10.233.66.0/24
I0117 01:01:40.280389   62162 docker_service.go:307] docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:10.233.66.0/24,},}
I0117 01:01:40.280622   62162 kubelet_network.go:276] Setting Pod CIDR:  -> 10.233.66.0/24
W0117 01:01:45.123598   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:45.123809   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:01:50.125368   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:50.125628   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:01:55.127218   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:01:55.127601   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:00.129061   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:00.129253   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:05.130734   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:05.130969   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:10.132467   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:10.132652   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:15.134087   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:15.134415   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:20.135958   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:20.136120   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:25.137443   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:25.137721   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:30.139315   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:30.139508   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:35.140909   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:35.141140   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:02:39.326392   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:02:40.142684   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:40.142913   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:45.144460   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:45.144669   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:50.146273   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:50.146502   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:02:55.148219   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:02:55.148439   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:00.150216   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:00.150477   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:05.152130   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:05.152310   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:10.153802   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:10.154040   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:15.155420   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:15.155697   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:20.157126   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:20.157329   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:25.158681   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:25.158892   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:30.160555   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:30.160754   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:35.162068   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:35.162292   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:03:39.327087   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:03:40.164023   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:40.164274   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:45.165937   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:45.166136   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:50.167673   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:50.167933   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:03:55.169448   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:03:55.169651   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:00.171337   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:00.171543   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:05.173066   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:05.173272   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:10.174672   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:10.174885   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:15.176375   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:15.176565   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:20.178261   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:20.178461   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:25.179963   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:25.180140   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:30.181785   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:30.182000   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:35.183284   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:35.183506   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:04:39.324186   62162 container_manager_linux.go:446] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
I0117 01:04:39.327357   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
I0117 01:04:39.528697   62162 kubelet.go:1244] Image garbage collection succeeded
W0117 01:04:40.185002   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:40.185201   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:45.186572   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:45.186789   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:50.188039   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:50.188252   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:04:55.189440   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:04:55.189633   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:00.190619   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:00.190803   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:05.192512   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:05.192782   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:10.194272   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:10.194453   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:15.195953   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:15.196229   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:20.197718   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:20.197997   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:25.199341   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:25.199563   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:30.201116   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:30.201354   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:35.203237   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:35.203468   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:05:39.327618   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:05:40.205422   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:40.205697   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:45.207239   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:45.207464   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:50.208962   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:50.209193   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:05:55.210526   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:05:55.210694   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:00.212292   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:00.212534   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:05.214035   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:05.214323   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:10.215906   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:10.216138   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:15.217519   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:15.217675   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:20.219087   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:20.219385   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:25.221146   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:25.221406   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:30.222990   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:30.223224   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:35.224667   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:35.224905   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:06:39.329245   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:06:40.226608   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:40.226912   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:45.228290   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:45.228462   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:50.229985   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:50.230228   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:06:55.231793   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:06:55.232039   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:00.233498   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:00.233679   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:05.234982   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:05.235160   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:10.236522   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:10.236712   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:15.238085   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:15.238320   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:20.239779   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:20.239992   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:25.241466   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:25.241651   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:30.243047   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:30.243275   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:35.244892   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:35.245158   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:07:39.329435   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:07:40.246934   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:40.247184   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:45.248626   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:45.248824   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:50.250287   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:50.250471   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:07:55.251934   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:07:55.252133   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:00.253625   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:00.253808   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:05.255433   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:05.255674   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:10.256990   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:10.257186   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:15.259005   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:15.259290   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:20.260840   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:20.261054   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:25.262467   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:25.262678   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:30.264202   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:30.264501   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:35.265922   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:35.266150   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:08:39.329643   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:08:40.267985   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:40.268198   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:45.269975   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:45.270190   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:50.271711   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:50.272014   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:08:55.273523   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:08:55.273710   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:00.275144   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:00.275337   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:05.276957   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:05.277145   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:10.278551   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:10.278733   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:15.280152   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:15.280350   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:20.281839   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:20.282110   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:25.283303   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:25.283473   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:30.285122   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:30.285325   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:35.286815   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:35.287074   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:09:39.324601   62162 container_manager_linux.go:446] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
I0117 01:09:39.329939   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:09:40.289034   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:40.289325   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:45.290772   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:45.291142   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:50.292541   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:50.292747   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:09:55.294239   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:09:55.294582   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:00.295989   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:00.296221   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:05.297691   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:05.297876   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:10.299381   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:10.299560   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:15.301014   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:15.301208   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:20.302584   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:20.302756   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:25.304242   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:25.304446   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:30.306066   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:30.306303   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:35.307736   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:35.308028   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:10:39.330478   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:10:40.309535   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:40.309777   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:45.311310   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:45.311486   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:50.313145   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:50.313371   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:10:55.314831   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:10:55.315104   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:00.316736   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:00.317033   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:05.318336   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:05.318506   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:10.319947   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:10.320130   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:15.321562   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:15.321754   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:20.323359   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:20.323545   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:25.324982   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:25.325338   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:30.326769   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:30.326974   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:35.327800   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:35.327973   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:11:39.330835   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:11:40.329382   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:40.329735   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:45.330744   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:45.330985   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:50.332134   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:50.332353   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:11:55.333395   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:11:55.333633   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:00.334734   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:00.334978   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:05.336018   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:05.336271   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:10.337327   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:10.337550   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:15.338622   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:15.338768   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:20.340110   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:20.340371   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:25.341427   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:25.341589   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:30.342997   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:30.343174   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:35.344287   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:35.344463   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0117 01:12:39.331168   62162 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0117 01:12:40.345950   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:40.346175   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:45.347229   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:45.347441   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:50.349033   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:50.349246   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:12:55.350287   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:12:55.350481   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:13:00.351957   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:13:00.352193   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:13:05.353432   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:13:05.353615   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:13:10.355016   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:13:10.355308   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:13:15.356669   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:13:15.356926   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0117 01:13:20.358202   62162 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0117 01:13:20.358383   62162 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
galal-hussein commented 6 years ago

@myselfghost It looks like a certificate mismatch situation, can you try removing the cluster with rke remove to clean up the hosts and redeploying it with rke up again

myselfghost commented 6 years ago

@galal-hussein rke remove ,then rke up ,have the same problem

superseb commented 6 years ago

@myselfghost The error implies some kind of time sync issue. As it can't recognize the certificat being valid. Can you check the timesync (ntpd or ntpdate) on all the machines?

myselfghost commented 6 years ago

thanks

quancdo commented 6 years ago

@galal-hussein @superseb I also run into this error. INFO[0076] [addons] Executing deploy job.. Failed to get job complete status: <nil> FATA[0102] Failed to deploy addon execute job: Failed to get job complete status: <nil>

Have this issue been resolved yet? Thanks!

superseb commented 6 years ago

Are you getting x509: certificate has expired or is not yet valid in the log? And did you check the time on the hosts as it seems out of sync?

quancdo commented 6 years ago

@superseb which log are you talking about and how do I get it on the hosts?

superseb commented 6 years ago

Check the nodes by running kubectl --kubeconfig .kube_config_cluster.yml get nodes and get the logs by running docker logs kubelet on the host.

quancdo commented 6 years ago

I don't see any x509: certificate has expired or is not yet valid in the log. Here is the entire log and all hosts have the same log `docker logs kubelet

ronny35 commented 6 years ago

I have the same issue. +1