From ad6f46ba53636b058c7b04a5a8043d2c05217ce7 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:38:51 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: David Yu --- website/content/docs/k8s/operations/uninstall.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/docs/k8s/operations/uninstall.mdx b/website/content/docs/k8s/operations/uninstall.mdx index 09afd457f..f570b0e35 100644 --- a/website/content/docs/k8s/operations/uninstall.mdx +++ b/website/content/docs/k8s/operations/uninstall.mdx @@ -81,13 +81,12 @@ Run the `helm uninstall` **and** manually remove resources that Helm does not de ## Consul K8s CLI -Issue the `consul-k8s uninstall` command to remove Consul from Kubernetes. +Issue the `consul-k8s uninstall` command to remove Consul on Kubernetes. You can specify the installation name, namespace, and data retention behavior using the applicable options. By default, the uninstallation preserves the secrets and PVCs that are provisioned by Consul on Kubernetes. ```shell-session $ consul-k8s uninstall ``` -You can specify the installation name, namespace, and data retention behavior using the applicable options. In the following example, Consul will be uninstalled and the data removed without prompting you to verify the operations: