Create cluster failed when running talos with docker and mirror registry #7318
-
Hi teams, Talos is a great project and thanks for your work. In my case, i run talos with docker and have set mirror registry for This node is can not access talosctl logs: ...
bootstrapping cluster
waiting for etcd to be healthy: OK
waiting for etcd members to be consistent across nodes: OK
waiting for etcd members to be control plane nodes: OK
waiting for apid to be ready: OK
waiting for all nodes memory sizes: OK
waiting for all nodes disk sizes: OK
◰ waiting for kubelet to be healthy: 1 error occurred:
◳ waiting for kubelet to be healthy: 1 error occurred:
* 10.5.0.2: service "kubelet" not in expected state "Running": current state [Preparing] Running pre state And the container is can not exec so i just got the error from container of talos-default-controlplane-1:
Note: mirror image registry is working, i can see the request for oci. Remind me if i missed something,Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can see the kubelet is not working and get nothing from talos dmesg. lan@lan:~/sshfiles$ talosctl -n 10.5.0.2 services
NODE SERVICE STATE HEALTH LAST CHANGE LAST EVENT
10.5.0.2 apid Running OK 2m35s ago Health check successful
10.5.0.2 containerd Running OK 2m36s ago Health check successful
10.5.0.2 cri Running OK 2m35s ago Health check successful
10.5.0.2 etcd Running OK 2m6s ago Health check successful
10.5.0.2 kubelet Preparing ? 2m35s ago Running pre state
10.5.0.2 machined Running OK 2m37s ago Health check successful
10.5.0.2 trustd Running OK 2m35s ago Health check successful
lan@lan:~/sshfiles$ talosctl -n 10.5.0.2 dmesg
...
10.5.0.2: kern: info: [2023-06-05T09:51:58.724429943Z]: br-7ecd154289ea: port 2(veth492e430) entered blocking state
10.5.0.2: kern: info: [2023-06-05T09:51:58.724431943Z]: br-7ecd154289ea: port 2(veth492e430) entered forwarding state
10.5.0.2: kern: warning: [2023-06-05T09:55:05.922642943Z]: mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 36593)
10.5.0.2: kern: warning: [2023-06-05T09:55:05.922643943Z]: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 36593)
10.5.0.2: kern: warning: [2023-06-05T09:55:05.922644943Z]: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 42950)
10.5.0.2: kern: warning: [2023-06-05T09:55:05.922646943Z]: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 42950)
10.5.0.2: kern: warning: [2023-06-05T09:55:05.922647943Z]: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 42950)
10.5.0.2: kern: warning: [2023-06-05T09:55:05.922649943Z]: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 42950)
10.5.0.2: kern: info: [2023-06-05T09:55:05.926649943Z]: mce: CPU0: Core temperature/speed normal
10.5.0.2: kern: info: [2023-06-05T09:55:05.926650943Z]: mce: CPU2: Core temperature/speed normal
10.5.0.2: kern: info: [2023-06-05T09:55:05.926651943Z]: mce: CPU3: Package temperature/speed normal
10.5.0.2: kern: info: [2023-06-05T09:55:05.926653943Z]: mce: CPU1: Package temperature/speed normal
10.5.0.2: kern: info: [2023-06-05T09:55:05.926653943Z]: mce: CPU2: Package temperature/speed normal
10.5.0.2: kern: info: [2023-06-05T09:55:05.926655943Z]: mce: CPU0: Package temperature/speed normal |
Beta Was this translation helpful? Give feedback.
-
The image pull error (if any) is in the |
Beta Was this translation helpful? Give feedback.
The image pull error (if any) is in the
talosctl dmesg
output, try searching forretrying:
line. It's not very well logged, but it's there.