-
Notifications
You must be signed in to change notification settings - Fork 97
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
"Waiting for controller" when creating gateway in release v0.3.0 #701
Comments
Thanks @kate-osborn. |
@achim92 I wouldn't say that v0.3.0 is broken. Version 0.3.0 supports all the use cases in the examples directory. It can configure NGINX based on the Gateway and HTTPRoutes you have created, it just doesn't set the Accepted condition on the Gateway. So a Gateway can be "accepted" by the controller, but the controller just isn't reporting that status. If you depend on the Accepted condition being set, then yes, you will have to use main until release v0.4.0. We are still working on adding support for all the Gateway API fields, and as of today, we are not fully conformant to the API. In every release, we will add more support for the API. If you want to check our project's compatibility with the API, you can look at the Gateway API Compatibility document for a given release: Edge: https://github.com/nginxinc/nginx-kubernetes-gateway/blob/main/docs/gateway-api-compatibility.md |
Describe the bug
Creating a gateway ends up in "Waiting for controller" when using release v0.3.0.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Gateway is accepted:
Your environment
{"level":"info","ts":"2023-05-31T12:23:39Z","msg":"Starting NGINX Kubernetes Gateway","version":"0.3.0","commit":"288e58f0bd9b974959bedc8a1c3661c9d3b84f9b","date":"2023-04-24T19:00:25Z"}
Additional context
All working fine when using image
ghcr.io/nginxinc/nginx-kubernetes-gateway:edge
The text was updated successfully, but these errors were encountered: