Merge pull request #36676 from Arhell/pt-upd-v
[pt] bump all cniVersion mentions to at least 0.4.0pull/36812/head
commit
f88456fc0e
|
@ -72,7 +72,7 @@ Por exemplo:
|
|||
```json
|
||||
{
|
||||
"name": "k8s-pod-network",
|
||||
"cniVersion": "0.3.0",
|
||||
"cniVersion": "0.4.0",
|
||||
"plugins": [
|
||||
{
|
||||
"type": "calico",
|
||||
|
@ -113,7 +113,7 @@ exista no diretório de binários do CNI (padrão `/opt/cni/bin`).
|
|||
```json
|
||||
{
|
||||
"name": "k8s-pod-network",
|
||||
"cniVersion": "0.3.0",
|
||||
"cniVersion": "0.4.0",
|
||||
"plugins": [
|
||||
{
|
||||
"type": "calico",
|
||||
|
|
Loading…
Reference in New Issue