Skip to content

Commit 0cd2278

Browse files
author
Tim Bannister
committed
Highlight note with appropriate shortcode
1 parent 89c99ba commit 0cd2278

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/tasks/administer-cluster/encrypt-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,11 @@ kubectl get secrets --all-namespaces -o json | kubectl replace -f -
169169
```
170170

171171
The command above reads all secrets and then updates them to apply server side encryption.
172+
173+
{{< note >}}
172174
If an error occurs due to a conflicting write, retry the command.
173175
For larger clusters, you may wish to subdivide the secrets by namespace or script an update.
176+
{{< /note >}}
174177

175178

176179
## Rotating a decryption key

0 commit comments

Comments
 (0)