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

Fix kserve upgrade script and update kserve diagram #2702

Merged

Conversation

sivanantha321
Copy link
Contributor

Which issue is resolved by this Pull Request:
Resolves #
Kserve recently renamed the release artifact from kserve-runtimes.yaml to kserve-cluster-resources.yaml. However, the Makefile still references the old one. This PR resolves this issue.

This PR also updates the kserve diagram.

Description of your changes:

Checklist:

  • Unit tests pass:
    Make sure you have installed kustomize == 5.2.1+
    1. make generate-changed-only
    2. make test

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
@juliusvonkohout
Copy link
Member

Hhm on a first glimpse it looks as if there are synchronisation scripts in two places. @rimolive we probably should take a closer look

@juliusvonkohout
Copy link
Member

It is definitely not perfect, but at least an improvement. Ill remove the makefile in another PR since we have the synchronization script.

/lgtm
/approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: juliusvonkohout, sivanantha321

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

@google-oss-prow google-oss-prow bot merged commit 699fd49 into kubeflow:master May 7, 2024
5 checks passed
juliusvonkohout pushed a commit that referenced this pull request May 13, 2024
* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
google-oss-prow bot pushed a commit that referenced this pull request May 13, 2024
* Fix kserve upgrade script and update kserve diagram (#2702)

* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update cert-manager to 1.14.5 (#2703)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade bentoml to 1.2.28 and 1.1.21 (#2704)

* Upgrade bentoml to 1.2.28 and 1.1.21

Signed-off-by: Andrea Lamparelli <[email protected]>

* Bentoml skip broken curl in kind test

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Refactor test workflows  (#2693)

* Renamed workflow files
* Fixed dependency files
* Upgrade actions/checkout to v4

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update readme (#2707)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade dex to 2.39.1 (#2710)

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade knative to v1.12.4 (#2709)

* Add common/knative sync script

Signed-off-by: Andrea Lamparelli <[email protected]>

* Update common/knative manifests from v1.12.4/v1.12.6

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: Andrea Lamparelli <[email protected]>
Co-authored-by: Sivanantham <[email protected]>
Co-authored-by: Andrea Lamparelli <[email protected]>
google-oss-prow bot pushed a commit that referenced this pull request May 13, 2024
* Fix kserve upgrade script and update kserve diagram (#2702)

* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* update cert-manager to 1.14.5 (#2703)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade bentoml to 1.2.28 and 1.1.21 (#2704)

* Upgrade bentoml to 1.2.28 and 1.1.21

Signed-off-by: Andrea Lamparelli <[email protected]>

* Bentoml skip broken curl in kind test

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>

* Refactor test workflows  (#2693)

* Renamed workflow files
* Fixed dependency files
* Upgrade actions/checkout to v4

Signed-off-by: Andrea Lamparelli <[email protected]>

* update readme (#2707)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade dex to 2.39.1 (#2710)

Signed-off-by: Andrea Lamparelli <[email protected]>

* Upgrade knative to v1.12.4 (#2709)

* Add common/knative sync script

Signed-off-by: Andrea Lamparelli <[email protected]>

* Update common/knative manifests from v1.12.4/v1.12.6

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>

* Fixes for dco changes (#2713)

* Fix kserve upgrade script and update kserve diagram (#2702)

* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update cert-manager to 1.14.5 (#2703)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade bentoml to 1.2.28 and 1.1.21 (#2704)

* Upgrade bentoml to 1.2.28 and 1.1.21

Signed-off-by: Andrea Lamparelli <[email protected]>

* Bentoml skip broken curl in kind test

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Refactor test workflows  (#2693)

* Renamed workflow files
* Fixed dependency files
* Upgrade actions/checkout to v4

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update readme (#2707)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade dex to 2.39.1 (#2710)

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade knative to v1.12.4 (#2709)

* Add common/knative sync script

Signed-off-by: Andrea Lamparelli <[email protected]>

* Update common/knative manifests from v1.12.4/v1.12.6

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: Andrea Lamparelli <[email protected]>
Co-authored-by: Sivanantham <[email protected]>
Co-authored-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: Andrea Lamparelli <[email protected]>
Co-authored-by: Sivanantham <[email protected]>
Co-authored-by: Andrea Lamparelli <[email protected]>
doncorsean pushed a commit to doncorsean/kubeflow-manifests that referenced this pull request Jul 18, 2024
* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
doncorsean pushed a commit to doncorsean/kubeflow-manifests that referenced this pull request Jul 18, 2024
* Fix kserve upgrade script and update kserve diagram (kubeflow#2702)

* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update cert-manager to 1.14.5 (kubeflow#2703)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade bentoml to 1.2.28 and 1.1.21 (kubeflow#2704)

* Upgrade bentoml to 1.2.28 and 1.1.21

Signed-off-by: Andrea Lamparelli <[email protected]>

* Bentoml skip broken curl in kind test

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Refactor test workflows  (kubeflow#2693)

* Renamed workflow files
* Fixed dependency files
* Upgrade actions/checkout to v4

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update readme (kubeflow#2707)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade dex to 2.39.1 (kubeflow#2710)

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade knative to v1.12.4 (kubeflow#2709)

* Add common/knative sync script

Signed-off-by: Andrea Lamparelli <[email protected]>

* Update common/knative manifests from v1.12.4/v1.12.6

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: Andrea Lamparelli <[email protected]>
Co-authored-by: Sivanantham <[email protected]>
Co-authored-by: Andrea Lamparelli <[email protected]>
rimolive pushed a commit to rimolive/manifests that referenced this pull request Aug 19, 2024
* Fix kserve upgrade script and update kserve diagram (kubeflow#2702)

* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* update cert-manager to 1.14.5 (kubeflow#2703)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade bentoml to 1.2.28 and 1.1.21 (kubeflow#2704)

* Upgrade bentoml to 1.2.28 and 1.1.21

Signed-off-by: Andrea Lamparelli <[email protected]>

* Bentoml skip broken curl in kind test

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>

* Refactor test workflows  (kubeflow#2693)

* Renamed workflow files
* Fixed dependency files
* Upgrade actions/checkout to v4

Signed-off-by: Andrea Lamparelli <[email protected]>

* update readme (kubeflow#2707)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade dex to 2.39.1 (kubeflow#2710)

Signed-off-by: Andrea Lamparelli <[email protected]>

* Upgrade knative to v1.12.4 (kubeflow#2709)

* Add common/knative sync script

Signed-off-by: Andrea Lamparelli <[email protected]>

* Update common/knative manifests from v1.12.4/v1.12.6

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>

* Fixes for dco changes (kubeflow#2713)

* Fix kserve upgrade script and update kserve diagram (kubeflow#2702)

* Fix kserve upgrade script and update kserve diagram

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

* Update Readme

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update cert-manager to 1.14.5 (kubeflow#2703)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade bentoml to 1.2.28 and 1.1.21 (kubeflow#2704)

* Upgrade bentoml to 1.2.28 and 1.1.21

Signed-off-by: Andrea Lamparelli <[email protected]>

* Bentoml skip broken curl in kind test

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Refactor test workflows  (kubeflow#2693)

* Renamed workflow files
* Fixed dependency files
* Upgrade actions/checkout to v4

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* update readme (kubeflow#2707)

Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade dex to 2.39.1 (kubeflow#2710)

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Upgrade knative to v1.12.4 (kubeflow#2709)

* Add common/knative sync script

Signed-off-by: Andrea Lamparelli <[email protected]>

* Update common/knative manifests from v1.12.4/v1.12.6

Signed-off-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Andrea Lamparelli <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: Andrea Lamparelli <[email protected]>
Co-authored-by: Sivanantham <[email protected]>
Co-authored-by: Andrea Lamparelli <[email protected]>

---------

Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: Andrea Lamparelli <[email protected]>
Co-authored-by: Sivanantham <[email protected]>
Co-authored-by: Andrea Lamparelli <[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.

2 participants