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

**error message:** ``` 9月 02 09:42:32 xhvvvv flanneld[17690]: fatal error: unexpected signal during runtime execution 9月 02 09:42:32 xhvvvv flanneld[17690]: [signal SIGSEGV: segmentation violation code=0x1 addr=0xe5 pc=0x7f0d48d800c4] 9月 02 09:42:32...

Apr 30 21:19:38 z00419767-bcs-0001 kubelet[32535]: } Apr 30 21:19:38 z00419767-bcs-0001 kubelet[32535]: } Apr 30 21:19:38 z00419767-bcs-0001 kubelet[32535]: ] Apr 30 21:19:38 z00419767-bcs-0001 kubelet[32535]: } Apr 30 21:19:38 z00419767-bcs-0001 kubelet[32535]: :...

![image](https://user-images.githubusercontent.com/12590255/99514653-f6741c00-29c6-11eb-9409-e4ea75e9a14c.png) why flannel read so many data from disk? I use opensnoop to find which file is reading, it show blow: ![image](https://user-images.githubusercontent.com/12590255/99515499-fe808b80-29c7-11eb-9acf-f0ee7d219433.png) ## Your Environment * Flannel version:v0.10.0-amd64 * Backend...

Hello, I am using Flannel in CoreOS 717.1.0 with IPv6 but it failed to launch. When I look at the logs, I see the message: ``` Failed to find IPv4...

kind/enhancement

## Expected Behavior For reasons unknown to us (probably due to an upgrade of canal/flannel), we've ended up with duplicate MASQ rules: ``` -A POSTROUTING -s $ClusterSubnet ! -d 224.0.0.0/4...

## Expected Behavior Is it possible to change CIDR network after initialization? ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context...

## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context Hello. I'm deploying with kubeadm, one host, two slaves,...

Output from our cluster: ``` ❯ k get daemonset NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE kube-flannel-ds 13 13 11 13 11 272d kube-flannel-ds-windows-amd64 3 3 3 3...

## Expected Behavior flannel should be allocating ip address from the correct cidr space on the worker node ## Current Behavior flannel has been allocating ip address from the incorrect...

I am trying to access a Kubernetes service through its `ClusterIP`, from a `pod` that is attached to its `host`'s network and has access to DNS, with: ``` hostNetwork: true...