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 To be updated? ## Current Behavior `kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml >> pod_network_setup.txt Warning: rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole Warning: rbac.authorization.k8s.io/v1beta1...

After run flannel in master (amd64), it dies in worker which is arm64 ## Expected Behavior Flannel pod should work fine in arm64 ## Current Behavior After 60 secs: kube-system...

We upgraded our cluster from 1.18 to 1.22 and hence upgraded flannel from **0.11.0** to **0.16.1** After refreshing the worker nodes those flannel pods are getting into crashloop. ## Expected...

Pod from different host cannot ping each others. Flannel logs as below: ``` I1018 17:58:53.498781 1 main.go:470] Determining IP address of default interface I1018 17:58:53.499196 1 main.go:483] Using interface with...

components/backend/vxlan
reviewed/needs more information
component/kubernetes

I see some discussions about iptable rules ordering, such as https://github.com/flannel-io/flannel/issues/1033 My host is on multiple networks and I have a specific iptable rule at the top of the FORWARD...

Failed to create SubnetManager: error retrieving pod spec for 'kube-system/kube-flannel-ds-sl6gt': Unauthorized

I have a kubernetes environment created manually in vsphere with three worker nodes. I've installed flannel using the yaml from here: https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml Except, I changed the backend from vxlan to...

## Expected Behavior Launching the Master node ## Current Behavior The master node can not start ## Possible Solution ## Steps to Reproduce (for bugs) 1. Launch the prime master...

## Current Behavior flannel can not working well with `etcd 3` ## Possible Solution 1. Whether to plan to support `etcd 3` as dataStore? 2. If no plan, please make...

## Expected Behavior I have installed Kubernetes on Ubuntu 18. When I configure calico it works but I want to use flannel. When I use flanned I'm not able to...