Master Node Fails to Attach to an Existing Cluster and UI Shows "Quorum Achieved with a tolerance 1"

Problem

Master node gets failed to attach to an existing cluster. While adding a new master node to a cluster we see "Quorum Achieved with a tolerance 1" message warning as shown below screenshot.

Environment

  • Platform9 Managed Kubernetes - v5.6.0 and Higher

Cluster has two master nodes attached already and third master node needs to be attached.

Cause

ETCD member cluster has older member data in database, which doesn't allow new master member to get attached to the cluster. Etcd logs shows below error "failed to reach the peer"

Etcd log on master node
Copy

Resolution

Please follow below steps on Healthy master nodes:

  1. Check if etcd member endpoint list has older member details present in it, by running endpoint status command on etcd container as shown below
On ETCD container
Copy
  1. If older entry is present, then run below command to remove stale entry from etcd database.
Remove stale ETCD member entry
Copy
  1. Retry attaching a master node to existing cluster. Now, it should successfully get attached to master node.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard