You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore GatewayClass creation — Envoy Gateway chart does not create one
Envoy Gateway installs the GatewayClass CRD but no GatewayClass instance.
Added gateway.createClass (default true) so the first namespace install
creates it; subsequent installs set createClass=false to avoid conflicts.
helm.sh/resource-policy:keep prevents accidental deletion on uninstall.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
For multiple namespaces, the `GatewayClass` only needs to be created once (it is cluster-scoped). Set `gateway.createClass=false` for subsequent installs:
0 commit comments