Remove bridgeName field from CNI windows conflist files (#3135)
remove bridgeName field from CNI windows conflist files
This commit is contained in:
Родитель
585245ac0d
Коммит
5d4c4dc304
|
@ -4,8 +4,6 @@
|
|||
"plugins": [
|
||||
{
|
||||
"type": "azure-vnet",
|
||||
"mode": "bridge",
|
||||
"bridge": "azure0",
|
||||
"multiTenancy":true,
|
||||
"enableSnatOnHost":true,
|
||||
"enableExactMatchForPodName": true,
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"plugins": [
|
||||
{
|
||||
"type": "azure-vnet",
|
||||
"bridge": "azure0",
|
||||
"capabilities": {
|
||||
"portMappings": true,
|
||||
"dns": true
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"plugins": [
|
||||
{
|
||||
"type": "azure-vnet",
|
||||
"bridge": "azure0",
|
||||
"capabilities": {
|
||||
"portMappings": true,
|
||||
"dns": true
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"plugins": [
|
||||
{
|
||||
"type": "azure-vnet",
|
||||
"bridge": "azure0",
|
||||
"executionMode": "v4swift",
|
||||
"capabilities": {
|
||||
"portMappings": true,
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
"plugins": [
|
||||
{
|
||||
"type": "azure-vnet",
|
||||
"mode": "bridge",
|
||||
"bridge": "azure0",
|
||||
"capabilities": {
|
||||
"portMappings": true,
|
||||
"dns": true
|
||||
|
@ -45,4 +43,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче