Fix the CNI conflist of multitenancy and add the correct ipam type (#1373)
* Fix the CNI conflist of multitenancy and add the correct ipam type * Adding the change to windows
This commit is contained in:
Родитель
f35c92cb99
Коммит
d417856b51
|
@ -12,7 +12,7 @@
|
|||
"enableExactMatchForPodName": false,
|
||||
"enableSnatOnHost":true,
|
||||
"ipam":{
|
||||
"type":"azure-vnet-ipam"
|
||||
"type":"azure-cns"
|
||||
},
|
||||
"dns":{
|
||||
"nameservers":[]
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"portMappings": true
|
||||
},
|
||||
"ipam": {
|
||||
"type": "azure-vnet-ipam"
|
||||
"type": "azure-cns"
|
||||
},
|
||||
"dns": {
|
||||
"Nameservers": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче