Keptn v1 reached EOL December 22, 2023. For more information see https://bit.ly/keptn

Uninstall Keptn

Prerequisites

Uninstall Keptn

  • To uninstall Keptn from your cluster, run the uninstall command using the Helm CLI:
helm uninstall keptn
  • To verify the cleanup, retrieve the list of namespaces in your cluster and ensure that the keptn namespace is not included in the output of the following command:
kubectl get namespaces