Merge pull request #35315 from bishal7679/patch-6
Bump all cniVersion mentions to at least 0.4.0pull/33825/head
commit
16c5b8e259
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue