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

i setup k8s 1.23.9 by kubeadm. i put ipv6 CIDR before ipv4 CIDR in kubeadm-config,and config kube-apiserver advertise-ip in host ipv6. ```yaml controllerManager: extraArgs: allocate-node-cidrs: "true" bind-address: "::" service-cluster-ip-range: "fd00::1234:5678:1:0/112,10.96.0.0/12"...

**No HNSNetwork** can be created **if Wi-Fi is enabled** when trying to add a **Windows Node** to a K8s cluster. ## Expected Behavior If Wi-Fi is on then a HNSNetwork...

## Description We are experiencing problems with the current version of the `iptables-wrapper` script. If you have any processes which are using an older binary for iptables, you can experience...

I find that the master of my cluster can reach pods. is this right? if I can configure it?

Hi Team, I have been working on running and testing Flannel on arm64 platform but the `make test` command fails on arm64 platform with the following error: `etcd cluster is...

## Description This PR adds a code scanning workflow that is ran once every Sunday. ## Todos - [ ] Tests - [ ] Documentation - [ ] Release note...

## Description This PR deletes 3 cloud backends that don't seem to be used and are not maintained: alivpc, awsvpc and gce. ## Todos - [ ] Tests - [...

The issue I have is that flannel inserts its iptables rules after some terminating user rules I've made for logging purposes. ## Expected Behavior For flannel to provide some way...

Currently (as far as I know) the only way to overwrite the public-ip in kubernetes mode is via node annotations. For k3s this means there is no way (I know...

## Expected Behavior AFAIK, when flanneld uses `SimpleNetwork` backend, it won't handle events from `kube subnetManager` after the backend initialized. So the expensive node listwatcher becomes useless. ## Current Behavior...