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
Attempted to set up a Kubernetes cluster with version v1.22.9 using a multi-VLAN network and the calico network plugin, as the default canal plugin lacks support for network policies.
Assigned worker and etcd roles to all nodes, with a subset also configured as controlplane nodes.
Cluster creation failed due to an ETCD health check error.
INFO[0092] [etcd] Successfully started etcd plane.. Checking etcd cluster health
WARN[0374] [etcd] host [10.200.0.2] failed to check etcd health: failed to get /health for host [10.200.0.2]: Get "https://10.200.0.2:2379/health": net/http: TLS handshake timeout
WARN[0656] [etcd] host [10.200.0.3] failed to check etcd health: failed to get /health for host [10.200.0.3]: Get "https://10.200.0.3:2379/health": net/http: TLS handshake timeout
WARN[0930] [etcd] host [10.100.0.2] failed to check etcd health: failed to get /health for host [10.100.0.2]: Get "https://10.100.0.2:2379/health": net/http: TLS handshake timeout
WARN[1203] [etcd] host [10.100.0.3] failed to check etcd health: failed to get /health for host [10.100.0.3]: Get "https://10.100.0.3:2379/health": net/http: TLS handshake timeout
WARN[1477] [etcd] host [10.101.0.2] failed to check etcd health: failed to get /health for host [10.101.0.2]: Get "https://10.101.0.2:2379/health": net/http: TLS handshake timeout
FATA[1750] [etcd] Failed to bring up Etcd Plane: etcd cluster is unhealthy: hosts [10.200.0.2,10.200.0.3,10.100.0.2,10.100.0.3,10.101.0.2,10.101.0.3] failed to report healthy.
Check etcd container logs on each host for more information
If we choose canal network, cluster is up
Need help to resolve the issue
The text was updated successfully, but these errors were encountered:
RKE version: v1.3.10
Docker version: (
docker version
,docker info
preferred)Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)kernel version
Type/provider of hosts: Bare-metal / KVM is used for VM creation
cluster.yml file:
Steps to Reproduce:
v1.22.9
using a multi-VLAN network and thecalico
network plugin, as the defaultcanal
plugin lacks support for network policies.worker
andetcd
roles to all nodes, with a subset also configured ascontrolplane
nodes.Results:
canal
network, cluster is upThe text was updated successfully, but these errors were encountered: