Update network-plugins.md

This commit is contained in:
Bishal Das 2022-07-24 19:26:05 +05:30 committed by GitHub
parent 883dcad5d9
commit 779a710bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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",