-
Notifications
You must be signed in to change notification settings - Fork 925
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
Upgrade Knative serving to 0.11.1 #651
Conversation
Thanks @yuzisun ! Putting this on hold for a while until we resolve knative 0.10 move in kfserving /hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yuzisun
I've left a few comments which need to be addressed.
/retest |
a90289c
to
af4705a
Compare
following tests are failing.. |
Here are a couple options
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: animeshsingh 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 |
/unhold |
/retest |
…: Cluster local gateway Istio Gateway manifests This is #876: Cluster local gateway for Istio 1.1.6 Cherry pick of #651 #875 #876 on v1.0-branch. #651: Update kfserving manifests to 0.2.1 #875: Cluster local gateway Istio Gateway manifests This is #876: Cluster local gateway for Istio 1.1.6 (#886) * Update kfserving manifests to 0.2.1 * knative 0.10 upgrade * Update knative test * Upgrade to knative 0.11 * Update knative 0.11.1 tests * Point to kubeflow gateway for kfserving * Cluster local gateway Istio Gateway manifests This is required for KFServing's internal routing * Adds test for cluster-local-gateway * KFServing added to istio-dex config * Corrections to annotations * Adds newlines at the end of the file * Adds horizontal pod autoscaler to cluster local gateway * Cluster local gateway for Istio 1.1.6 * Tests for cluster local gateway istio 1.1.6 * Adds cluster-local-gateway to istio-1.1.6 kfdefs * Deployment spec to apps/v1 * Adds horizontal pod autoscaler to cluster local gateway Co-authored-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Krishna Durai <krishnadurai20@gmail.com>
Which issue is resolved by this Pull Request:
Resolves kserve/kserve#629
Description of your changes:
config-istio
to point to kubeflow gatewayChecklist:
cd manifests/tests
make generate
make test
This change is