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

See:https://github.com/kubernetes/kubernetes/issues/122835 I don't quite understand the reason for the issue. Is it a bug in the operating system kernel or in Flannel? How can it be fixed?

## Expected Behavior flannel (windows) starts healthy after node restart. ## Current Behavior flannel (windows) host-gw backend crashloops after windows node restart. sometimes, after repeated node reboots, flannel recovers and...

## Expected Behavior I'm running on rke2 1.24 with --cni=none as they've removed the ability to just deploy with flannel and nothing else. ## Current Behavior Flannel tries to invoke...

**Riscv64 failed to build images** When I read the source code, I found that Dockerfile's golang:alpine does not support build image in the riscv architecture ## Possible Solution Do you...

## Expected Behavior I want to add a forceAddress parameter to the parameter passed to bridge cni so that he can perform the following logic: ## Current Behavior My current...

wontfix

The cni0 interface currently has only one receive queue, which may lead to performance bottlenecks. Is it possible to enable multiple queues? ## Expected Behavior ## Current Behavior ## Possible...

wontfix

## Steps to Reproduce (for bugs) 1.turned off the firewall. 2.then deployed kubernetes and flannel. 3.start the firewall and then turn it off. 4.Pods cannot access other nodes' networks ##...

wontfix

## Expected Behavior After etcd recovers, flannel should continue working normally. ## Current Behavior When etcd goes down, eg. reboot all etcd nodes at the same time, flannel process starts...

We are building a new k8 cluster that needs to run windows pods on windows nodes. We are using host-gw and win-bridge. Everything in the cluster seems to be running...