-
Notifications
You must be signed in to change notification settings - Fork 18
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
RHOAIENG-17008 - Additional MNMGPU feedback #612
base: main
Are you sure you want to change the base?
Conversation
@@ -69,12 +69,12 @@ spec: | |||
volumeMode: Filesystem | |||
resources: | |||
requests: | |||
storage: 50Gi | |||
storageClassName: __<fileStorageClassName>__ | |||
storage: 40Gi |
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.
user should update based on model size
storage: 50Gi | ||
storageClassName: __<fileStorageClassName>__ | ||
storage: 40Gi | ||
storageClassName: nfs |
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.
user should update the available storage class
<3> The value for `containers.image`, located in your `InferenceService`. To access this value, run the following command: `oc get configmap inferenceservice-config -n redhat-ods-operator -oyaml | grep kserve-storage-initializer:` | ||
endif::[] | ||
ifdef::upstream[] | ||
<3> The value for `containers.image`, located in your `InferenceService`. To access this value, run the following command: `oc get configmap inferenceservice-config -n opendatahub -oyaml | grep kserve-storage-initializer:` |
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.
<3> The value for `containers.image`, located in your `InferenceService`. To access this value, run the following command: `oc get configmap inferenceservice-config -n opendatahub -oyaml | grep kserve-storage-initializer:` | |
<3> The value for `containers.image`, located in your `donwload-model` container. To access this value, run the following command: `oc get configmap inferenceservice-config -n opendatahub -oyaml | grep kserve-storage-initializer:` |
Additional feedback from email and Slack to address RHOAIENG-17008.
How Has This Been Tested?
Merge criteria: