Yatai icon indicating copy to clipboard operation
Yatai copied to clipboard

How can I host the yatai image in a private registry

Open johnwayne19860314 opened this issue 11 months ago • 3 comments

### Tasks

johnwayne19860314 avatar Mar 05 '24 12:03 johnwayne19860314

Failed to pull image "19860314/yatai:96730e4": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/19860314/yatai:96730e4": failed to resolve reference "docker.io/19860314/yatai:96730e4": failed to do request: Head "https://registry-1.docker.io/v2/19860314/yatai/manifests/96730e4": EOF

johnwayne19860314 avatar Mar 05 '24 12:03 johnwayne19860314

imagePullSecrets: - name: regcred

docker Registry secret has been attached

johnwayne19860314 avatar Mar 05 '24 12:03 johnwayne19860314

it is done by kubectl set image deployments/yatai yatai=19860314/yatai:96730e4 -n yatai-system

johnwayne19860314 avatar Mar 05 '24 12:03 johnwayne19860314