Top "Flannel" questions

flannel (originally rudder) is an etcd backed network fabric for containers, an overlay network that gives a subnet to each machine for use with Kubernetes

Failed create pod sandbox: rpc error: code = Unknown desc = NetworkPlugin cni failed to set up pod network

Issue Redis POD creation on k8s(v1.10) cluster and POD creation stuck at "ContainerCreating" Type Reason Age From Message …

kubernetes kubectl kubeadm flannel
Kubernetes cannot cleanup Flannel

First I start Kubernetes using Flannel with 10.244.0.0. Then I reset all and restart with 10.84.0.0. However, the interface flannel.1 still is 10.244.1.0 …

kubernetes flannel
Kube flannel in CrashLoopBackOff status

We just start to create our cluster on kubernetes. Now we try to deploy tiller but we have en error: …

kubernetes flannel
how to delete/remove calico cni from my kubernetes cluster

I have installed my kubernetes cluster(1master, 3worker)in the digital ocean. The problem is I installed both flannel and …

kubernetes digital-ocean flannel calico
Kubernetes NodePort Custom Port

Is there way to specify a custom NodePort port in a kubernetes service YAML definition? I need to be able …

docker networking kubernetes google-kubernetes-engine flannel
Flannel installation on Kubernetes

I have installed fresh Kubernetes 1.6.2 master on a single host and now trying to start Flannel using https://github.com/…

kubernetes flannel
KubeDNS error, server misbehaving

I have a problem trying exec'ing into a container: kubectl exec -it busybox-68654f944b-hj672 -- nslookup kubernetes Error from …

docker dns kubernetes flannel kube-dns
Kubernetes failed to setup network for pod after executed kubeadm reset

I initialized Kubernetes with kubeadm init, and after I used kubeadm reset to reset it I found --pod-network-cidr was wrong. …

docker kubernetes flannel
minikube : not able to connect a locally deployed nginx service

I have installed minikube on my ubuntu 16.04 machine and have started a cluster, with a message "Kubernetes is available at …

docker kubernetes etcd flannel
Flannel and docker don't start

I'm trying to set up a kubernetes cluster on 2 nodes , centos 7.1 using this guide. However when I attempt to start …

docker kubernetes etcd flannel