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
"Yatai" is a great project, and my team started using it since version "1.0.0a7" and it's fine. However, recently, we updated the versions of Yatai components:
However, we encountered the issue "Bento {name} not found" from yatai-deployment: events Bento 1-tf-mnist-svc--v-1-2-3 not found {"type": "Normal", "object": {"kind":"BentoDeployment","namespace":"yatai","name":"dep-bento-testirismtpl-gpu-6-1-76","uid":"d2f09f5f-3167-42ba-b67f-cacd8d99b5d1","apiVersion":"serving.yatai.ai/v2alpha1","resourceVersion":"104943704"}, "reason": "GetBento"}
However, if we use "yatai-image-builder" for building and then deploy with the same CRD file, it works successfully.
Can we deploy using custom Docker image like we did in the previous version (1.0.0a7) without using yatai-image-builder?
The text was updated successfully, but these errors were encountered:
tonylauCN
changed the title
Deploy a "custom Bentoml image" using "yatai-deployment" instead of using "yatai-image-builder".
Deploy a "custom Bentoml image" using "yatai-deployment".
Jul 24, 2023
"Yatai" is a great project, and my team started using it since version "1.0.0a7" and it's fine. However, recently, we updated the versions of Yatai components:
After the update, we encountered issues with the deployment. Here are the specific details:
We use custom jobs to build Bentoml images (still using the Bentoml commands):
After these steps, we create a CRD file for deployment:
However, we encountered the issue "Bento {name} not found" from
yatai-deployment
:events Bento 1-tf-mnist-svc--v-1-2-3 not found {"type": "Normal", "object": {"kind":"BentoDeployment","namespace":"yatai","name":"dep-bento-testirismtpl-gpu-6-1-76","uid":"d2f09f5f-3167-42ba-b67f-cacd8d99b5d1","apiVersion":"serving.yatai.ai/v2alpha1","resourceVersion":"104943704"}, "reason": "GetBento"}
However, if we use "yatai-image-builder" for building and then deploy with the same CRD file, it works successfully.
Can we deploy using custom Docker image like we did in the previous version (1.0.0a7) without using yatai-image-builder?
The text was updated successfully, but these errors were encountered: