istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/custom-gw-classname.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: traffic-management 4 releaseNotes: 5 - | 6 **Added** an environment variable for istiod `PILOT_GATEWAY_API_DEFAULT_GATEWAYCLASS_NAME` that allows overriding the name of the default `GatewayClass` Gateway API resource. The default value is `istio`. 7 **Added** an environment variable for istiod `PILOT_GATEWAY_API_CONTROLLER_NAME` that allows overriding the name of the Istio Gateway API controller as exposed in the `spec.controllerName` field in the `GatewayClass` resource. The default value is `istio.io/gateway-controller`.