Merge branch 'docs-k8s-cli-alpha' of github.com:hashicorp/consul into docs-k8s-cli-alpha
implementing feedback
This commit is contained in:
commit
09166dd000
|
@ -81,13 +81,12 @@ Run the `helm uninstall` **and** manually remove resources that Helm does not de
|
||||||
|
|
||||||
## Consul K8s CLI
|
## 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
|
```shell-session
|
||||||
$ consul-k8s uninstall <OPTIONS>
|
$ consul-k8s uninstall <OPTIONS>
|
||||||
```
|
```
|
||||||
|
|
||||||
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:
|
In the following example, Consul will be uninstalled and the data removed without prompting you to verify the operations:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue