From c8f34ff15b9366a51d01b5dd0e5a23841b7e38bc Mon Sep 17 00:00:00 2001 From: "Johannes M. Scheuermann" Date: Mon, 21 Sep 2020 14:17:40 +0200 Subject: [PATCH] Remove CNI alpha warning --- .../compute-storage-net/network-plugins.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md index b32bce83dd..59b9119f13 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md @@ -11,16 +11,11 @@ weight: 10 -{{< feature-state state="alpha" >}} -{{< caution >}}Alpha features can change rapidly. {{< /caution >}} - Network plugins in Kubernetes come in a few flavors: * CNI plugins: adhere to the appc/CNI specification, designed for interoperability. * Kubenet plugin: implements basic `cbr0` using the `bridge` and `host-local` CNI plugins - - ## Installation @@ -166,9 +161,4 @@ This option is provided to the network-plugin; currently **only kubenet supports * `--network-plugin=kubenet` specifies that we use the `kubenet` network plugin with CNI `bridge` and `host-local` plugins placed in `/opt/cni/bin` or `cni-bin-dir`. * `--network-plugin-mtu=9001` specifies the MTU to use, currently only used by the `kubenet` network plugin. - - ## {{% heading "whatsnext" %}} - - -