Skip to content

Instantly share code, notes, and snippets.

@imranrazakhan
Created October 17, 2018 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imranrazakhan/fa69035bdad111a27dc354e2fc44ec50 to your computer and use it in GitHub Desktop.
Save imranrazakhan/fa69035bdad111a27dc354e2fc44ec50 to your computer and use it in GitHub Desktop.
Container runtime network not ready
Oct 17 16:26:38 c1-ocp origin-node: exec openshift start network --config=/etc/origin/node/node-config.yaml --kubeconfig=/tmp/kubeconfig --loglevel=${DEBUG_LOGLEVEL:-2}
Oct 17 16:26:38 c1-ocp origin-node: ] Args:[] WorkingDir: Ports:[{Name:healthz HostPort:10256 ContainerPort:10256 Protocol:TCP HostIP:}] EnvFrom:[] Env:[{Name:OPENSHIFT_DNS_DOMAIN
Value:cluster.local ValueFrom:nil}] Resources:{Limits:map[] Requests:map[cpu:{i:{value:100 scale:-3} d:{Dec:<nil>} s:100m Format:DecimalSI} memory:{i:{value:209715200 scale:0} d:{D
ec:<nil>} s: Format:BinarySI}]} VolumeMounts:[{Name:host-config ReadOnly:true MountPath:/etc/origin/node/ SubPath: MountPropagation:<nil>} {Name:host-sysconfig-node ReadOnly:true M
ountPath:/etc/sysconfig/origin-node SubPath: MountPropagation:<nil>} {Name:host-var-run ReadOnly:false MountPath:/var/run SubPath: MountPropagation:<nil>} {Name:host-var-run-dbus R
eadOnly:true MountPath:/var/run/dbus/ SubPath: MountPropagation:<nil>} {Name:host-var-run-ovs ReadOnly:true MountPath:/var/run/openvswitch/ SubPath: MountPropagation:<nil>} {Name:h
ost-var-run-kubernetes ReadOnly:true MountPath:/var/run/kubernetes/ SubPath: MountPropagation:<nil>} {Name:host-var-run-openshift-sdn ReadOnly:false MountPath:/var/run/openshift-sd
n SubPath: MountPropagation:<nil>} {Name:host-opt-cni-bin ReadOnly:false MountPath:/host/opt/cni/bin SubPath: MountPropagation:<nil>} {Name:host-etc-cni-netd ReadOnly:false MountPa
th:/etc/cni/net.d SubPath: MountPropagation:<nil>} {Name:host-var-lib-cni-networks-openshift-sdn ReadOnly:false MountPath:/var/lib/cni/networks/openshift-sdn SubPath: MountPropagat
ion:<nil>} {Name:sdn-token-mfq2d ReadOnly:true MountPath:/var/run/secrets/kubernetes.io/serviceaccount SubPath: MountPropagation:<nil>}] VolumeDevices:[] LivenessProbe:nil Readines
sProbe:nil Lifecycle:nil TerminationMessagePath:/dev/termination-log TerminationMessagePolicy:File ImagePullPolicy:IfNotPresent SecurityContext:&SecurityContext{Capabilities:nil,Pr
ivileged:*true,SELinuxOptions:nil,RunAsUser:*0,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,} Stdin:false StdinOnce:false TTY:false} is d
ead, but RestartPolicy says that we should restart it.
Oct 17 16:26:38 c1-ocp origin-node: I1017 16:26:38.817615 2785 kuberuntime_manager.go:757] checking backoff for container "sdn" in pod "sdn-7dkrs_openshift-sdn(09170c0c-d208-11e
8-aa07-0800279b8177)"
Oct 17 16:26:38 c1-ocp origin-node: I1017 16:26:38.817711 2785 kuberuntime_manager.go:767] Back-off 5m0s restarting failed container=sdn pod=sdn-7dkrs_openshift-sdn(09170c0c-d20
8-11e8-aa07-0800279b8177)
Oct 17 16:26:38 c1-ocp origin-node: E1017 16:26:38.817732 2785 pod_workers.go:186] Error syncing pod 09170c0c-d208-11e8-aa07-0800279b8177 ("sdn-7dkrs_openshift-sdn(09170c0c-d208
-11e8-aa07-0800279b8177)"), skipping: failed to "StartContainer" for "sdn" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=sdn pod=sdn-7dkrs_openshift-sdn(09170c0
c-d208-11e8-aa07-0800279b8177)"
Oct 17 16:26:42 c1-ocp origin-node: W1017 16:26:42.146161 2785 cni.go:172] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 17 16:26:42 c1-ocp origin-node: E1017 16:26:42.146255 2785 kubelet.go:2101] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:dock
er: network plugin is not ready: cni config uninitialized
Oct 17 16:26:47 c1-ocp origin-node: W1017 16:26:47.147153 2785 cni.go:172] Unable to update cni config: No networks found in /etc/cni/net.d
Oct 17 16:26:47 c1-ocp origin-node: E1017 16:26:47.147227 2785 kubelet.go:2101] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:dock
er: network plugin is not ready: cni config uninitialized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment