Skip to content

Commit c8f34ff

Browse files
committed
Remove CNI alpha warning
1 parent 6d73873 commit c8f34ff

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ weight: 10
1111

1212
<!-- overview -->
1313

14-
{{< feature-state state="alpha" >}}
15-
{{< caution >}}Alpha features can change rapidly. {{< /caution >}}
16-
1714
Network plugins in Kubernetes come in a few flavors:
1815

1916
* CNI plugins: adhere to the appc/CNI specification, designed for interoperability.
2017
* Kubenet plugin: implements basic `cbr0` using the `bridge` and `host-local` CNI plugins
2118

22-
23-
2419
<!-- body -->
2520

2621
## Installation
@@ -166,9 +161,4 @@ This option is provided to the network-plugin; currently **only kubenet supports
166161
* `--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`.
167162
* `--network-plugin-mtu=9001` specifies the MTU to use, currently only used by the `kubenet` network plugin.
168163

169-
170-
171164
## {{% heading "whatsnext" %}}
172-
173-
174-

0 commit comments

Comments
 (0)