Fix descrption for encryptionAlgorithm field
This commit is contained in:
parent
d7e487a93a
commit
7e3cf07f41
|
|
@ -576,8 +576,7 @@ and for kube-proxy, while <code>registry.k8s.io</code> will be used for all the
|
|||
</td>
|
||||
<td>
|
||||
<p><code>encryptionAlgorithm</code> holds the type of asymmetric encryption algorithm used for keys and
|
||||
certificates. Can be <code>"RSA"</code> (default algorithm, key size is 2048) or <code>"ECDSA"</code> (uses the
|
||||
P-256 elliptic curve).</p>
|
||||
certificates. Can be one of <code>"RSA-2048"</code> (default), <code>"RSA-3072"</code>, <code>"RSA-4096"</code> or <code>"ECDSA-P256"</code>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><code>certificateValidityPeriod</code><br/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue