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": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "azure-vnet",
|
"type": "azure-vnet",
|
||||||
"mode": "bridge",
|
|
||||||
"bridge": "azure0",
|
|
||||||
"multiTenancy":true,
|
"multiTenancy":true,
|
||||||
"enableSnatOnHost":true,
|
"enableSnatOnHost":true,
|
||||||
"enableExactMatchForPodName": true,
|
"enableExactMatchForPodName": true,
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "azure-vnet",
|
"type": "azure-vnet",
|
||||||
"bridge": "azure0",
|
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"portMappings": true,
|
"portMappings": true,
|
||||||
"dns": true
|
"dns": true
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "azure-vnet",
|
"type": "azure-vnet",
|
||||||
"bridge": "azure0",
|
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"portMappings": true,
|
"portMappings": true,
|
||||||
"dns": true
|
"dns": true
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "azure-vnet",
|
"type": "azure-vnet",
|
||||||
"bridge": "azure0",
|
|
||||||
"executionMode": "v4swift",
|
"executionMode": "v4swift",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"portMappings": true,
|
"portMappings": true,
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "azure-vnet",
|
"type": "azure-vnet",
|
||||||
"mode": "bridge",
|
|
||||||
"bridge": "azure0",
|
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"portMappings": true,
|
"portMappings": true,
|
||||||
"dns": true
|
"dns": true
|
||||||
|
@ -45,4 +43,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче