We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c99ba commit 0cd2278Copy full SHA for 0cd2278
content/en/docs/tasks/administer-cluster/encrypt-data.md
@@ -169,8 +169,11 @@ kubectl get secrets --all-namespaces -o json | kubectl replace -f -
169
```
170
171
The command above reads all secrets and then updates them to apply server side encryption.
172
+
173
+{{< note >}}
174
If an error occurs due to a conflicting write, retry the command.
175
For larger clusters, you may wish to subdivide the secrets by namespace or script an update.
176
+{{< /note >}}
177
178
179
## Rotating a decryption key
0 commit comments