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 master branch manifests with release-specific commits #42

Conversation

kimwnasptd
Copy link
Contributor

We had some release-specific commits in the previous releases to ensure the web app works alongside a Kubeflow installation. This PR cherry-picks these to the main branch as well, to ensure we can use the manifests from both master and also subsequent releases will include the fixes.

Specifically, I've cherry-picked:

  1. Updating the prefix to /kserve-endpoints/ manifests: Update gateways and prefix #32
  2. Use the kubeflow gateway Update the manifests for KF release #27

I've also included the change for updating the image to v0.8.0. I'll cherry-pick this PR's commit to the release-0.8 branch as well afterwards, since we need the updated /kserve-endpoints/ prefix

/cc @StefanoFioravanzo @pvaneck

Signed-off-by: Kimonas Sotirchos <[email protected]>
* 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]>
* 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]>
@StefanoFioravanzo
Copy link

/lgtm
/approve

@kserve-oss-bot
Copy link
Collaborator

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kserve-oss-bot kserve-oss-bot merged commit 776ece7 into kserve:master Jul 20, 2022
@kimwnasptd kimwnasptd deleted the feature-kimwnasptd-release-0.8-manifests branch July 20, 2022 13:03
kimwnasptd added a commit that referenced this pull request Jul 20, 2022
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants