Skip to content
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

Check by default if gateway api crds are installed #898

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

jcmoraisjr
Copy link
Owner

Change default value of --watch-gateway command-line option to true, so try to listen to gateway API CRDs by default. This new implementation will skip registration of listers and informers if the crds are not installed in the server, contrary to v0.13 which would always try to register them.

There is a backward incompatibility, a v0.13 controller that doesn't declare the command-line option would ignore gateway api resources, while v0.14 would find and configure them by default.

Change default value of `--watch-gateway` command-line option to true,
so try to listen to gateway API CRDs by default. This new implementation
will skip registration of listers and informers if the crds are not
installed in the server, contrary to v0.13 which would always try to register them.

There is a backward incompatibility, a v0.13 controller that doesn't
declare the command-line option would ignore gateway api resources,
while v0.14 would find and configure them by default.
@jcmoraisjr jcmoraisjr merged commit 98b8a99 into master Feb 4, 2022
@jcmoraisjr jcmoraisjr deleted the jm-check-gateway-default branch February 4, 2022 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant