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 74abcb3 commit 7349a0fCopy full SHA for 7349a0f
content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md
@@ -218,8 +218,10 @@ option. Your cluster requirements may need a different configuration.
218
kubeadm certs certificate-key
219
```
220
221
+ The certificate key is a hex encoded string that is an AES key of size 32 bytes.
222
+
223
{{< note >}}
- The `kubeadm-certs` Secret and decryption key expire after two hours.
224
+ The `kubeadm-certs` Secret and the decryption key expire after two hours.
225
{{< /note >}}
226
227
{{< caution >}}
0 commit comments