Skip to content
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

cherry-pick fix-3171 #100

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

Jooho
Copy link

@Jooho Jooho commented Oct 11, 2023

This is a cherry-pick for kserve#3172 and it is already merged into downstream

Test instruction: https://github.com/opendatahub-io/caikit-tgis-serving/tree/main/demo/kserve/scripts

export TARGET_OPERATOR=odh
export CHECK_UWM=false


# Update configmap to use the workaround image
  oc edit cm inferenceservice-config -n redhat-ods-applications
...
  storageInitializer: |-
    {
        "image" : "quay.io/jooholee/storage-initializer@sha256:6b6252e6a1df2a1140be4ab1f8b68b159e448aaf27b8f3212d19daeb44381af4",
...
# restart kserve controller
  oc delete pod -n redhat-ods-applications -l control-plane=kserve-controller-manager --force --grace-period=0
#add annotate to the storage-config secret
  oc annotate secret/storage-config  serving.kserve.io/s3-verifyssl="0" -n kserve-demo
# restart runtime pod
  oc delete pod $RUNTIME_POD --force --grace-period=0

Signed-off-by: jooho <jlee@redhat.com>
@openshift-ci
Copy link

openshift-ci bot commented Oct 11, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: israel-hdez, Jooho

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@israel-hdez
Copy link

Merging manually. Failure in python 3.11 is a known issue.

@israel-hdez israel-hdez merged commit 17082eb into opendatahub-io:release-v0.11.0 Oct 11, 2023
18 of 20 checks passed
@Jooho Jooho mentioned this pull request Oct 12, 2023
@Jooho Jooho linked an issue Nov 20, 2023 that may be closed by this pull request
Jooho pushed a commit to Jooho/kserve that referenced this pull request Jan 11, 2024
Update Caikit load_timeout to 3600s for TGIS backend
Jooho pushed a commit to Jooho/kserve that referenced this pull request Feb 28, 2024
…tudio-kserve-router

Red Hat Konflux update kserve-router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Skip Validation for SSL
2 participants