To resolve this issue, run the
etcdctl commands manually from the control plane VM:
- Compact etcd:
etcdctl compact revision_number
The above command will discard all etcd event history prior to the given revision (revision_number).
Note: The current revision of etcd server can be found in the "revision" key by running the command: "etcdctl endpoint status -w json". Compute the revision_number to be compacted by subtracting a constant (like 10000) from the current revision.
- Disarm the alarm:
etcdctl alarm disarm.