123456789101112131415161718192021222324 |
- k8sServiceHost: "201:c18b:10f7:a21:ac2c:cc10:f3e:64e6"
- k8sServicePort: "6443"
- # -- This feature set enables virtual BGP routers to be created via
- # CiliumBGPPeeringPolicy CRDs.
- bgpControlPlane:
- # -- Enables the BGP control plane.
- enabled: true
- # -- Configure BGP
- bgp:
- # -- Enable BGP support inside Cilium; embeds a new ConfigMap for BGP inside
- # cilium-agent and cilium-operator
- enabled: true
- announce:
- # -- Enable allocation and announcement of service LoadBalancer IPs
- loadbalancerIP: true
- cluster:
- name: "cluster2"
- id: 2
- ipv4NativeRoutingCIDR: 10.42.0.0/16
|