Skip to content
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

Update Knative support for Knative 0.8 #1732

Closed
richarddli opened this issue Aug 5, 2019 · 2 comments
Closed

Update Knative support for Knative 0.8 #1732

richarddli opened this issue Aug 5, 2019 · 2 comments
Assignees
Milestone

Comments

@richarddli
Copy link
Contributor

Knative just checked in a change, slated for 0.8 where they have switched from ingresses.networking.internal.knative.dev/ClusterIngress -> ingresses.networking.internal.knative.dev/Ingress. The only difference is that ingresses.networking.internal.knative.dev.Ingress is namespace-scoped.

@concaf concaf self-assigned this Aug 6, 2019
@kflynn kflynn self-assigned this Aug 12, 2019
@kflynn kflynn added this to the santurtzi milestone Aug 14, 2019
@kflynn
Copy link
Member

kflynn commented Aug 14, 2019

This turns out to be a bigger deal than expected. In Knative 0.7.1, you're supposed to "reconcile" Knative ClusterIngress objects to let Knative know that all is well, but Knative would route traffic without reconciliation.

In Knative 0.8.0, no traffic will be routed without marking the Knative Ingress objects as reconciled.

@kflynn
Copy link
Member

kflynn commented Aug 26, 2019

Shipped in 0.76.0.

@kflynn kflynn closed this as completed Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants