-
Notifications
You must be signed in to change notification settings - Fork 55
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
Refactor reconciler logic #100
Refactor reconciler logic #100
Conversation
Skipping CI for Draft Pull Request. |
/test all |
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.
There are some files missing the license headers while others have.
Do we want to keep it aligned?
done |
Signed-off-by: Vaibhav Jain <[email protected]>
d7d4953
to
1b3a31c
Compare
@vaibhavjainwiz: 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. |
before merge we might need to fix the failing test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidesalerno, spolti, vaibhavjainwiz 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 |
@spolti @davidesalerno could you please share how you test this? I followed the description and it failed to deploy odh-model-controller image. Moreover, it used a stable image, not the image built for this PR. |
@davidesalerno has faced the similiar issue. |
@vaibhavjainwiz @spolti i couldnt test this pr. @spolti please do not leave |
@Jooho I had updated the description for test. Please let me know if you are facing any issue to setup env. |
Description
I had refactor the all reconciliation loops of odh-model-controller by following below guideline:
https://docs.google.com/document/d/1Q7ziQa_DtqtHnP9oWKNVgWNboYL0LhkdsHXl43QtXqI/edit?usp=sharing
Refactoring would fix the #86 issue.
How Has This Been Tested?
https://github.com/opendatahub-io/caikit-tgis-serving/blob/main/demo/kserve/install-manual.md
oc create -f custom-manifests/opendatahub/kserve-dsc.yaml
cmd. Instead create an instance ofDataScienceCluster
using below CRD:https://github.com/opendatahub-io/caikit-tgis-serving/blob/main/demo/kserve/deploy-remove.md
If everything work as mentioned in above step then we are good to go :)
Merge criteria: