Added bootstrap folder and gateway controller

This commit is contained in:
2026-05-18 18:07:35 -05:00
parent 06db61c6c0
commit 025e9a8f1c
2 changed files with 109 additions and 74 deletions

View File

@@ -0,0 +1,15 @@
# ------------------------------------------------------------------------------
# Cilium GatewayClass
#
# Applied once during cluster bootstrap — before ArgoCD takes over.
# The Cilium operator manages this object once created but does NOT
# auto-create it. Must exist before any Gateway or HTTPRoute resources.
#
# Apply: kubectl apply -f cluster/bootstrap/gatewayclass.yaml
# ------------------------------------------------------------------------------
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: cilium
spec:
controllerName: io.cilium/gateway-controller