This commit is contained in:
parent
0068d6a189
commit
99ed0e879a
1 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,17 @@
|
||||||
|
|
||||||
# General Notes
|
# General Notes
|
||||||
|
|
||||||
|
## Cert-Manager
|
||||||
|
|
||||||
|
The CA certificate expires after a year and many things break. Remove the relevant secret then force a restart of the pods:
|
||||||
|
|
||||||
|
```
|
||||||
|
kubectl -n tools delete secret cert-manager-webhook-ca
|
||||||
|
kubectl -n tools rollout restart deployment cert-manager
|
||||||
|
kubectl -n tools rollout restart deployment cert-manager-webhook
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Nextcloud
|
## Nextcloud
|
||||||
|
|
||||||
Lost admin privileges
|
Lost admin privileges
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue