OpenBAO Cleanup
installOpenbao
command, ensure that all traces of previous attempts are cleaned up before retrying by
following these steps:-
Remove OpenBao and releated pods using the commands below.
helm uninstall openbao -n avxkubectl delete pods openbao-0 openbao-1 openbao-2 -n avx --force -
Delete kubernetes secrets using the commands below.
kubectl delete secret openbao-key-0 openbao-key-1 openbao-key-2 -n avx --forcekubectl delete secret bao-key-secretid -n avx --forcekubectl delete secret bao-key-secretid -n avx-kafka --forcekubectl delete secret bao-key-secretid --force -
Delete PVCs by executing the command:
kubectl delete pvc data-openbao-0 data-openbao-1 data-openbao-2 -n avx --force -
Delete configmap by executing the command:
kubectl delete cm avx-openbao-configmap -n avx --force
