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 Trying to make [this](https://github.com/flannel-io/flannel/blob/master/Documentation/running.md#running-manually) work ## Current Behavior ```bash [root@rl85master ~]# ./flanneld-amd64 fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0xe5 pc=0x7f3c4ef2dbd0] runtime...

# Situation Hi I have a **node behind NAT** and to fix that I set up a wireguard VPN between all my nodes. But the kube flannel pod running on...

## Expected Behavior I want to set Flannle to directrouting mode, but it doesn't work I have added configuration "Directrouting": true,but The route is still via flannel.1 onlink --- net-conf.json:...

## Description Consolidate node annotation check if node annotation is nil, it will report err, because node annotation is optional.

### how to solve this ? Get "https://10.96.0.1:443/api/v1/namespaces/kube-system/pods/kube-flannel-ds-g66xp": dial tcp 10.96.0.1:443: connect: no route to host ### notes: the maser and the node are not in the same nateworks(inner ip)...

When we change the subnet config, Flannel does not cleanup old routes. For example, if the current cluster CIDR is 192.168.0.0/16 and we change it to 172.16.0.0/16, Flannel does not...

#### Environment I have two nodes in cluster, A master and C is worker, B is a client machine(macOS) for hosting a VM (C). ![canping](https://user-images.githubusercontent.com/49930785/144717706-cf87b82d-7611-4d45-b60b-56a61c6c3bd4.jpg) As the diagram shows, -...

## Expected Behavior Connecting to etcd should not end up in an error message ## Current Behavior ``` sudo ./dist/flanneld I0615 08:03:01.418560 91154 main.go:207] CLI flags config: {etcdEndpoints:http://127.0.0.1:4001,http://127.0.0.1:2379 etcdPrefix:/coreos.com/network etcdKeyfile:...

I have a running K8 cluster of version v1.22.2 on Centos 8, 4.18.0-193.14.2.el8_2.x86_64. Recently I tried to update my kernel and other dependencies with `yum update`. Kernel go updated to...