Skip to content

Commit 759c515

Browse files
authored
Merge pull request #36641 from Arhell/id-bump-v
[id] bump all cniVersion mentions to at least 0.4.0
2 parents 9236e53 + 2dfdbe0 commit 759c515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Contoh:
5050
```json
5151
{
5252
"name": "k8s-pod-network",
53-
"cniVersion": "0.3.0",
53+
"cniVersion": "0.4.0",
5454
"plugins": [
5555
{
5656
"type": "calico",
@@ -85,7 +85,7 @@ Jika kamu ingin mengaktifkan pembentukan lalu-lintas, kamu harus menambahkan _pl
8585
```json
8686
{
8787
"name": "k8s-pod-network",
88-
"cniVersion": "0.3.0",
88+
"cniVersion": "0.4.0",
8989
"plugins": [
9090
{
9191
"type": "calico",

0 commit comments

Comments
 (0)