Skip to content

Commit f88456f

Browse files
authored
Merge pull request #36676 from Arhell/pt-upd-v
[pt] bump all cniVersion mentions to at least 0.4.0
2 parents d09dcae + 8b0f49b commit f88456f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pt-br/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Por exemplo:
7272
```json
7373
{
7474
"name": "k8s-pod-network",
75-
"cniVersion": "0.3.0",
75+
"cniVersion": "0.4.0",
7676
"plugins": [
7777
{
7878
"type": "calico",
@@ -113,7 +113,7 @@ exista no diretório de binários do CNI (padrão `/opt/cni/bin`).
113113
```json
114114
{
115115
"name": "k8s-pod-network",
116-
"cniVersion": "0.3.0",
116+
"cniVersion": "0.4.0",
117117
"plugins": [
118118
{
119119
"type": "calico",

0 commit comments

Comments
 (0)