Gateway API: generate "standard" versions of install manifests #5801
Labels
area/deployment
Issues or PRs related to deployment tooling or infrastructure.
area/gateway-api
Issues or PRs related to the Gateway (Gateway API working group) API.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Currently, Contour uses the experimental Gateway API channel when generating its YAML manifests. However, with Gateway API v1.0 approaching, many users may prefer only to use the standard channel resources. This is already possible with Contour, by installing the standard Gateway API channel separately and then disabling the non-standard resources using CLI flags to
contour serve
. It'd be nice if we could provide this out of the box by generating a standard channel-based version of the YAML, that includes setting those CLI flags. The experimental version should remain available as well for folks who prefer to stay on the bleeding edge.Note, #5276 is a partial blocker to doing this for the Gateway provisioner since we don't currently have a way to disable the experimental resources for dynamically provisioned contour gateways.
The text was updated successfully, but these errors were encountered: