Skip to content

Commit

Permalink
fix(platform): support bridge in galaxy cni (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu committed Mar 16, 2022
1 parent 1392241 commit 32fe9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/provider/baremetal/phases/galaxy/template.go
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":{"type":"galaxy-veth"},"subnetFile":"/run/flannel/subnet.env"},
{"name":"galaxy-flannel","type":"galaxy-flannel", "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 32fe9a9

Please sign in to comment.