-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gateway API: generate "standard" versions of install manifests #5801
Comments
#5276 |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all Issues. This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
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: