Conversation
- Update all HTTPRoute parentRefs from kgateway-system to envoy-gateway-system - ArgoCD, Gitea, Openbao, Keycloak, and MinIO HTTPRoutes updated - Maintains exact functionality while pointing to new envoy-gateway location - Part of kgateway to envoy-gateway v1.7.1 migration Files updated: - sources/argocd-config/http-route.yaml - sources/gitea-config/templates/gitea-httproute.yaml - sources/keycloak-config/templates/keycloak-httproute.yaml - sources/minio-tenant-config/templates/minio-httproute.yaml - sources/openbao-config/0.1.0/templates/openbao-httproute.yaml
…uth.yaml for clarity
- Add explicit Namespace resource creation before other resources - Remove redundant namespace creation logic from script - Add proper error handling for missing namespace - Ensures namespace exists before ServiceAccount and Job creation
…pace first" This reverts commit 45cc49b.
|
Validated this branch locally on a Kind cluster with envoy-gateway. Everything works end-to-end. Added one commit to enable A few questions while reviewing the diff: 1. Duplicate SecurityPolicy for ExtAuth 2. TLS migration jobs are not in ArgoCD 3. TLS jobs assume migration from kgateway |
Validated locally (local Kind cluster, envoy-gateway branch):
is working correctly
Change added in this branch:
envoy-gateway-system — without this, HTTPRoutes for deployed models were not being created
Still to validate on hosted cluster: