Steps to recovery the TCSA when you have the power outage/failure.
TCSA 2.4
Make sure the Firewall is disabled on all nodes, check if firewall is disabled on all worker nodes and master nodes & control planes
ssh <nodeip> systemctl status firewalld.service
There is a Keepalive VIP used which goes unavailable after the restart
On k8 installer path run below command
cd $HOME/k8s-installer/
export ANSIBLE_CONFIG=$HOME/k8s-installer/scripts/ansible/ansible.cfg LANG=en_US.UTF-8
ansible-playbook scripts/ansible/prepare.yml -e @scripts/ansible/vars.yml --become --tags vrrp
kubectl delete pod -n default <pods name>
kubectl scale deployment -n tcsa-system rango-kube-arangodb-operator --replicas=0
kubectl patch <pod/pv/pvc> -n tcsa-system --type json -p $'- op: remove\n path: /metadata/finalizers'