From 4ed06c1aa1deb08a4b47ddc1eaaf84b12d167b5c Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 20:28:15 -0500 Subject: [PATCH] Add envoy-gateway to Kiali gateway_api_classes Kiali was reporting "Gateway API Class not found" errors for the envoy-gateway Gateways (gateway/edge and guacamole/guacamole). Explicitly register istio, istio-waypoint, and envoy-gateway classes. Co-Authored-By: Claude Opus 4.6 --- infrastructure/kiali/manifests/kiali-cr.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infrastructure/kiali/manifests/kiali-cr.yaml b/infrastructure/kiali/manifests/kiali-cr.yaml index 57069da..9903181 100644 --- a/infrastructure/kiali/manifests/kiali-cr.yaml +++ b/infrastructure/kiali/manifests/kiali-cr.yaml @@ -26,3 +26,11 @@ spec: enabled: false tracing: enabled: false + istio: + gateway_api_classes: + - class_name: istio + name: Istio + - class_name: istio-waypoint + name: Istio Waypoint + - class_name: envoy-gateway + name: Envoy Gateway