Skip to main content
Version: 2.0.2

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: true to use the new CNCF-standardized network API.
  • Test the compatibility of resources (HTTPRoute, TCPRoute, ReferencePolicy, etc.) before migrating from Ingress.