mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Add note around tls-ca taking effect at Rancher pod start
This commit is contained in:
@@ -31,3 +31,5 @@ Copy the CA certificate into a file named `cacerts.pem` and use `kubectl` to cre
|
|||||||
kubectl -n cattle-system create secret generic tls-ca \
|
kubectl -n cattle-system create secret generic tls-ca \
|
||||||
--from-file=cacerts.pem
|
--from-file=cacerts.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note:** The configured `tls-ca` secret is retrieved when Rancher starts, on a running Rancher installation the updated CA will take effect after new Rancher pods are started.
|
||||||
|
|||||||
Reference in New Issue
Block a user