Uninstalling KuberLogic
- Uninstall KuberLogic
kubectl delete ns kuberlogic
- Cleanup all KuberLogic resources
# delete all KuberLogic resources
kubectl delete kuberlogic --all
# check and delete any PVs if there any left
kubectl get pv
kubectl delete pv <NAME>