Replies: 1 comment
-
have solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we just follow the link https://www.talos.dev/v1.4/introduction/quickstart/ to try talos on Ubuntu 2204.
But meet the following issue:
talosctl cluster create
validating CIDR and reserving IPs
generating PKI and tokens
creating network talos-default
creating controlplane nodes
creating worker nodes
waiting for API
bootstrapping cluster
◳ waiting for etcd to be healthy: 1 error occurred:
* 10.5.0.2: service "etcd" not in expected state "Running": current state [Preparing] Running pre state
context deadline exceeded
We try to manually run talosctl bootstrap -n 10.5.0.2 but the etcd is still not up.
talosctl -n 10.5.0.2 service etcd
NODE 10.5.0.2
ID etcd
STATE Preparing
HEALTH ?
EVENTS [Preparing]: Running pre state (2m35s ago)
[Waiting]: Waiting for service "cri" to be "up", time sync, network, etcd spec (2m35s ago)
Well appreciate if you can help.
Beta Was this translation helpful? Give feedback.
All reactions