You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From these last three ones are not needed for integration with minio, but can't be committed in the secret (we will also need them in the future connecting to other object storage providers e.g. S3).
For now we keep them as constants in the src\charm.py file.
Important finding. Kserve inference service will prefix the serving.kserve.io/s3-endpoint value with http:\\ or https:\\ based on value of serving.kserve.io/s3-usehttps.
To Reproduce
None
Environment
None
Relevant Log Output
None
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
To make make kserve integration with mlflow we are creating object-storage secret with annotations:
From these last three ones are not needed for integration with minio, but can't be committed in the secret (we will also need them in the future connecting to other object storage providers e.g. S3).
For now we keep them as constants in the
src\charm.py
file.For its meaning refer to the upstream documentation .
Important finding. Kserve inference service will prefix the
serving.kserve.io/s3-endpoint
value withhttp:\\
orhttps:\\
based on value ofserving.kserve.io/s3-usehttps
.To Reproduce
None
Environment
None
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: