Failed to pull image for kubelet from ghcr.io #5180
Answered
by
smira
peterkuiper
asked this question in
Q&A
Replies: 1 comment 5 replies
-
There's an issue with GitHub organization migration on our side. Once it is
fixed, the image will be available once again.
Sorry for the inconvenience.
…On Wed, Mar 23, 2022 at 4:06 PM Peter Kuiper ***@***.***> wrote:
I am following this
<https://www.talos.dev/v0.14/single-board-computers/rpi_4/> guide but am
running into the following issue.
I'm running talosctl from another rpi4:
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/latest/download/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-armv7
chmod +x /usr/local/bin/talosctl
talosctl apply-config --insecure --interactive --nodes 10.255.250.157
While bootstrapping, I'm getting the following error:
retrying error, failed to pull image "ghcr.io/talos-systems/kubelet:v1.23.1": failed to resolve reference "ghcr.io/talos-systems/kubelet:v1.23.1": failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
The bootstrap is now stuck retrying to pull the above image and logging a controller
failed error message:
[talos] controller failed {"component": "controller-runtime", "controller": "k8s.ManifestApplyController", "error": "error creating mapping for object /v1/Secret/bootstrap-token-8esmZo": Get \"https://localhost:6443/api?timeout=32s\": dial tcp [::1]:6443: connection refused"}
Any ideas?
—
Reply to this email directly, view it on GitHub
<#5180>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAANPK7IACBNER3JX2CMQDTVBMCMXANCNFSM5RN2EOOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
peterkuiper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following this guide but am running into the following issue.
I'm running talosctl from another rpi4:
While bootstrapping, I'm getting the following error:
The bootstrap is now stuck retrying to pull the above image and logging a
controller failed
error message:Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions