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

Kubic VERSION=20181126 - Master never Ready  #9

Description

@h4n0sh1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions