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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Short summary about the issue/question:
Trying to install kubernetes, am running into the following error:
fatal: [pai-worker-04 -> 10.52.4.66]: FAILED! => {"attempts": 4, "changed": true, "cmd": ["/usr/bin/docker", "pull", "docker.io/calico/node:v3.7.3"], "delta": "0:00:00.698458", "end": "2022-07-21 02:03:57.609696", "msg": "non-zero return code", "rc": 1, "start": "2022-07-21 02:03:56.911238", "stderr": "Error response from daemon: Get https://registry-1.docker.io/v2/calico/node/manifests/v3.7.3: unauthorized: incorrect username or password", "stderr_lines": ["Error response from daemon: Get https://registry-1.docker.io/v2/calico/node/manifests/v3.7.3: unauthorized: incorrect username or password"], "stdout": "", "stdout_lines": []}
Brief what process you are following:
Clean install, having deleted v.1.0.0 to try installing 1.8.0. Checked on each individual machine that docker login works fine with no problem.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Short summary about the issue/question:
Trying to install kubernetes, am running into the following error:
fatal: [pai-worker-04 -> 10.52.4.66]: FAILED! => {"attempts": 4, "changed": true, "cmd": ["/usr/bin/docker", "pull", "docker.io/calico/node:v3.7.3"], "delta": "0:00:00.698458", "end": "2022-07-21 02:03:57.609696", "msg": "non-zero return code", "rc": 1, "start": "2022-07-21 02:03:56.911238", "stderr": "Error response from daemon: Get https://registry-1.docker.io/v2/calico/node/manifests/v3.7.3: unauthorized: incorrect username or password", "stderr_lines": ["Error response from daemon: Get https://registry-1.docker.io/v2/calico/node/manifests/v3.7.3: unauthorized: incorrect username or password"], "stdout": "", "stdout_lines": []}
Brief what process you are following:
Clean install, having deleted v.1.0.0 to try installing 1.8.0. Checked on each individual machine that docker login works fine with no problem.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: