-
Notifications
You must be signed in to change notification settings - Fork 152
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 manifests for odh-model-controller and model-mesh #639
add manifests for odh-model-controller and model-mesh #639
Conversation
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
Skipping CI for Draft Pull Request. |
Custom ODH operator image was built with the following settings in
|
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
@VedantMahabaleshwarkar Can you also fix the linter issues? |
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: VaishnaviHire 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 |
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
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.
/lgtm
@VedantMahabaleshwarkar: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/test opendatahub-operator-e2e |
Tests successful locally /lgtm |
…#639) * add manifests for odh-model-controller and model-mesh Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com> * update correct release branches for modelmesh Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com> * fix odh-model-controller not getting uninstalled Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com> * fix lint Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com> * correct release branch for modelmesh to 0.11.0 Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com> * support adding multiple repos in modelmesh devFlags Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com> --------- Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com> (cherry picked from commit 2231cba)
Description
get_all_manifests.sh
Testing
The testing for this PR is to be done along with the testing for this and this PR since they target the same set of overall changes.
The ODH operator image has been built with the following changes :
quay.io/vedantm/odh-model-controller:remove-kserve-flag
which contains the changes for this PR.How Has This Been Tested?
ModelMesh testing
git clone git@github.com:VedantMahabaleshwarkar/opendatahub-operator.git
cd opendatahub-operator
transition
make deploy -e IMG=quay.io/vedantm/opendatahub-operator:version_builtin
opendatahub-operator-system
with the imagequay.io/vedantm/opendatahub-operator:version_builtin
opendatahub
Kserve testing
git clone git@github.com:VedantMahabaleshwarkar/opendatahub-operator.git
cd opendatahub-operator
transition
make deploy -e IMG=quay.io/vedantm/opendatahub-operator:version_builtin
opendatahub-operator-system
with the imagequay.io/vedantm/opendatahub-operator:version_builtin
opendatahub
Merge criteria: