-
Notifications
You must be signed in to change notification settings - Fork 905
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 knative and kfserving in AWS kfdef #1041
Conversation
Hi @theofpa. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Then run the command to generate manifests.
|
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.
Need to make the change in source folder
I intentionally left out The The exposed services for observability (kiali, grafana, etc) can be instead exposed through the main |
done in commit a071364 |
Let's hold this PR for a while. Seems v1.0-branch just get updated and pinned manifest doesn't have manifest. need to be careful |
#1072 is merged. @theofpa What's your options on kfserving-gateway? I would suggest we add it for v1.0-branch, since there's blocking issues on knative, it's fine to keep it same as other solutions because this is a temporary solution anyway. Use can still delete public endpoint if they don't like that. Another feedback is let's revert changes to 1.0.0 and 1.0.1 file. I know the scripts auto generate changes there. But we think that's pinned to commit. So let's not touch that. Release team will create a 1.0.2 file with the change. |
/hold |
We should not be updating the v1.0.0 manifests anymore. If this is a candidate for v1.0.2 then we should wait until after the new kfdef files are created and just modify those. |
reverted in f4e0038 |
added the kfserving-gateway in 8a6e0ae The introduction of kfserving-gateway not only introduces a new gateway via a classic unsecured ELB, but also changes the gateway that knative is using, so we can no longer route the inference traffic through the kubeflow-gateway. |
@theofpa Thanks for the change. since v1.0.2 are already in the master. Can you help apply these changes to v1.0.2? Steps:
|
/lgtm |
/hold cancel |
/retest |
/test kubeflow-manifests-presubmit |
/ok-to-test |
@theofpa Can you help rebase upstream master changes? |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardsliu 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 |
/lgtm |
* add knative and kfserving in AWS kfdef * add knative and kfserving in AWS kfdef * add knative, kfserving and gateway in v1.0.2 * revert changes on versions previous than v1.0.2 * run build_kfdef_specs and revert previous versions
* Update resources in pipeline-runner role (#1060) Signed-off-by: Jiaxin Shan <[email protected]> * Update AWS storage options to 1.14 CSI compatible (#1081) * add knative and kfserving in AWS kfdef (#1041) * add knative and kfserving in AWS kfdef * add knative and kfserving in AWS kfdef * add knative, kfserving and gateway in v1.0.2 * revert changes on versions previous than v1.0.2 * run build_kfdef_specs and revert previous versions
Which issue is resolved by this Pull Request:
Resolves #1035
Description of your changes:
Add knative-serving and kfserving manifests to add the CRDs and install knative-serving and kfserving in all AWS kfdefs
Checklist:
cd manifests/tests
make generate-changed-only
make test