GatewayAPI
enabled (boolean) β Requiredβ
Descriptionβ
Indicates whether the Gateway API module is enabled (true) or disabled (false).
When enabled, the associated Custom Resource Definitions (CRDs) (such as GatewayClass, Gateway, HTTPRoute, etc.) are installed and available in the cluster.
Exampleβ
enabled: true
π‘ Best Practicesβ
- Enable
enabled: trueto use the new CNCF-standardized network API. - Test the compatibility of resources (
HTTPRoute,TCPRoute,ReferencePolicy, etc.) before migrating fromIngress.