Skip to content

Commit

Permalink
fix(installer): update galaxy network conf (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huimintai authored and huxiaoliang committed May 24, 2022
1 parent 18179db commit 08c5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/provider/baremetal/phases/galaxy/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ data:
{
"NetworkConf":[
{"name":"tke-route-eni","type":"tke-route-eni","eni":"eth1","routeTable":1},
{"name":"galaxy-flannel","type":"galaxy-flannel", "delegate":{"isDefaultGateway":true},"subnetFile":"/run/flannel/subnet.env"},
{"name":"galaxy-flannel","type":"galaxy-flannel", "delegate":{"isDefaultGateway":true, "promiscMode":true, "hairpinMode":false},"subnetFile":"/run/flannel/subnet.env"},
{"name":"galaxy-k8s-vlan","type":"galaxy-k8s-vlan", "device":"{{ .DeviceName }}", "default_bridge_name": "br0"},
{"name":"galaxy-k8s-sriov","type": "galaxy-k8s-sriov", "device": "{{ .DeviceName }}", "vf_num": 10}
],
Expand Down

0 comments on commit 08c5599

Please sign in to comment.