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 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-10 20:28:15 -05:00
co-authored by Claude Opus 4.6
parent 712307da14
commit 4ed06c1aa1
@@ -26,3 +26,11 @@ spec:
enabled: false enabled: false
tracing: tracing:
enabled: false 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