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
Copy file name to clipboardExpand all lines: content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,11 @@ weight: 10
11
11
12
12
<!-- overview -->
13
13
14
-
{{< feature-state state="alpha" >}}
15
-
{{< caution >}}Alpha features can change rapidly. {{< /caution >}}
16
-
17
14
Network plugins in Kubernetes come in a few flavors:
18
15
19
16
* CNI plugins: adhere to the appc/CNI specification, designed for interoperability.
20
17
* Kubenet plugin: implements basic `cbr0` using the `bridge` and `host-local` CNI plugins
21
18
22
-
23
-
24
19
<!-- body -->
25
20
26
21
## Installation
@@ -166,9 +161,4 @@ This option is provided to the network-plugin; currently **only kubenet supports
166
161
*`--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`.
167
162
*`--network-plugin-mtu=9001` specifies the MTU to use, currently only used by the `kubenet` network plugin.
0 commit comments