Closed
Description
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
Activity
superseb commentedon Jan 16, 2018
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 commentedon Jan 17, 2018
@superseb
kubectl get nodes:
kubectl logs -l job-name=rke-network-plugin-deploy-job -n kube-system:
kubectl logs -l k8s-app=flannel -n kube-system -c kube-flannel:
docker logs kubelet
galal-hussein commentedon Jan 18, 2018
@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 withrke up
againmyselfghost commentedon Jan 19, 2018
@galal-hussein rke remove ,then rke up ,have the same problem
superseb commentedon Jan 19, 2018
@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 commentedon Jan 22, 2018
thanks
quancdo commentedon Jan 22, 2018
@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 commentedon Jan 22, 2018
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?[-]FATA[0113] Failed to deploy addon execute job: Failed to get job complete status: <nil>[/-][+]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`[/+]quancdo commentedon Jan 22, 2018
@superseb which log are you talking about and how do I get it on the hosts?
superseb commentedon Jan 22, 2018
Check the nodes by running
kubectl --kubeconfig .kube_config_cluster.yml get nodes
and get the logs by runningdocker logs kubelet
on the host.quancdo commentedon Jan 22, 2018
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
++ DOCKER_API_VERSION=1.24
++ ./docker info
++ grep -i 'docker root dir'
++ cut -f2 -d:
++ tac /proc/mounts
++ awk '{print $2}'
++ grep '^/var/lib/docker/'
++ tac /proc/mounts
++ awk '{print $2}'
++ grep '^/run/'
++ tac /proc/mounts
++ awk '{print $2}'
++ grep '^/var/run/'
++ docker info
++ grep -i 'cgroup driver'
++ awk '{print $3}'
WARNING: No swap limit support
Flag --require-kubeconfig has been deprecated, You no longer need to use --require-kubeconfig. This will be removed in a future version. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode unless --require-kubeconfig=true is also set. In the latter case, the legacy default kubeconfig path will be used until --require-kubeconfig is removed.
I0122 21:12:06.187768 24647 feature_gate.go:156] feature gates: map[]
I0122 21:12:06.187907 24647 controller.go:114] kubelet config controller: starting controller
I0122 21:12:06.187914 24647 controller.go:118] kubelet config controller: validating combination of defaults and flags
I0122 21:12:06.204016 24647 mount_linux.go:205] Detected OS with systemd
I0122 21:12:06.204038 24647 client.go:75] Connecting to docker on unix:///var/run/docker.sock
I0122 21:12:06.204056 24647 client.go:95] Start docker client with request timeout=2m0s
W0122 21:12:06.204909 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
I0122 21:12:06.208896 24647 feature_gate.go:156] feature gates: map[]
W0122 21:12:06.209038 24647 server.go:276] --require-kubeconfig is deprecated. Set --kubeconfig without using --require-kubeconfig.
I0122 21:12:06.209050 24647 plugins.go:101] No cloud provider specified.
I0122 21:12:06.209065 24647 server.go:299] No cloud provider specified: "" from the config file: ""
I0122 21:12:06.215294 24647 manager.go:149] cAdvisor running in container: "/sys/fs/cgroup/cpu,cpuacct"
W0122 21:12:06.233171 24647 manager.go:157] unable to connect to Rkt api service: rkt: cannot tcp Dial rkt api service: dial tcp 127.0.0.1:15441: getsockopt: connection refused
W0122 21:12:06.233260 24647 manager.go:166] unable to connect to CRI-O api service: Get http://%2Fvar%2Frun%2Fcrio.sock/info: dial unix /var/run/crio.sock: connect: no such file or directory
I0122 21:12:06.249762 24647 fs.go:139] Filesystem UUIDs: map[01a1a376-6009-4da8-b562-a7c1a08ef184:/dev/sda1 0da570a1-61e2-4db8-87f5-7a627b43d694:/dev/sda6 b0d5c19b-cd05-4af2-b185-adade03065ed:/dev/sda5]
I0122 21:12:06.249787 24647 fs.go:140] Filesystem partitions: map[tmpfs:{mountpoint:/dev major:0 minor:77 fsType:tmpfs blockSize:0} /dev/sda6:{mountpoint:/var/lib/docker major:8 minor:6 fsType:ext4 blockSize:0} shm:{mountpoint:/dev/shm major:0 minor:75 fsType:tmpfs blockSize:0}]
I0122 21:12:06.253661 24647 manager.go:216] Machine: {NumCores:48 CpuFrequency:2900000 MemoryCapacity:540957429760 HugePages:[{PageSize:1048576 NumPages:0} {PageSize:2048 NumPages:0}] MachineID: SystemUUID:00000000-0000-0000-0000-002590FB3C00 BootID:b48851e1-ec3b-4475-bffd-c455363feb98 Filesystems:[{Device:tmpfs DeviceMajor:0 DeviceMinor:77 Capacity:270459842560 Type:vfs Inodes:66030235 HasInodes:true} {Device:/dev/sda6 DeviceMajor:8 DeviceMinor:6 Capacity:943201431552 Type:vfs Inodes:58499072 HasInodes:true} {Device:shm DeviceMajor:0 DeviceMinor:75 Capacity:270478712832 Type:vfs Inodes:66034842 HasInodes:true} {Device:none DeviceMajor:0 DeviceMinor:74 Capacity:943201431552 Type:vfs Inodes:58499072 HasInodes:true}] DiskMap:map[8:0:{Name:sda Major:8 Minor:0 Size:959656755200 Scheduler:deadline} 8:16:{Name:sdb Major:8 Minor:16 Size:959656755200 Scheduler:deadline}] NetworkDevices:[{Name:bond0 MacAddress:00:25:90:fb:3c:00 Speed:20000 Mtu:1500} {Name:bond1 MacAddress:00:25:90:fb:3c:01 Speed:20000 Mtu:1500} {Name:br-test MacAddress:ce:46:95:4a:b6:44 Speed:0 Mtu:1500} {Name:eth0 MacAddress:00:25:90:fb:3c:00 Speed:10000 Mtu:1500} {Name:eth1 MacAddress:00:25:90:fb:3c:01 Speed:10000 Mtu:1500} {Name:eth2 MacAddress:00:25:90:fb:3c:00 Speed:10000 Mtu:1500} {Name:eth3 MacAddress:00:25:90:fb:3c:01 Speed:10000 Mtu:1500} {Name:ovs-system MacAddress:f6:a6:9e:99:a6:68 Speed:0 Mtu:1500} {Name:virbr0 MacAddress:52:54:00:67:14:96 Speed:0 Mtu:1500} {Name:virbr0-nic MacAddress:52:54:00:67:14:96 Speed:0 Mtu:1500} {Name:vxlan_sys_4789 MacAddress:b2:8a:49:fe:93:9d Speed:0 Mtu:65485}] Topology:[{Id:0 Memory:270379036672 Cores:[{Id:0 Threads:[0 24] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:1 Threads:[1 25] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:2 Threads:[2 26] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:3 Threads:[3 27] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:4 Threads:[4 28] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:5 Threads:[5 29] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:8 Threads:[6 30] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:9 Threads:[7 31] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:10 Threads:[8 32] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:11 Threads:[9 33] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:12 Threads:[10 34] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:13 Threads:[11 35] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]}] Caches:[{Size:31457280 Type:Unified Level:3}]} {Id:1 Memory:270578393088 Cores:[{Id:0 Threads:[12 36] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:1 Threads:[13 37] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:2 Threads:[14 38] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:3 Threads:[15 39] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:4 Threads:[16 40] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:5 Threads:[17 41] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:8 Threads:[18 42] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:9 Threads:[19 43] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:10 Threads:[20 44] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:11 Threads:[21 45] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:12 Threads:[22 46] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:13 Threads:[23 47] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]}] Caches:[{Size:31457280 Type:Unified Level:3}]}] CloudProvider:Unknown InstanceType:Unknown InstanceID:None}
I0122 21:12:06.254535 24647 manager.go:222] Version: {KernelVersion:4.4.0-109-generic ContainerOsVersion:Ubuntu 16.04.1 LTS DockerVersion:17.03.2-ce DockerAPIVersion:1.27 CadvisorVersion: CadvisorRevision:}
I0122 21:12:06.255410 24647 server.go:422] --cgroups-per-qos enabled, but --cgroup-root was not specified. defaulting to /
I0122 21:12:06.257022 24647 container_manager_linux.go:252] container manager verified user specified cgroup-root exists: /
I0122 21:12:06.257045 24647 container_manager_linux.go:257] Creating Container Manager object based on Node Config: {RuntimeCgroupsName: SystemCgroupsName: KubeletCgroupsName: ContainerRuntime:docker CgroupsPerQOS:true CgroupRoot:/ CgroupDriver:systemd ProtectKernelDefaults:false NodeAllocatableConfig:{KubeReservedCgroupName: SystemReservedCgroupName: EnforceNodeAllocatable:map[] KubeReserved:map[] SystemReserved:map[] HardEvictionThresholds:[{Signal:memory.available Operator:LessThan Value:{Quantity:100Mi Percentage:0} GracePeriod:0s MinReclaim:} {Signal:nodefs.available Operator:LessThan Value:{Quantity: Percentage:0.1} GracePeriod:0s MinReclaim:} {Signal:nodefs.inodesFree Operator:LessThan Value:{Quantity: Percentage:0.05} GracePeriod:0s MinReclaim:}]} ExperimentalQOSReserved:map[] ExperimentalCPUManagerPolicy:none ExperimentalCPUManagerReconcilePeriod:10s}
I0122 21:12:06.257153 24647 container_manager_linux.go:288] Creating device plugin handler: false
I0122 21:12:06.257214 24647 server.go:686] Using root directory: /var/lib/kubelet
I0122 21:12:06.257237 24647 kubelet.go:283] Watching apiserver
W0122 21:12:06.260755 24647 kubelet_network.go:69] Hairpin mode set to "promiscuous-bridge" but kubenet is not enabled, falling back to "hairpin-veth"
I0122 21:12:06.260783 24647 kubelet.go:517] Hairpin mode set to "hairpin-veth"
W0122 21:12:06.260903 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
I0122 21:12:06.260918 24647 plugins.go:187] Loaded network plugin "cni"
W0122 21:12:06.261781 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
W0122 21:12:06.264993 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
I0122 21:12:06.265007 24647 plugins.go:187] Loaded network plugin "cni"
I0122 21:12:06.265015 24647 docker_service.go:207] Docker cri networking managed by cni
I0122 21:12:06.282584 24647 docker_service.go:224] Setting cgroupDriver to systemd
I0122 21:12:06.284906 24647 docker_legacy.go:151] No legacy containers found, stop performing legacy cleanup.
I0122 21:12:06.284952 24647 kubelet.go:606] Starting the GRPC server for the docker CRI shim.
I0122 21:12:06.284970 24647 docker_server.go:51] Start dockershim grpc server
I0122 21:12:06.301407 24647 remote_runtime.go:43] Connecting to runtime service unix:///var/run/dockershim.sock
I0122 21:12:06.302293 24647 kuberuntime_manager.go:178] Container runtime docker initialized, version: 17.03.2-ce, apiVersion: 1.27.0
I0122 21:12:06.302546 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/aws-ebs"
I0122 21:12:06.302560 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/empty-dir"
I0122 21:12:06.302569 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/gce-pd"
I0122 21:12:06.302578 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/git-repo"
I0122 21:12:06.302588 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/host-path"
I0122 21:12:06.302597 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/nfs"
I0122 21:12:06.302606 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/secret"
I0122 21:12:06.302615 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/iscsi"
I0122 21:12:06.302628 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/glusterfs"
I0122 21:12:06.302637 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/rbd"
I0122 21:12:06.302646 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/cinder"
I0122 21:12:06.302655 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/quobyte"
I0122 21:12:06.302664 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/cephfs"
I0122 21:12:06.302680 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/downward-api"
I0122 21:12:06.302690 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/fc"
I0122 21:12:06.302699 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/flocker"
I0122 21:12:06.302708 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/azure-file"
I0122 21:12:06.302717 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/configmap"
I0122 21:12:06.302726 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/vsphere-volume"
I0122 21:12:06.302736 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/azure-disk"
I0122 21:12:06.302745 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/photon-pd"
I0122 21:12:06.302754 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/projected"
I0122 21:12:06.302763 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/portworx-volume"
I0122 21:12:06.302772 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/scaleio"
I0122 21:12:06.302828 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/local-volume"
I0122 21:12:06.302838 24647 plugins.go:420] Loaded volume plugin "kubernetes.io/storageos"
I0122 21:12:06.303521 24647 server.go:718] Started kubelet v1.8.3-rancher1
E0122 21:12:06.303548 24647 kubelet.go:1234] Image garbage collection failed once. Stats initialization may not have completed yet: failed to get imageFs info: unable to find data for container /
I0122 21:12:06.303575 24647 server.go:128] Starting to listen on 0.0.0.0:10250
I0122 21:12:06.303584 24647 server.go:148] Starting to listen read-only on 0.0.0.0:10255
I0122 21:12:06.305570 24647 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0122 21:12:06.306252 24647 server.go:296] Adding debug handlers to kubelet server.
I0122 21:12:06.307264 24647 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 169.46.64.67
I0122 21:12:06.307285 24647 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 169.46.64.67
I0122 21:12:06.307294 24647 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 169.46.64.67
I0122 21:12:06.307998 24647 fs_resource_analyzer.go:66] Starting FS ResourceAnalyzer
I0122 21:12:06.308015 24647 status_manager.go:140] Starting to sync pod status with apiserver
I0122 21:12:06.308036 24647 kubelet.go:1768] Starting kubelet main sync loop.
I0122 21:12:06.308050 24647 kubelet.go:1779] skipping pod synchronization - [container runtime is down PLEG is not healthy: pleg was last seen active 2562047h47m16.854775807s ago; threshold is 3m0s]
E0122 21:12:06.308055 24647 container_manager_linux.go:603] [ContainerManager]: Fail to get rootfs information unable to find data for container /
I0122 21:12:06.308077 24647 container_manager_linux.go:446] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
I0122 21:12:06.308085 24647 volume_manager.go:244] The desired_state_of_world populator starts
I0122 21:12:06.308091 24647 volume_manager.go:246] Starting Kubelet Volume Manager
I0122 21:12:06.308096 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:12:06.309412 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:06.309645 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:12:06.341379 24647 factory.go:355] Registering Docker factory
W0122 21:12:06.341401 24647 manager.go:265] Registration of the rkt container factory failed: unable to communicate with Rkt api service: rkt: cannot tcp Dial rkt api service: dial tcp 127.0.0.1:15441: getsockopt: connection refused
W0122 21:12:06.341519 24647 manager.go:276] Registration of the crio container factory failed: Get http://%2Fvar%2Frun%2Fcrio.sock/info: dial unix /var/run/crio.sock: connect: no such file or directory
I0122 21:12:06.341537 24647 factory.go:54] Registering systemd factory
I0122 21:12:06.341790 24647 factory.go:86] Registering Raw factory
I0122 21:12:06.342039 24647 manager.go:1140] Started watching for new ooms in manager
I0122 21:12:06.342523 24647 manager.go:311] Starting recovery of all containers
I0122 21:12:06.408812 24647 kubelet_node_status.go:280] Setting node annotation to enable volume controller attach/detach
I0122 21:12:06.411616 24647 kubelet_node_status.go:443] Recording NodeHasSufficientDisk event message for node 169.46.64.67
I0122 21:12:06.411649 24647 kubelet_node_status.go:443] Recording NodeHasSufficientMemory event message for node 169.46.64.67
I0122 21:12:06.411660 24647 kubelet_node_status.go:443] Recording NodeHasNoDiskPressure event message for node 169.46.64.67
I0122 21:12:06.411684 24647 kubelet_node_status.go:83] Attempting to register node 169.46.64.67
I0122 21:12:06.416367 24647 kubelet_node_status.go:86] Successfully registered node 169.46.64.67
I0122 21:12:06.429018 24647 manager.go:316] Recovery completed
I0122 21:12:10.105532 24647 server.go:779] GET /healthz: (39.063µs) 200 [[Go-http-client/1.1] 127.0.0.1:50564]
I0122 21:12:10.240009 24647 container.go:471] Failed to update stats for container "/libcontainer_24943_systemd_test_default.slice": open /sys/fs/cgroup/cpu,cpuacct/libcontainer_24943_systemd_test_default.slice/cpuacct.stat: no such file or directory, continuing to push stats
W0122 21:12:10.333792 24647 container.go:354] Failed to create summary reader for "/libcontainer_24958_systemd_test_default.slice": none of the resources are being tracked.
E0122 21:12:10.480317 24647 helpers.go:468] PercpuUsage had 0 cpus, but the actual number is 48; ignoring extra CPUs
I0122 21:12:11.308235 24647 kubelet.go:1837] SyncLoop (ADD, "api"): ""
W0122 21:12:11.511257 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:11.511361 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:12:16.427745 24647 kuberuntime_manager.go:899] updating runtime config through cri with podcidr 10.233.64.0/24
I0122 21:12:16.427924 24647 docker_service.go:306] docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:10.233.64.0/24,},}
I0122 21:12:16.428115 24647 kubelet_network.go:276] Setting Pod CIDR: -> 10.233.64.0/24
W0122 21:12:16.512017 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:16.512095 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:21.512764 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:21.512862 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:26.513407 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:26.513484 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:26.562525 24647 conversion.go:110] Could not get instant cpu stats: different number of cpus
W0122 21:12:31.514291 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:31.514381 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:36.515070 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:36.515175 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:36.580018 24647 conversion.go:110] Could not get instant cpu stats: different number of cpus
W0122 21:12:41.516020 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:41.516111 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:46.516666 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:46.516754 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:51.517441 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:51.517531 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:12:56.518100 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:12:56.518180 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:01.519029 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:01.519122 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:13:05.057272 24647 server.go:779] POST /stats/container/: (43.138117ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:13:06.308256 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:13:06.519740 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:06.519826 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:11.520613 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:11.520721 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:16.521238 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:16.521327 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:21.521993 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:21.522083 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:26.522702 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:26.522794 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:31.523655 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:31.523751 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:36.524392 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:36.524486 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:41.525157 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:41.525240 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:46.525835 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:46.525924 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:51.526600 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:51.526693 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:13:56.527245 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:13:56.527322 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:01.527984 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:01.528069 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:14:05.044566 24647 server.go:779] POST /stats/container/: (42.776333ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:14:06.308440 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:14:06.528783 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:06.528872 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:11.529609 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:11.529707 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:16.530266 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:16.530361 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:21.531030 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:21.531106 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:26.531610 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:26.531703 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:31.532362 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:31.532455 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:36.533068 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:36.533150 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:41.533880 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:41.533972 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:46.534651 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:46.534744 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:51.535614 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:51.535708 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:14:56.536346 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:14:56.536437 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:01.537206 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:01.537298 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:15:05.043502 24647 server.go:779] POST /stats/container/: (40.783722ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:15:06.308647 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:15:06.538058 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:06.538198 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:11.538901 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:11.539037 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:16.539576 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:16.539647 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:21.540196 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:21.540295 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:26.540848 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:26.540965 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:31.541560 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:31.541643 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:36.542176 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:36.542258 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:41.542749 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:41.542839 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:46.543350 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:46.543433 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:51.543950 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:51.544037 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:15:56.544622 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:15:56.544703 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:01.545293 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:01.545370 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:16:05.044709 24647 server.go:779] POST /stats/container/: (42.931022ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:16:06.308859 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:16:06.546251 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:06.546374 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:11.547250 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:11.547364 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:16.547993 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:16.548072 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:21.548622 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:21.548706 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:26.549270 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:26.549350 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:31.549924 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:31.550067 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:36.550643 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:36.550723 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:41.551322 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:41.551412 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:46.552006 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:46.552086 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:51.552667 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:51.552755 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:16:56.553279 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:16:56.553355 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:01.553938 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:01.554030 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:17:05.048139 24647 server.go:779] POST /stats/container/: (42.461098ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:17:06.308247 24647 container_manager_linux.go:446] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
I0122 21:17:06.309034 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
I0122 21:17:06.312391 24647 kubelet.go:1244] Image garbage collection succeeded
W0122 21:17:06.555162 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:06.555289 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:11.556173 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:11.556279 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:16.557182 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:16.557277 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:21.558179 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:21.558274 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:26.558987 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:26.559086 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:31.559982 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:31.560076 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:36.560822 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:36.560918 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:41.561531 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:41.561624 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:46.562421 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:46.562517 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:51.563386 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:51.563490 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:17:56.564246 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:17:56.564341 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:01.565189 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:01.565286 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:18:05.049633 24647 server.go:779] POST /stats/container/: (42.008609ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:18:06.309307 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:18:06.566451 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:06.566593 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:11.567613 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:11.567733 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:16.568419 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:16.568507 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:21.569141 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:21.569219 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:26.569915 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:26.570002 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:31.570655 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:31.570735 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:36.571395 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:36.571490 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:41.572392 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:41.572486 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:46.573170 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:46.573262 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:51.573950 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:51.574045 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:18:56.574802 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:18:56.574894 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:01.575738 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:01.575836 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:19:05.053375 24647 server.go:779] POST /stats/container/: (40.723473ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:19:06.309555 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:19:06.576900 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:06.577062 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:11.577763 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:11.577873 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:16.578435 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:16.578521 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:21.579163 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:21.579250 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:26.579884 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:26.579960 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:31.580570 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:31.580657 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:36.581187 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:36.581274 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:41.581815 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:41.581898 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:46.582552 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:46.582638 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:51.583235 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:51.583323 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:19:56.583876 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:19:56.583979 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:01.584555 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:01.584632 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:20:05.058907 24647 server.go:779] POST /stats/container/: (43.147104ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:20:06.309770 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:20:06.585562 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:06.585728 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:11.586600 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:11.586722 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:16.587403 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:16.587498 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:21.588275 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:21.588369 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:26.589116 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:26.589215 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:31.589934 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:31.590027 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:36.590712 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:36.590791 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:41.591739 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:41.591836 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:46.592525 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:46.592621 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:51.593312 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:51.593405 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:20:56.594139 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:20:56.594274 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:01.594916 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:01.595015 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:21:05.046239 24647 server.go:779] POST /stats/container/: (44.267161ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:21:06.310025 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:21:06.596095 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:06.596222 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:11.597004 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:11.597126 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:16.597836 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:16.597927 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:21.598653 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:21.598748 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:26.599668 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:26.599760 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:31.272416 24647 reflector.go:334] k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:47: watch of *v1.Pod ended with: too old resource version: 156 (327)
W0122 21:21:31.600451 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:31.600546 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:36.601383 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:36.601461 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:41.602092 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:41.602190 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:46.602948 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:46.603082 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:51.603778 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:51.603873 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:21:56.604667 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:21:56.604762 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:01.605407 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:01.605501 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:22:05.045659 24647 server.go:779] POST /stats/container/: (40.958702ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:22:06.308464 24647 container_manager_linux.go:446] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
I0122 21:22:06.310282 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:22:06.607292 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:06.607448 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:11.608347 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:11.608444 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:16.609070 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:16.609165 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:21.609874 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:21.609972 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:26.610842 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:26.610940 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:31.611749 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:31.611846 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:36.612557 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:36.612641 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:41.613395 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:41.613488 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:46.614411 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:46.614507 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:51.615197 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:51.615286 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:22:56.616084 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:22:56.616173 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:01.616939 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:01.617059 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:23:05.048390 24647 server.go:779] POST /stats/container/: (40.782643ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:23:06.310820 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:23:06.619272 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:06.619458 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:11.620041 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:11.620143 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:16.620762 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:16.620852 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:21.621454 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:21.621544 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:26.622051 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:26.622140 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:31.622744 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:31.622819 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:36.623327 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:36.623408 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:41.623988 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:41.624080 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:46.624636 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:46.624711 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:51.625241 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:51.625323 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:23:56.625932 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:23:56.626001 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:01.626602 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:01.626682 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:24:05.057084 24647 server.go:779] POST /stats/container/: (43.201653ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:24:06.311035 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:24:06.627486 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:06.627622 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:11.628264 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:11.628364 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:16.628834 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:16.628925 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:21.629433 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:21.629521 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:26.630120 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:26.630195 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:31.630707 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:31.630794 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:36.631325 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:36.631401 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:41.631959 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:41.632044 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:46.632596 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:46.632679 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:51.633198 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:51.633286 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:24:56.633828 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:24:56.633915 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:01.634421 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:01.634508 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:25:05.056298 24647 server.go:779] POST /stats/container/: (42.550032ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:25:06.311249 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:25:06.635188 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:06.635294 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:11.635879 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:11.636005 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:16.636573 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:16.636653 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:21.637231 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:21.637334 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:26.637938 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:26.638022 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:31.638662 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:31.638738 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:36.639328 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:36.639412 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:41.640006 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:41.640086 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:46.640694 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:46.640767 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:51.641352 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:51.641432 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:25:56.641990 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:25:56.642067 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:01.642671 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:01.642744 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:26:05.042942 24647 server.go:779] POST /stats/container/: (42.24965ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:26:06.311408 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:26:06.643801 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:06.643956 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:11.644655 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:11.644760 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:16.645523 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:16.645616 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:21.646286 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:21.646368 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:26.647001 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:26.647091 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:31.647940 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:31.648034 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:36.648714 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:36.648820 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:41.649582 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:41.649673 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:46.650622 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:46.650716 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:51.651323 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:51.651407 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:26:56.652199 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:26:56.652292 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:01.652989 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:01.653081 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:27:05.053008 24647 server.go:779] POST /stats/container/: (41.364831ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:27:06.308742 24647 container_manager_linux.go:446] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
I0122 21:27:06.311603 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:27:06.653947 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:06.654058 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:11.654743 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:11.654843 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:16.655529 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:16.655619 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:21.656230 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:21.656314 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:26.656933 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:26.657022 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:31.657635 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:31.657727 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:36.658276 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:36.658360 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:41.658935 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:41.659019 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:46.659594 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:46.659679 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:51.660283 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:51.660369 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:27:56.660960 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:27:56.661045 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:01.661615 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:01.661728 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:28:05.057059 24647 server.go:779] POST /stats/container/: (44.244444ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:28:06.311780 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:28:06.662512 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:06.662633 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:11.663350 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:11.663459 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:16.664384 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:16.664477 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:21.665068 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:21.665151 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:26.665821 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:26.665910 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:31.666518 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:31.666599 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:36.667393 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:36.667481 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:41.668090 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:41.668177 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:46.668748 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:46.668827 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:51.669418 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:51.669505 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:28:56.670062 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:28:56.670145 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:01.670702 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:01.670804 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:29:05.050039 24647 server.go:779] POST /stats/container/: (42.288874ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:29:06.311959 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:29:06.671542 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:06.671662 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:11.672300 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:11.672386 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:16.672954 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:16.673031 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:21.673607 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:21.673683 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:26.674255 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:26.674339 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:31.674947 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:31.675030 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:36.675676 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:36.675762 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:41.676383 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:41.676470 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:46.676990 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:46.677073 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:51.677714 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:51.677791 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:29:56.678445 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:29:56.678556 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:01.679127 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:01.679238 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:30:05.059942 24647 server.go:779] POST /stats/container/: (44.036027ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:30:06.312155 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:30:06.681095 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:06.681291 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:11.681904 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:11.682009 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:16.682559 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:16.682633 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:21.683277 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:21.683362 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:26.683896 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:26.683981 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:31.684534 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:31.684611 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:36.690008 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:36.690097 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:41.690713 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:41.690803 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:46.691389 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:46.691475 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:51.692100 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:51.692172 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:30:56.692792 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:30:56.692865 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:31:01.693433 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:31:01.693507 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
I0122 21:31:05.050276 24647 server.go:779] POST /stats/container/: (42.396ms) 200 [[Go-http-client/1.1] 169.46.64.77:57900]
I0122 21:31:06.312330 24647 qos_container_manager_linux.go:320] [ContainerManager]: Updated QoS cgroup configuration
W0122 21:31:06.699588 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:31:06.699725 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:31:11.700404 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:31:11.700508 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:31:16.701128 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:31:16.701213 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:31:21.701877 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:31:21.701958 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:31:26.702563 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:31:26.702652 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
W0122 21:31:31.703231 24647 cni.go:196] Unable to update cni config: No networks found in /etc/cni/net.d
E0122 21:31:31.703311 24647 kubelet.go:2095] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized`
ronny35 commentedon Apr 30, 2018
I have the same issue.
+1