Skip to content

Commit 2797fd2

Browse files
authored
Merge pull request #48899 from tengqm/fix-kubeadm-config-v1beta4
Fix descrption for encryptionAlgorithm field
2 parents ed460eb + 7e3cf07 commit 2797fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/reference/config-api/kubeadm-config.v1beta4.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,7 @@ and for kube-proxy, while <code>registry.k8s.io</code> will be used for all the
576576
</td>
577577
<td>
578578
<p><code>encryptionAlgorithm</code> holds the type of asymmetric encryption algorithm used for keys and
579-
certificates. Can be <code>&quot;RSA&quot;</code> (default algorithm, key size is 2048) or <code>&quot;ECDSA&quot;</code> (uses the
580-
P-256 elliptic curve).</p>
579+
certificates. Can be one of <code>&quot;RSA-2048&quot;</code> (default), <code>&quot;RSA-3072&quot;</code>, <code>&quot;RSA-4096&quot;</code> or <code>&quot;ECDSA-P256&quot;</code>.</p>
581580
</td>
582581
</tr>
583582
<tr><td><code>certificateValidityPeriod</code><br/>

0 commit comments

Comments
 (0)