You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubeadm: remove flannel and add note about CNI issues
- Remove flannel from the list of CNIs in the kubeadm "create cluster"
page. The reason for that is that Cluster Lifecycle have been
getting a number of issues related to flannel (either in kubeadm or
kops tickets) and we don't have good answers for the users as the
project is not actively maintained.
- Add note that issues for CNI should be logged in the respective issue
trackers and that Calico is the only CNI we e2e test kubeadm against.
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
+6-17Lines changed: 6 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,12 @@ Cluster DNS (CoreDNS) will not start up before a network is installed.**
276
276
277
277
{{< /caution >}}
278
278
279
+
{{< note >}}
280
+
Currently Calico is the only CNI plugin that the kubeadm project performs e2e tests against.
281
+
If you find an issue related to a CNI plugin you should log a ticket in its respective issue
282
+
tracker instead of the kubeadm or kubernetes issue trackers.
283
+
{{< /note >}}
284
+
279
285
Several external projects provide Kubernetes Pod networks using CNI, some of which also
280
286
support [Network Policy](/docs/concepts/services-networking/networkpolicies/).
281
287
@@ -340,23 +346,6 @@ It implements k8s services and network policies in the user space (on VPP).
340
346
Please refer to this installation guide: [Contiv-VPP Manual Installation](https://github.com/contiv/vpp/blob/master/docs/setup/MANUAL_INSTALL.md)
341
347
{{% /tab %}}
342
348
343
-
{{% tab name="Flannel" %}}
344
-
345
-
For `flannel` to work correctly, you must pass `--pod-network-cidr=10.244.0.0/16` to `kubeadm init`.
346
-
347
-
Make sure that your firewall rules allow UDP ports 8285 and 8472 traffic for all hosts participating in the overlay network. The [Firewall](https://coreos.com/flannel/docs/latest/troubleshooting.html#firewalls) section of Flannel's troubleshooting guide explains about this in more detail.
348
-
349
-
Flannel works on `amd64`, `arm`, `arm64`, `ppc64le` and `s390x` architectures under Linux.
350
-
Windows (`amd64`) is claimed as supported in v0.11.0 but the usage is undocumented.
0 commit comments