-
Notifications
You must be signed in to change notification settings - Fork 44
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
Quickstart Started Guide Does Not Work #407
Comments
/assign |
moving task to @kfswain |
/assign Looks like the issue is just running |
We can update the guide with ^ as a temp fix but the guide should be based on a tagged release to ensure stability. We'll need to fix https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/hack/release-quickstart.sh to use the new |
Fixed by: #410 We can make a version-locked variant as well, but that can be a follow up issue |
Here is a quickstart that works for the v0.1.0 release. |
This is addressed now? can we close it? |
What happened:
Followed the steps in the quickstart guide and EPP failed to run as expected due to:
What you expected to happen:
EPP to run and reconcile CRDs.
How to reproduce it (as minimally and precisely as possible):
Follow the guide.
Anything else we need to know?:
The issue is that the quickstart steps are based on the main branch except for the CRD installation that is still using v0.1.0. Additionally, now that the quick moved to
site-src
the release tooling (release-quickstart
) to manage the guide is broken.Environment:
kubectl version
):git describe --tags --dirty --always
):The text was updated successfully, but these errors were encountered: