Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remove deployment to make file of forked tt repo #2

Open
RoyZhang7 opened this issue Oct 9, 2024 · 1 comment
Open

Add remove deployment to make file of forked tt repo #2

RoyZhang7 opened this issue Oct 9, 2024 · 1 comment
Assignees

Comments

@RoyZhang7
Copy link
Member

RoyZhang7 commented Oct 9, 2024

It looks like forked repo doesn't allow creating issues. So, I add an issue relevant to our forked tt repo here.
I can use the following cmds to remove the entire tt deployment in k8s, so probably worth adding them as a flag to Makefile in tt.

kubectl delete deployment --all
kubectl delete statefulset --all
kubectl get services | grep -v kubernetes | awk '{print $1}' | xargs kubectl delete service
#helm list
helm uninstall nacos
helm uninstall nacosdb
helm uninstall nfs-subdir-external-provisioner
helm uninstall rabbitmq
helm uninstall tsdb
kubectl delete namespace openebs
kubectl delete crd blockdeviceclaims.openebs.io
kubectl delete crd blockdevices.openebs.io
@RoyZhang7 RoyZhang7 self-assigned this Oct 9, 2024
@RoyZhang7
Copy link
Member Author

kubectl delete pvc --all
kubectl delete pv --all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant