Merge pull request #36641 from Arhell/id-bump-v
[id] bump all cniVersion mentions to at least 0.4.0
This commit is contained in:
commit
759c515720
|
@ -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