feat: support enabling the Cilium BGP Control Plane #151
check.yaml
on: pull_request
Conformance
41s
Python Linting
7s
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
|