From 779a710beadac4e57e8987e348508faf20b67614 Mon Sep 17 00:00:00 2001 From: Bishal Das <70086051+bishal7679@users.noreply.github.com> Date: Sun, 24 Jul 2022 19:26:05 +0530 Subject: [PATCH] Update network-plugins.md --- .../extend-kubernetes/compute-storage-net/network-plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 647111b375..38d2c7afbc 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 @@ -67,7 +67,7 @@ For example: ```json { "name": "k8s-pod-network", - "cniVersion": "0.3.0", + "cniVersion": "0.4.0", "plugins": [ { "type": "calico", @@ -106,7 +106,7 @@ If you want to enable traffic shaping support, you must add the `bandwidth` plug ```json { "name": "k8s-pod-network", - "cniVersion": "0.3.0", + "cniVersion": "0.4.0", "plugins": [ { "type": "calico",