Merge pull request #2454 from rancher/dkeightley-patch-2

Add note around tls-ca taking effect at Rancher pod start
This commit is contained in:
Catherine Luse
2020-04-14 16:30:01 -07:00
committed by GitHub
@@ -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 \
--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.