[id] bump all cniVersion mentions to at least 0.4.0
parent
d0f1fdb19e
commit
2dfdbe0955
|
|
@ -50,7 +50,7 @@ Contoh:
|
|||
```json
|
||||
{
|
||||
"name": "k8s-pod-network",
|
||||
"cniVersion": "0.3.0",
|
||||
"cniVersion": "0.4.0",
|
||||
"plugins": [
|
||||
{
|
||||
"type": "calico",
|
||||
|
|
@ -85,7 +85,7 @@ Jika kamu ingin mengaktifkan pembentukan lalu-lintas, kamu harus menambahkan _pl
|
|||
```json
|
||||
{
|
||||
"name": "k8s-pod-network",
|
||||
"cniVersion": "0.3.0",
|
||||
"cniVersion": "0.4.0",
|
||||
"plugins": [
|
||||
{
|
||||
"type": "calico",
|
||||
|
|
|
|||
Loading…
Reference in New Issue