Skip to content

Commit af2e3cf

Browse files
authored
Merge pull request #381 from tengqm/fix-kubeadm-typo
Fix typo in kubeadm config v1beta4
2 parents 095fae2 + e5a36e6 commit af2e3cf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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-20241130055517-0387042f15dd
6+
github.com/tengqm/kubeconfig v0.0.0-20241202132320-61c37a6e866e
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
@@ -110,6 +110,8 @@ github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037 h1:GJCOkFd31d9AZ
110110
github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
111111
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd h1:rxUaKQ4IXpDkuqsGviKsCJZlubXYI9aI32AwCOgUeTY=
112112
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
113+
github.com/tengqm/kubeconfig v0.0.0-20241202132320-61c37a6e866e h1:NFRpaOOPz93YXRmsfI36d+XtIcTE7trHntjtJ6pKCbs=
114+
github.com/tengqm/kubeconfig v0.0.0-20241202132320-61c37a6e866e/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
113115
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
114116
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
115117
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

genref/output/md/kubeadm-config.v1beta4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ configuration types to be used during a <code>kubeadm init</code> run.</p>
278278
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">dns</span>:<span style="color:#bbb">
279279
</span><span style="color:#bbb"> </span><span style="color:#000;font-weight:bold">disabled</span>:<span style="color:#bbb"> </span><span style="color:#000;font-weight:bold">true</span><span style="color:#bbb"> </span><span style="color:#998;font-style:italic"># disable CoreDNS</span><span style="color:#bbb">
280280
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">proxy</span>:<span style="color:#bbb">
281-
</span><span style="color:#bbb"> </span><span style="color:#000;font-weight:bold">diabled</span>:<span style="color:#bbb"> </span><span style="color:#000;font-weight:bold">true</span><span style="color:#bbb"> </span><span style="color:#998;font-style:italic"># disable kube-proxy</span><span style="color:#bbb">
281+
</span><span style="color:#bbb"> </span><span style="color:#000;font-weight:bold">disabled</span>:<span style="color:#bbb"> </span><span style="color:#000;font-weight:bold">true</span><span style="color:#bbb"> </span><span style="color:#998;font-style:italic"># disable kube-proxy</span><span style="color:#bbb">
282282
</span><span style="color:#bbb">
283283
</span><span style="color:#bbb"></span>---<span style="color:#bbb">
284284
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">apiVersion</span>:<span style="color:#bbb"> </span>kubelet.config.k8s.io/v1beta1<span style="color:#bbb">

0 commit comments

Comments
 (0)