-
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
Extract out networking.internal.knative.dev.ClusterIngress
#1963
Comments
/cc |
@josephburnett I'd like to start out from what we can do first. I'd love to discuss more about the queuing capacity needed and follow up with an improvement. |
Plan of implementation based on last WG meetup:
|
Would like to pick up the reconciler tasks once we get the API merged |
/assign |
@tcnghia @lichuqiang Is there more work left here? I think we've landed at least the scope I wanted for 0.2. |
We'll need to consider refactoring the ingress reconciler, hopefully to decouple it from the main controller. |
This was about building the abstraction, and not about decoupling Istio. thanks again, @lichuqiang !!!!! 🎉 |
Expected Behavior
We have
ClusterIngress
that cleanly separates out our Istio Gateway / VirtualService dependency.Actual Behavior
We are generating VirtualServices from our
Route
which has strong coupling withConfiguration
/Revision
.The text was updated successfully, but these errors were encountered: