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
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 🤔?
The text was updated successfully, but these errors were encountered:
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 usesnvcr.io/nvidia/tritonserver:23.04-py3
as a base image. But I get an error fromyatai-image-builder
podMay it happen because of insecure local registry 🤔?
The text was updated successfully, but these errors were encountered: