-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
simplify net-gateway-api install #12386
Conversation
/assign @nak3 |
Codecov Report
@@ Coverage Diff @@
## main #12386 +/- ##
=======================================
Coverage 87.41% 87.41%
=======================================
Files 195 195
Lines 9655 9655
=======================================
Hits 8440 8440
- Misses 931 932 +1
+ Partials 284 283 -1
Continue to review full report at Codecov.
|
Need to fix the actions |
/test pull-knative-serving-gateway-api-latest |
3df4873
to
c8cb927
Compare
/test pull-knative-serving-gateway-api-latest |
/hold going to test the kind setup locally |
c88b96a
to
c68cb55
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0f8d00d
to
889aaf4
Compare
c6920ed
to
b83caac
Compare
- we can reuse net-istio's third_party istio install yaml - use the gateway api crds in third_party - the prior download url didn't work
/test pull-knative-serving-gateway-api-latest |
LGTM. But honestly this ytt & kapp script is too difficult for me to read and I have no confidence to maintain this script. I would like someone who can read this ytt script to review&lgtm 🙏 |
The setup happens in two phases Gather the necessary yamls we require in Lines 170 to 194 in 420a599
This solves your issue because we're installing istio using kapp now vs. |
/hold cancel |
/lgtm |
Include gateway apis's istio as part of the single one shot
kapp
install for our e2e tests