Uninstalls Keptn from a Kubernetes cluster
Uninstalls Keptn from a Kubernetes cluster.
This command does not delete:
Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see Delete a project.
Note: This command requires a Kubernetes current context pointing to the cluster where Keptn should get uninstalled from.
keptn uninstall [flags]
keptn uninstall
-h, --help help for uninstall
-s, --insecure-skip-tls-verify Skip tls verification for kubectl commands
-n, --namespace string Specify the namespace Keptn should be installed in (default keptn). (default "keptn")
--mock Disables communication to a Keptn endpoint
-q, --quiet Suppresses debug and info messages
--suppress-websocket Disables WebSocket communication to suppress info messages from services running inside Keptn
-v, --verbose Enables verbose logging to print debug messages