Skip to content

Commit 095fae2

Browse files
authored
Merge pull request kubernetes-sigs#380 from tengqm/update-kubeadm-v1beta4
Update v1beta4 for encryptionAlgorithm description
2 parents ea17805 + 066e8f7 commit 095fae2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

genref/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/kubernetes-sigs/reference-docs/genref
33
go 1.22.0
44

55
require (
6-
github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037
6+
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd
77
github.com/yuin/goldmark v1.7.4
88
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
99
k8s.io/api v0.31.0

genref/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ github.com/tengqm/kubeconfig v0.0.0-20240930132239-1cc1d1cb52e4 h1:4u8L7NEVHw9iD
108108
github.com/tengqm/kubeconfig v0.0.0-20240930132239-1cc1d1cb52e4/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
109109
github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037 h1:GJCOkFd31d9AZ+uAMMOc0EUAe7mHrGVGteCnvPIX/HU=
110110
github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
111+
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd h1:rxUaKQ4IXpDkuqsGviKsCJZlubXYI9aI32AwCOgUeTY=
112+
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
111113
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
112114
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
113115
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

genref/output/md/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)