-
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
Release 0.12.0 main sync #224
Merged
israel-hdez
merged 20 commits into
opendatahub-io:release-0.12.0
from
israel-hdez:release-0.12.0-main-sync
Jun 19, 2024
Merged
Release 0.12.0 main sync #224
israel-hdez
merged 20 commits into
opendatahub-io:release-0.12.0
from
israel-hdez:release-0.12.0-main-sync
Jun 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Vaibhav Jain <vajain@redhat.com>
Signed-off-by: Vaibhav Jain <vajain@redhat.com>
Upgrade kserve version to v0.12.1 in odh-model-controller
Signed-off-by: Vaibhav Jain <vajain@redhat.com>
…ler operator chore: Allow to set the engine for the make container build and push goals Signed-off-by: Spolti <fspolti@redhat.com>
[RHOAIENG-7484] - make container builder configurable for odh-control…
Currently, odh-model-controller is editing the `ServiceMeshMemberRoll` resource to enroll and remove namespaces from the service mesh. Unfortunately, such resource is typically managed by a mesh administrator (it is unique per control plane), and it is not expected to be edited by 3rd parties. With these changes odh-model-controller will stop doing changes to the `ServiceMeshMemberRoll` resource. Instead, namespaces are enrolled to the mesh by using the `ServiceMeshMember` resource (no `Roll` suffix). This resource is created inside the namespace that is wanted to be enrolled to the mesh. Unfortunately, it is not possible to migrate previous setups to the `ServiceMeshMember` resource. Since the `ServiceMeshMemberRoll` resource is unique per mesh control plane, it is not possible to determine if a namespace was enrolled by odh-model-controller or if it was enrolled by the user. Thus, a migration is more risky than leaving the SMCP as is (i.e. there is the risk to remove namespaces where there are no InferenceServices, but the user enrolled and mesh features are needed there). Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
Signed-off-by: Killian Golds <kgolds@redhat.com> Updated Query titles and fixed Memory Utilization metric query.
Use ServiceMeshMember resources to enroll namespaces to the service mesh
Fix performance issues in odh model controller
Adding JSON files for Prometheus queries for Runtimes.
Signed-off-by: Christina Xu <chrxu@redhat.com>
…standalone Add Caikit Standalone template
Signed-off-by: Daniele Trifirò <dtrifiro@redhat.com>
the idea is to move probes to the InferenceService definitions instead Signed-off-by: Daniele Trifirò <dtrifiro@redhat.com>
…mplate fix vllm template
Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: israel-hdez 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 |
israel-hdez
merged commit Jun 19, 2024
56c75d0
into
opendatahub-io:release-0.12.0
4 of 5 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.