Merge pull request #26262 from chymy/flannel-net-0128

Fix net-conf.json fommat err
This commit is contained in:
Kubernetes Prow Robot
2021-02-01 03:59:49 -08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
@@ -69,7 +69,7 @@ VXLAN/오버레이 네트워킹을 사용하는 경우 [KB4489899](https://suppo
"Network": "10.244.0.0/16",
"Backend": {
"Type": "vxlan",
"VNI" : 4096,
"VNI": 4096,
"Port": 4789
}
}