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.