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
INFO ==> Running phase: Initialize the k0s cluster
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::1: installing k0s controller
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::1: waiting for the k0s service to start
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::1: waiting for kubernetes api to respond
INFO * Running clean-up for phase: Acquire exclusive host lock
INFO * Running clean-up for phase: Install k0s binaries on hosts
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::6: cleaning up k0s binary tempfile
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::3: cleaning up k0s binary tempfile
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::1: cleaning up k0s binary tempfile
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::2: cleaning up k0s binary tempfile
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::5: cleaning up k0s binary tempfile
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::4: cleaning up k0s binary tempfile
INFO * Running clean-up for phase: Initialize the k0s cluster
INFO [OpenSSH] root@aaa:bbb:301:102:c85d::1: cleaning up
INFO ==> Apply failed
FATA apply failed - log file saved to /home/myuser/.cache/k0sctl/k0sctl.log: context deadline exceeded
command failed: client exec: command failed: command wait: exit status 7
Excerpt of /var/log/k0s.log from one of the nodes:
time="2024-11-05 12:49:05" level=info msg="Restarted (13)" component=etcd
time="2024-11-05 12:49:05" level=info msg="invalid value \"https://aaa:bbb:301:102:c85d::1:2380\" for flag -listen-peer-urls: URL address does not have the form \"host:port\": https://aaa:bbb:301:102:c85d::1:2380" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg="Usage:" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" etcd [flags]" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" Start an etcd server." component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" etcd --version" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" Show the version of etcd." component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" etcd -h | --help" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" Show the help information about etcd." component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" etcd --config-file" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" Path to the server configuration file. Note that if a configuration file is provided, other command line flags and environment variables will be ignored." component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" etcd gateway" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" Run the stateless pass-through etcd TCP connection forwarding proxy." component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" etcd grpc-proxy" component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info msg=" Run the stateless etcd v3 gRPC L7 reverse proxy." component=etcd stream=stderr
time="2024-11-05 12:49:05" level=info component=etcd stream=stderr
Additional context
No response
The text was updated successfully, but these errors were encountered:
Before creating an issue, make sure you've checked the following:
Platform
Linux 6.6.59-0-virt #1-Alpine SMP PREEMPT_DYNAMIC 2024-11-04 07:38:04 x86_64 Linux
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.20.3
PRETTY_NAME="Alpine Linux v3.20"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Version
v1.31.2+k0s.0
Sysinfo
`k0s sysinfo`
What happened?
etcd does not start because IPv6 address is not enclosed in square brackets
Steps to reproduce
k0sctl apply -f my.yaml
Expected behavior
Cluster up and running
Actual behavior
Cluster installation fails on all nodes
Screenshots and logs
Output of k0sctl apply command:
Excerpt of /var/log/k0s.log from one of the nodes:
Additional context
No response
The text was updated successfully, but these errors were encountered: