From 3252fb1d9e1869624a7e8f3204b8bb4ad920f787 Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Mon, 29 Mar 2021 20:56:15 +0800 Subject: [PATCH] kubeadm: update create-cluster-kubeadm page as kubeadm will not do e2e tests against Calico CNI anymore --- .../tools/kubeadm/create-cluster-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md index a9b37e8167..a5cdecafd7 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md @@ -229,7 +229,7 @@ Cluster DNS (CoreDNS) will not start up before a network is installed.** {{< /caution >}} {{< note >}} -Currently Calico is the only CNI plugin that the kubeadm project performs e2e tests against. +Kubeadm should be CNI agnostic and the validation of CNI providers is out of the scope of our current e2e testing. If you find an issue related to a CNI plugin you should log a ticket in its respective issue tracker instead of the kubeadm or kubernetes issue trackers. {{< /note >}}