bentoml/Yatai

Run Triton Server in local docker registry

MikhailKravets opened this issue · 0 comments

I set up minikube cluster with the local private container registry following the instructions Yatai. 3. Prepare Container Registry. Then I want to deploy a model which uses nvcr.io/nvidia/tritonserver:23.04-py3 as a base image. But I get an error from yatai-image-builder pod

error checking push permissions 
-- make sure you entered the correct tag name, and that you are authenticated correctly, and try again:
checking push permission for "docker-registry.yatai-image-builder.svc.cluster.local:5000/yatai-bentos:yatai.image_models.vc4zx5x5j2mueaib": creating push check transport for docker-registry.yatai-image-builder.svc.cluster.local:5000 failed: 
Get "https://docker-registry.yatai-image-builder.svc.cluster.local:5000/v2/": dial tcp 10.103.223.165:5000: connect: connection refused; 
Get "http://docker-registry.yatai-image-builder.svc.cluster.local:5000/v2/": dial tcp 10.103.223.165:5000: connect: connection refused 

May it happen because of insecure local registry 🤔?