mirror of https://github.com/hashicorp/consul
docs: Remove step for deleting webhook-cert-manager secret on Consul K8s uninstall (#11035)
* Remove step for deleting webhook-cert-manager secret * Update website/content/docs/k8s/operations/uninstall.mdxpull/11145/head
parent
c22f1987b2
commit
9e6dc0fe31
|
@ -64,22 +64,7 @@ secret "consul-mesh-gateway-acl-token" deleted
|
||||||
secret "consul-gossip-encryption-key" deleted
|
secret "consul-gossip-encryption-key" deleted
|
||||||
```
|
```
|
||||||
|
|
||||||
1. If installing with `controller.enabled` then you will need to delete the
|
If installing with `tls.enabled` then there will be a `ServiceAccount` that is left behind:
|
||||||
webhook certificate:
|
|
||||||
|
|
||||||
```shell-session
|
|
||||||
$ kubectl get secret consul-controller-webhook-cert
|
|
||||||
NAME TYPE DATA AGE
|
|
||||||
consul-controller-webhook-cert kubernetes.io/tls 2 47m
|
|
||||||
```
|
|
||||||
|
|
||||||
```shell-session
|
|
||||||
$ kubectl delete secret consul-controller-webhook-cert
|
|
||||||
secret "consul-consul-controller-webhook-cert" deleted
|
|
||||||
```
|
|
||||||
|
|
||||||
1. If installing with `tls.enabled` then there will be a `ServiceAccount`
|
|
||||||
that is left behind:
|
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ kubectl get serviceaccount consul-tls-init
|
$ kubectl get serviceaccount consul-tls-init
|
||||||
|
|
Loading…
Reference in New Issue