Skip to content

Commit 7349a0f

Browse files
updated doc for key type and size (#42981)
* updated the changes Signed-off-by: SaumyaBhushan <[email protected]> * removed the note section and added a plain text Signed-off-by: SaumyaBhushan <[email protected]> * Update high-availability.md --------- Signed-off-by: SaumyaBhushan <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent 74abcb3 commit 7349a0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,10 @@ option. Your cluster requirements may need a different configuration.
218218
kubeadm certs certificate-key
219219
```
220220

221+
The certificate key is a hex encoded string that is an AES key of size 32 bytes.
222+
221223
{{< note >}}
222-
The `kubeadm-certs` Secret and decryption key expire after two hours.
224+
The `kubeadm-certs` Secret and the decryption key expire after two hours.
223225
{{< /note >}}
224226

225227
{{< caution >}}

0 commit comments

Comments
 (0)