From 0cd227897e67a91d9b387ff8ad52072f5e686beb Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 12 May 2020 19:36:38 +0100 Subject: [PATCH] Highlight note with appropriate shortcode --- content/en/docs/tasks/administer-cluster/encrypt-data.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/encrypt-data.md b/content/en/docs/tasks/administer-cluster/encrypt-data.md index ee8ca2e526..b96f034963 100644 --- a/content/en/docs/tasks/administer-cluster/encrypt-data.md +++ b/content/en/docs/tasks/administer-cluster/encrypt-data.md @@ -169,8 +169,11 @@ kubectl get secrets --all-namespaces -o json | kubectl replace -f - ``` The command above reads all secrets and then updates them to apply server side encryption. + +{{< note >}} If an error occurs due to a conflicting write, retry the command. For larger clusters, you may wish to subdivide the secrets by namespace or script an update. +{{< /note >}} ## Rotating a decryption key