forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Code sync with upstream #133
Merged
openshift-merge-bot
merged 40 commits into
opendatahub-io:master
from
israel-hdez:odh-kserve-sync
Nov 24, 2023
Merged
Code sync with upstream #133
openshift-merge-bot
merged 40 commits into
opendatahub-io:master
from
israel-hdez:odh-kserve-sync
Nov 24, 2023
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
Make storage initializer crd configurable Signed-off-by: Dan Sun <[email protected]>
…rve#3155) * Update feature_request.md Signed-off-by: Christian Kadner <[email protected]> * Rewording Signed-off-by: Christian Kadner <[email protected]> --------- Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
* Unpack archive files for hdfs Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Resolve comments Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]> Co-authored-by: nayak <[email protected]>
Signed-off-by: Rachit Chauhan <[email protected]>
* quick install: set -o pipefail Signed-off-by: Daniele Trifirò <[email protected]> * quick install: fix KUBE_VERSION command `kubectl version --short` is deprecated and results in errors for some `kubectl` versions. See kubernetes/kubectl@e0816cb Signed-off-by: Daniele Trifirò <[email protected]> --------- Signed-off-by: Daniele Trifirò <[email protected]>
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
* Generate client-go Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Generate manifests Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: jooho <[email protected]>
* Refactor autoscaler functionality into an interface. Add no-op autoscaler so users disable creation of autoscaler resources. Add AutoscalerClassNone feature with test cases Signed-off-by: jooho <[email protected]> Signed-off-by: Dan Sun <[email protected]> Signed-off-by: Andrews Arokiam <[email protected]> * Rollback getHPAMetrics to set ScaleTarget,ScaleMetric Signed-off-by: jooho <[email protected]> Signed-off-by: Dan Sun <[email protected]> Signed-off-by: Andrews Arokiam <[email protected]> * Fix merge conflict Signed-off-by: Dan Sun <[email protected]> Signed-off-by: Andrews Arokiam <[email protected]> * Fix autoscaler api group Signed-off-by: Dan Sun <[email protected]> Signed-off-by: Andrews Arokiam <[email protected]> * Fix autoscaler merge Signed-off-by: Dan Sun <[email protected]> Signed-off-by: Andrews Arokiam <[email protected]> * Fix autoscaling tests Signed-off-by: Dan Sun <[email protected]> Signed-off-by: Andrews Arokiam <[email protected]> * Updated hpa disable test. Signed-off-by: Andrews Arokiam <[email protected]> * Replaced "AutoscalerClassNone" with "AutoscalerClassExternal" Signed-off-by: Andrews Arokiam <[email protected]> * Fixed autoscalerClass 'external' go test. Signed-off-by: Andrews Arokiam <[email protected]> --------- Signed-off-by: jooho <[email protected]> Signed-off-by: Dan Sun <[email protected]> Signed-off-by: Andrews Arokiam <[email protected]> Co-authored-by: Curtis Maddalozzo <[email protected]> Co-authored-by: jooho <[email protected]> Co-authored-by: Dan Sun <[email protected]>
Restrict workflow concurrency. Signed-off-by: vignesh-murugani2i <[email protected]>
kserve#3158) Refractor v1 vs. v2 endpoint unit tests in kserve/test/test_server.py and solve some python lint issues Signed-off-by: Haoyu Guo <[email protected]>
…kserve#3177) Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
…rve#3174) Added _rest_server attribute init method. Signed-off-by: Andrews Arokiam <[email protected]>
Signed-off-by: Andrews Arokiam <[email protected]>
…serve#3188) * Fix serving runtime webhook cert namespace for kubeflow installation Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Generate CRD Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
…le (kserve#3170) Add go security scan Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
* initial commit for graph raw deployment Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * addd hpa support as well for inference graph raw deployment Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Just for local Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Just local Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Fix local setup Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Sleep change Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Fix self-signed-ca installation (kserve#3165) Signed-off-by: Sivanantham Chinnaiyan <[email protected]> Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * refactored Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Fix logging message Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * adding unit tests Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * adding unit tests Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * removed temporary dev env changes Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Rawdeployment mode type Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * restoring from master branch Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> * Remove affinity test Signed-off-by: Tanvi Thakur <[email protected]> --------- Signed-off-by: Mopuri, Bharath <[email protected]> Signed-off-by: Tanvi Thakur <[email protected]> Signed-off-by: Sivanantham Chinnaiyan <[email protected]> Co-authored-by: Mopuri, Bharath <[email protected]> Co-authored-by: Tanvi Thakur <[email protected]> Co-authored-by: Sivanantham <[email protected]>
Revert "RawDeployment support for Inference Graph (kserve#3194)" This reverts commit 1b16899.
Add verify codegen workflow Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
* Fix knative config-defaults values overrided by kserve Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Fix inferencegraph knative reconciler Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: Dan Sun <[email protected]>
Signed-off-by: Loong <[email protected]>
Add new `reviewers` and `approvers` to `OWNERS` file Closes kserve/community#5 Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Andrews Arokiam <[email protected]>
* removed_old_py_version Signed-off-by: nilakshi <[email protected]> * added python versions used for build test Signed-off-by: nilakshi <[email protected]> --------- Signed-off-by: nilakshi <[email protected]>
* Move Pmml max worker validation to python runtime Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Increase pytest workers to 2 Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Fix autoscaling test Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Organise logs in CI Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Fix path based routing e2e test Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: Gavrish Prabhu <[email protected]>
[RHODS-12555] - CVE-2023-44487 - qpext Signed-off-by: Spolti <[email protected]>
* Allow ray 2.6.1 Signed-off-by: ddelange <[email protected]> * PR suggestion Signed-off-by: ddelange <[email protected]> * Run poetry update --lock Signed-off-by: ddelange <[email protected]> * Support RayServeSyncHandle in ray>=2.5.0 Signed-off-by: ddelange <[email protected]> * Run poetry update --lock Signed-off-by: ddelange <[email protected]> * Correct hashFiles cache for sklearn Signed-off-by: ddelange <[email protected]> * Run poetry update --lock Signed-off-by: ddelange <[email protected]> * Avoid faulty tritonclient release Signed-off-by: ddelange <[email protected]> * Run poetry update --lock Signed-off-by: ddelange <[email protected]> * Add and run make poetry-update-lockfiles Signed-off-by: ddelange <[email protected]> * Refrain from private imports and make poetry-update-lockfiles Signed-off-by: ddelange <[email protected]> * Revert paddle to max 3.10 Signed-off-by: ddelange <[email protected]> * Revert "Revert paddle to max 3.10" This reverts commit a5afe2b. Signed-off-by: ddelange <[email protected]> --------- Signed-off-by: ddelange <[email protected]>
…ve#3226) Fix lightbgm model input conversion when input is list of lists Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
* CVE-2023-44487 core: Core dependencies update: x/net and grpc Signed-off-by: Spolti <[email protected]> * Update agent.Dockerfile Signed-off-by: Filippe Spolti <[email protected]> --------- Signed-off-by: Spolti <[email protected]> Signed-off-by: Filippe Spolti <[email protected]>
* cmd/agent/main.go * Static code analysis states that unsanitized usage of the `--component-port` flag can potentially lead to SSRF. In practice, this may be very hard to happen, given that the source of the flag is always an integer (taken from `containerPort` of a Pod). Anyways, this is switching that flag to an Integer to be on the safe side (and to prevent the warning from the static code analysis tool). Signed-off-by: Edgar Hernández <[email protected]>
… runtime (kserve#3181) Validation added for ensuring same model format has same priority for runtime. Signed-off-by: Andrews Arokiam <[email protected]>
… request (kserve#3079) * Update main.go Signed-off-by: HAO2167 <[email protected]> * add test case Signed-off-by: HAO <[email protected]> * add test case v2 Signed-off-by: HAO <[email protected]> --------- Signed-off-by: HAO2167 <[email protected]> Signed-off-by: HAO <[email protected]>
Signed-off-by: homily707 <[email protected]> Co-authored-by: homily707 <[email protected]>
…erve#3267) support verify variable with storage-config json style (fix-3263) Signed-off-by: jooho <[email protected]>
Signed-off-by: Edgar Hernández <[email protected]>
/retest |
The config/overlays/test/runtimes is renamed to overlays/test/clusterresources.
spolti
approved these changes
Nov 24, 2023
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: israel-hdez, spolti 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 |
Jooho
pushed a commit
to Jooho/kserve
that referenced
this pull request
Feb 28, 2024
…p/component-updates/kserve-agent-28 Update kserve-agent-28 to 41dbb1b
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.