Skip to content

feat: support enabling the Cilium BGP Control Plane #151

feat: support enabling the Cilium BGP Control Plane

feat: support enabling the Cilium BGP Control Plane #151

Triggered via pull request January 2, 2025 11:51
@twelhotwelho
opened #32
bgp
Status Failure
Total duration 51s
Artifacts

check.yaml

on: pull_request
Conformance
41s
Conformance
Python Linting
7s
Python Linting
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
/home/runner/work/talos-bootstrap/talos-bootstrap/bootstrap.py#L487
] if bgp := config["cluster"]["cilium"].get("bgp"): if bgp["enabled"]: cilium_opts += [ - "bgpControlPlane.enabled=true", # Enable BGP Control Plane + "bgpControlPlane.enabled=true", # Enable BGP Control Plane ] # Normally Envoy has SYS_ADMIN, but that can be replaced with PERFMON and BPF, see # https://github.com/cilium/cilium/blob/v1.16.1/install/kubernetes/cilium/values.yaml#L2263-L2271 envoy_caps = ["NET_ADMIN", "PERFMON", "BPF"]
bootstrap.py#L492
At least two spaces before inline comment (E261)
Python Linting
Linting failures detected. See check runs with annotations for details.
Python Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Conformance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636