kserve / website

User documentation for KServe.
https://kserve.github.io/website/
Apache License 2.0
104 stars 117 forks source link

Added steps to delete model-store-pod #343

Closed murata-yu closed 7 months ago

murata-yu commented 7 months ago

"Fixes #issue-number" or "Add description of the problem this PR solves"

If you have configured a k8s cluster with multiple workers, creating InferenceService may fail if you follow this procedure. https://kserve.github.io/website/0.11/modelserving/storage/pvc/pvc/

This is because InferenceService's pod and model-store-pod may be located on different servers even though the pvc is RWO.

By deleting model-store-pod before creating InferenceService, it is now possible to create InferenceService without failure.

Proposed Changes

netlify[bot] commented 7 months ago

Deploy Preview for elastic-nobel-0aef7a ready!

Name Link
Latest commit 7ceab0b6c7bd576c950c15db5f684aa9d163411d
Latest deploy log https://app.netlify.com/sites/elastic-nobel-0aef7a/deploys/65c1f4157421780008293662
Deploy Preview https://deploy-preview-343--elastic-nobel-0aef7a.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

yuzisun commented 7 months ago

/lgtm /approve

oss-prow-bot[bot] commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: murata-yu, yuzisun

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: - ~~[OWNERS](https://github.com/kserve/website/blob/main/OWNERS)~~ [yuzisun] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment