Skip to content

Commit a6bf269

Browse files
authored
Merge pull request #33224 from reylejano/cni-spec
Update network plugins page for cni spec v1.0.0
2 parents 47e8396 + 3f22162 commit a6bf269

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ weight: 10
1414
Kubernetes {{< skew currentVersion >}} supports [Container Network Interface](https://github.com/containernetworking/cni)
1515
(CNI) plugins for cluster networking. You must use a CNI plugin that is compatible with your cluster and that suits your needs. Different plugins are available (both open- and closed- source) in the wider Kubernetes ecosystem.
1616

17-
You must use a CNI plugin that is compatible with the
18-
[v0.4.0](https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md) release of the CNI specification.
17+
You must use a CNI plugin that is compatible with the
18+
[v0.4.0](https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md) or later
19+
releases of the CNI specification. The Kubernetes project recommends using a plugin that is
20+
compatible with the [v1.0.0](https://github.com/containernetworking/cni/blob/spec-v1.0.0/SPEC.md)
21+
CNI specification (plugins can be compatible with multiple spec versions).
1922

2023
<!-- body -->
2124

0 commit comments

Comments
 (0)