File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
bindata/network/ovn-kubernetes Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -701,11 +701,11 @@ data:
701701
702702 ovn_v4_transit_switch_subnet_opt=
703703 if [[ "{{.V4TransitSwitchSubnet}}" != "" ]]; then
704- ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-switch- subnet {{.V4TransitSwitchSubnet}}"
704+ ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-subnet {{.V4TransitSwitchSubnet}}"
705705 fi
706706 ovn_v6_transit_switch_subnet_opt=
707707 if [[ "{{.V6TransitSwitchSubnet}}" != "" ]]; then
708- ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-switch- subnet {{.V6TransitSwitchSubnet}}"
708+ ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-subnet {{.V6TransitSwitchSubnet}}"
709709 fi
710710
711711 exec /usr/bin/ovnkube \
Original file line number Diff line number Diff line change @@ -166,11 +166,11 @@ spec:
166166
167167 ovn_v4_transit_switch_subnet_opt=
168168 if [[ "{{.V4TransitSwitchSubnet}}" != "" ]]; then
169- ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-switch- subnet {{.V4TransitSwitchSubnet}}"
169+ ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-subnet {{.V4TransitSwitchSubnet}}"
170170 fi
171171 ovn_v6_transit_switch_subnet_opt=
172172 if [[ "{{.V6TransitSwitchSubnet}}" != "" ]]; then
173- ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-switch- subnet {{.V6TransitSwitchSubnet}}"
173+ ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-subnet {{.V6TransitSwitchSubnet}}"
174174 fi
175175
176176 dns_name_resolver_enabled_flag=
Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ spec:
117117
118118 ovn_v4_transit_switch_subnet_opt=
119119 if [[ "{{.V4TransitSwitchSubnet}}" != "" ]]; then
120- ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-switch- subnet {{.V4TransitSwitchSubnet}}"
120+ ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-subnet {{.V4TransitSwitchSubnet}}"
121121 fi
122122 ovn_v6_transit_switch_subnet_opt=
123123 if [[ "{{.V6TransitSwitchSubnet}}" != "" ]]; then
124- ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-switch- subnet {{.V6TransitSwitchSubnet}}"
124+ ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-subnet {{.V6TransitSwitchSubnet}}"
125125 fi
126126
127127 dns_name_resolver_enabled_flag=
Original file line number Diff line number Diff line change @@ -520,11 +520,11 @@ spec:
520520
521521 ovn_v4_transit_switch_subnet_opt=
522522 if [[ "{{.V4TransitSwitchSubnet}}" != "" ]]; then
523- ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-switch- subnet {{.V4TransitSwitchSubnet}}"
523+ ovn_v4_transit_switch_subnet_opt="--cluster-manager-v4-transit-subnet {{.V4TransitSwitchSubnet}}"
524524 fi
525525 ovn_v6_transit_switch_subnet_opt=
526526 if [[ "{{.V6TransitSwitchSubnet}}" != "" ]]; then
527- ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-switch- subnet {{.V6TransitSwitchSubnet}}"
527+ ovn_v6_transit_switch_subnet_opt="--cluster-manager-v6-transit-subnet {{.V6TransitSwitchSubnet}}"
528528 fi
529529
530530 exec /usr/bin/hybrid-overlay-node --node "${K8S_NODE}" \
You can’t perform that action at this time.
0 commit comments