Skip to content

Commit

Permalink
Revert "fix(platform): support bridge in galaxy cni (#1795)"
Browse files Browse the repository at this point in the history
This reverts commit 32fe9a9.
  • Loading branch information
leoryu authored Mar 17, 2022
1 parent 32fe9a9 commit 94255a9
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", "subnetFile":"/run/flannel/subnet.env"},
{"name":"galaxy-flannel","type":"galaxy-flannel", "delegate":{"type":"galaxy-veth"},"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 94255a9

Please sign in to comment.