From 1f494b71ae5575814502ae0d2f0aefe9ef5a0ecb Mon Sep 17 00:00:00 2001 From: dkeightley Date: Wed, 15 Apr 2020 11:27:34 +1200 Subject: [PATCH 1/2] Add note around tls-ca taking effect at Rancher pod start --- .../rancher/v2.x/en/installation/options/tls-secrets/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md b/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md index 76262c0a12f..72abc4d458a 100644 --- a/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md +++ b/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md @@ -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. From 144d6f402a2cf0e743504fc13d008aa344b63aee Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 14 Apr 2020 16:29:53 -0700 Subject: [PATCH 2/2] Add period --- .../rancher/v2.x/en/installation/options/tls-secrets/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md b/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md index 72abc4d458a..5dda63fe028 100644 --- a/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md +++ b/content/rancher/v2.x/en/installation/options/tls-secrets/_index.md @@ -32,4 +32,4 @@ 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. +> **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.