-
Notifications
You must be signed in to change notification settings - Fork 65
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
Prepare kubeflow manifest for release #794
Conversation
18463ea
to
24dbc37
Compare
Great work @lucferbux ! I've tested this locally and got it working after apply kubeflow/manifests#2989 ! |
Also, from /ui make kubeflow-deployment worked for me! @lucferbux as a FUP PR, we should add this option to UI readme. |
/approve |
/lgtm |
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.
@ederign @lucferbux overall LGTM but I believe the instruction "stable" should PATCH the existing KF Dashboard ConfigMap; am I right? Otherwise, newer modification to the CM by the platform would be elided by this version in its entirety.
Please log this as a TODO task.
Then, I'm happy to merge this PR (and the TODO task github issue could be dealt with separately)
wdyt?
That's a great suggestion, and yeah, I just copied the overlay of kserve but then I realize they have in in centraldashboard which is weird, https://github.com/kubeflow/manifests/blob/master/apps/centraldashboard/upstream/overlays/kserve/patches/configmap.yaml Let me rework that and test the tag release and it would be ready to go, thanks a log @tarilabs |
it's good with me if you want to work on this now, or later. Up to you when is most suitable. Just lmk again when time to merge this PR |
Signed-off-by: lucferbux <[email protected]>
24dbc37
to
4741844
Compare
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.
@tarilabs @lucferbux I did the installation again and can confirm that it works. (I didn't tested the gh action) |
/approve |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ederign, tarilabs 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 |
Description
Prepare kubeflow manifests for release adding a kubeflow manifest and allowing tagging in images
How Has This Been Tested?
Note: I still need to test the tag in my local environment
Test deployment just following the instructions
Merge criteria:
DCO
check)If you have UI changes