-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add new quickstart script #373
Add new quickstart script #373
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #373 +/- ##
==========================================
- Coverage 66.03% 65.11% -0.93%
==========================================
Files 35 35
Lines 3795 3795
==========================================
- Hits 2506 2471 -35
- Misses 1105 1130 +25
- Partials 184 194 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
55635be
to
53b3720
Compare
b5670f0
to
9374745
Compare
9374745
to
5d7db6d
Compare
f46767b
to
3709a8b
Compare
👀 |
This seems to fail quite early at the moment with the following message
|
Work in progress fix here #380 |
Is there a previous tag we could use that would keep this working and we can work towards supporting the changes then in a separate release? |
This worked well for me. However I have some local network issues and can't hit endpoints so I was going on the status of the resources and the DNS zone |
Once this merges we need to merge https://github.com/Kuadrant/docs.kuadrant.io/pull/44/files I am updating the quick start doc with the new env vars now |
3709a8b
to
8ae1a31
Compare
8ae1a31
to
e4ae160
Compare
I got through the script and guide to the end.
|
@david-martin good spot. The RLP looks incorrect in the doc, I will update. Actually is looks like they are both getting 2 every 3? Edit: |
This is all working for me. |
going to merge this now we can update the doc if needed afterwards |
/lgtm |
Adds a new quickstart script that can be run via the following command (for now while we wait on the MGC PR Kuadrant/multicluster-gateway-controller#731) we need to set it to use my branch):
You can then follow the guide at https://github.com/Kuadrant/kuadrant-operator/blob/main/doc/user-guides/secure-protect-connect.md
Resolves #370