siderolabs / cluster-api-control-plane-provider-talos

A control plane provider for CAPI + Talos
Mozilla Public License 2.0
60 stars 20 forks source link

fix: skip nodes with empty hostname on etcd audit #120

Closed smira closed 2 years ago

smira commented 2 years ago

When node is just joining the cluster, etcd members briefly returns a node with an empty hostname. If the member is deleted in this state, it breaks the etcd cluster build and breaks the cluster.

Signed-off-by: Andrey Smirnov andrey.smirnov@talos-systems.com

smira commented 2 years ago

/m