https://rancher.com/ logo
r

red-vegetable-45199

03/21/2023, 6:28 AM
When I run "rke up", I see following error:
Copy code
WARN[0010] Can't pull Docker image [<image in our private registry>] on host [<hostname>]:  Error response from daemon: Get <image in our private registry>: uknown: Authentication is required
However, if I ssh to that <hostname>, and run following command as root:
Copy code
docker pull <image in our private registry>
Everything is fine. Some insight?