Deleting an existing Pachyderm deployment
Only perform the steps in this section if you want to delete your cluster. If you want to continue working on the examples in other chapters, then please skip this section.
If you need to delete your deployment and start afresh, you need to wipe out your environment and start over again from the steps provided in the Preparing the Kubernetes environment section. When you delete an existing Pachyderm deployment, all the components, except for the Helm repository and pachctl
, are removed from your machine.
Follow these steps to delete your existing Pachyderm deployment:
- If you have used a different name for your Helm instance, then execute the following command to find the Pachyderm instance name that you deployed using the Helm chart:
$ helm ls | grep pachyderm
The output of the preceding command should look as follows:
pachd default 1 2021-11-08 21:33:44 deployed Pachyderm-2.0.1 2.0.1
- Execute the following command...