flannel icon indicating copy to clipboard operation
flannel copied to clipboard

flannel is a network fabric for containers, designed for Kubernetes

Results 173 flannel issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Running `wg` should show one link per node ## Current Behavior Running `wg` may show more than one link per node ## Possible Solution Probably check for...

I use vxlan backend and set `DirectRouting` true.when I run `service network restart` , routing table added by flanneld will lose ## Expected Behavior all routing tables should recover ##...

Fix #1070 ## Description 1、There is automatic checking of routing tables and completion when the backend type is A host-gw. 2、when vxlan default,network interface flannel.1 added, restarting the network will...

Hello I am new in K8S and trying to build cluster with one worker and one master on Ubuntu 20.04.4 LTS release ``` root@k8smaster1:~# kubeadm version kubeadm version: &version.Info{Major:"1", Minor:"24",...

## Expected Behavior I use six servers to create k8s clusters, and there is no network segment between each two servers. Now I find that there are only four flannels...

I know this is not in line with the principle of kubernetes, but there are indeed some services that can only communicate with each other using IP, not service, such...

I0711 20:17:29.343176 4352 alivpc_windows.go:22] AliVpc is not supported on this platform I0711 20:17:29.359774 4352 awsvpc_windows.go:22] AWS VPC is not supported on this platform I0711 20:17:29.360751 4352 gce_windows.go:45] GCE is not...

Kubernetes is going to implement a feature to support Multiple ClusterCIDRs https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2593-multiple-cluster-cidrs The feature doesn't consider PodIP renumbering, is always about assigning PodIP ranges to nodes. Flannel can use the...

wontfix

I'm following the steps as detailed https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#pod-network including: * adding --pod-network-cidr=10.244.0.0/16 to the kubeadm config * set /proc/sys/net/bridge/bridge-nf-call-iptables to 1 for all nodes * kubectl apply with your latest kube-flannel.yml...

## Expected Behavior Expect master node and minion nodes communicating correctly. ## Current Behavior Minion node got the correct route, but master node didn't. **Master Node** ``` $ ip route...