From f45e6955343a2981ca3d3a6a5886b4e3634f305d Mon Sep 17 00:00:00 2001 From: Dennis Marttinen Date: Mon, 7 Oct 2024 15:11:51 +0300 Subject: [PATCH] feat: enable Gateway API support in Cilium Allows the configuration from https://github.com/supernetes/bootstrap/pull/8 to be enacted. Signed-off-by: Dennis Marttinen --- work/supernetes-cluster.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/work/supernetes-cluster.yaml b/work/supernetes-cluster.yaml index 352545e..d6f8780 100644 --- a/work/supernetes-cluster.yaml +++ b/work/supernetes-cluster.yaml @@ -5,6 +5,10 @@ cluster: hardening: enabled: false # Disable NetworkPolicy hardening for evaluation purposes audit-mode: false # Audit mode is not needed without hardening + gateway-api: + enabled: true # Supernetes ingress is provided by Gateway API + host-network: true # Single-node solution, avoid the need for L2 or BGP + privileged-ports: true # Allow Envoy to bind to ports <1024 flux: # Configuration for Flux (GitOps) (optional) # Install specific (extra) Flux components, see https://fluxcd.io/flux/components/ for details components: source-controller,kustomize-controller # (optional)