canonical / k8s-operator

Machine charm for K8s following the operator framework
Apache License 2.0
4 stars 1 forks source link

Ability to configure cilium option --vlan-bpf-bypass #112

Open hemanthnakkina opened 4 months ago

hemanthnakkina commented 4 months ago

Enhancement Proposal

Cilium failed to start when the primary bond has more than 5 VLANs. This requires to configure cilium charm --vlan-bpf-bypass option.

[1] https://docs.cilium.io/en/stable/configuration/vlan-802.1q/

ktsakalozos commented 4 months ago

@hemanthnakkina do you want to set this option to specific vlans or would a --vlan-bpf-bypass=0 be good for you (allow all VLAN tags)?

hemanthnakkina commented 4 months ago

--vlan-bpf-bypass=0 should be good as the scenario is primary interface has more than 5 VLANs.