Skip to content

Commit 16c5b8e

Browse files
authored
Merge pull request #35315 from bishal7679/patch-6
Bump all cniVersion mentions to at least 0.4.0
2 parents e1befb6 + 779a710 commit 16c5b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For example:
6767
```json
6868
{
6969
"name": "k8s-pod-network",
70-
"cniVersion": "0.3.0",
70+
"cniVersion": "0.4.0",
7171
"plugins": [
7272
{
7373
"type": "calico",
@@ -106,7 +106,7 @@ If you want to enable traffic shaping support, you must add the `bandwidth` plug
106106
```json
107107
{
108108
"name": "k8s-pod-network",
109-
"cniVersion": "0.3.0",
109+
"cniVersion": "0.4.0",
110110
"plugins": [
111111
{
112112
"type": "calico",

0 commit comments

Comments
 (0)