Skip to content

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

@RoyZhang7

Description

@RoyZhang7

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions