Merge pull request #35315 from bishal7679/patch-6

Bump all cniVersion mentions to at least 0.4.0
pull/33825/head
Kubernetes Prow Robot 2022-08-02 21:23:52 -07:00 committed by GitHub
commit 16c5b8e259
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",