Uninstall Comply

Uninstall Comply by deleting the Comply application and purging the Kubernetes cluster.

  1. From the command line of the node where you have Comply installed, run the following command to delete the Comply application:
    # kubectl delete $(kubectl api-resources --verbs=delete -o name | paste -sd "," -) -A -l app.kubernetes.io/part-of=comply
  2. On the same node, run the following command to uninstall the embedded Kubernetes cluster:
    curl https://k8s.kurl.sh/comply/tasks.sh | sudo bash -s reset
    Note: This command resets the Replicated installation with a purge.
  3. Reboot your node to clear the kube-ipvs0 device.