ATS Uninstallation Procedure
To completely delete or remove the OCATS deployment, perform the
following steps:
- Execute the following
command to delete ATS deployment.
$ helm delete --purge <helm-release>
For example:
$ helm delete --purge ocats
Note:
Delete the Kubernetes namespace only after making sure that no other helm release is deployed in the same namespace which should not be deleted. - Execute the following
command to delete kubernetes namespace.
$ kubectl delete namespace <ats kubernetes namespace>
For example:
$ kubectl delete namespace ocats
Deleting Stub Deployment and Namespace
To delete the stub deployment and namespace, perform the following steps:
- Execute the following
command to delete the stub namespace.
$ helm delete --purge <helm-release>
For example:
$ helm delete --purge ocstub
Note:
Delete the Kubernetes namespace only after making sure that no other helm release is deployed in the same namespace which should not be deleted. - Execute the following
command to delete kubernetes namespace.
$ kubectl delete namespace <stub kubernetes namespace>
For example:
$ kubectl delete namespace ocstub