-
Notifications
You must be signed in to change notification settings - Fork 44
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 the manifests for KF release #27
Update the manifests for KF release #27
Conversation
Signed-off-by: Kimonas Sotirchos <[email protected]>
Signed-off-by: Kimonas Sotirchos <[email protected]>
/lgtm |
@StefanoFioravanzo: changing LGTM is restricted to collaborators In response to this:
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kimwnasptd, StefanoFioravanzo 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 |
Is @StefanoFioravanzo in the Kserve org? Looks like he's not a collaborator for this repo, so he can't do lgtm |
/lgtm |
Ah, this makes sense. Thanks! |
* rename web-app to base in manifests Signed-off-by: Kimonas Sotirchos <[email protected]> * rename the path of the app Signed-off-by: Kimonas Sotirchos <[email protected]>
* manifests: Update to v0.8.0 tag Signed-off-by: Kimonas Sotirchos <[email protected]> * manifests: Update gateways and prefix (#32) * manifests: Use explicit gateways Replace the variable substitution for the web app and hardcode the Gateway that will be used in each case. Signed-off-by: Kimonas Sotirchos <[email protected]> * manifests: Set the prefix in the backend The backend should also be aware of the prefix in order to configure the frontend files accordingly. Signed-off-by: Kimonas Sotirchos <[email protected]> * Update the manifests for KF release (#27) * rename web-app to base in manifests Signed-off-by: Kimonas Sotirchos <[email protected]> * rename the path of the app Signed-off-by: Kimonas Sotirchos <[email protected]>
* manifests: Update to v0.8.0 tag Signed-off-by: Kimonas Sotirchos <[email protected]> * manifests: Update gateways and prefix (#32) * manifests: Use explicit gateways Replace the variable substitution for the web app and hardcode the Gateway that will be used in each case. Signed-off-by: Kimonas Sotirchos <[email protected]> * manifests: Set the prefix in the backend The backend should also be aware of the prefix in order to configure the frontend files accordingly. Signed-off-by: Kimonas Sotirchos <[email protected]> * Update the manifests for KF release (#27) * rename web-app to base in manifests Signed-off-by: Kimonas Sotirchos <[email protected]> * rename the path of the app Signed-off-by: Kimonas Sotirchos <[email protected]>
This is a small PR to get the manifests of the web app ready for a KF installation kubeflow/manifests#2110
The PR does the following changes:
kserve-endpoints
web-app
tobase
I also believe we should have a discussion around the nomenclature of the project. I think the naming
endpoints
is a better fit for the app and the InferenceService objects it manages. Let's discuss this more in a concrete issue.