Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Kubic VERSION=20181126 - Master never Ready #9

Open
h4n0sh1 opened this issue Jan 29, 2021 · 0 comments
Open

Kubic VERSION=20181126 - Master never Ready #9

h4n0sh1 opened this issue Jan 29, 2021 · 0 comments

Comments

@h4n0sh1
Copy link

h4n0sh1 commented Jan 29, 2021

Hi,

I am trying to run an old version of runsc (gvisor runtime), inside a kubic cluster, but to make things more appropriate, i picked up the 2018-11 version of the kubic OS.

I have a real issue trying to bring the master node to the "Ready" state, despite following all of the necessary steps and pulling up the 2018-11 version of kube-flannel.yml to stay coherent, i keep getting this error in my kubelet logs :

master kubelet[10287]: E0129 10:49:02.290910 10287 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni config uninitialized

Steps to reproduce the issue :

  1. Install kubic iso from 2018-11-26, disconnect the network adapter during the install to make sure that no update is picked up (reconnect it once installed)
  2. add --cni-bin-dir=/usr/lib/cnito the KUBELET_EXTRA_ARGS= line in /etc/sysconfig/kubelet
  3. kubeadm init --kubernetes-version=v1.12.0 --cri-socket=/var/run/crio/crio.sock --pod-network-cidr=10.244.0.0/16
  4. pull up the 2018-11 version of kube-flannel.yml and apply it kubectl apply -f kube-flannel.yml
    I've also tried plenty of other configurations like the v1.12 weave from here : weave-v1.12
    or this one :
    kubectl -n kube-system apply -f https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c8681ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml

None of them worked including the most recent ones of course

At this point i'm kind of lost as to what is causing this issue, and how i can fix it, i've exhausted all of the related topics

Cheers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant