Skip to content

Fix typo in kubeadm config v1beta4 #381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion genref/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kubernetes-sigs/reference-docs/genref
go 1.22.0

require (
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd
github.com/tengqm/kubeconfig v0.0.0-20241202132320-61c37a6e866e
github.com/yuin/goldmark v1.7.4
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
k8s.io/api v0.31.0
Expand Down
2 changes: 2 additions & 0 deletions genref/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037 h1:GJCOkFd31d9AZ
github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd h1:rxUaKQ4IXpDkuqsGviKsCJZlubXYI9aI32AwCOgUeTY=
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
github.com/tengqm/kubeconfig v0.0.0-20241202132320-61c37a6e866e h1:NFRpaOOPz93YXRmsfI36d+XtIcTE7trHntjtJ6pKCbs=
github.com/tengqm/kubeconfig v0.0.0-20241202132320-61c37a6e866e/go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
2 changes: 1 addition & 1 deletion genref/output/md/kubeadm-config.v1beta4.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ configuration types to be used during a <code>kubeadm init</code> run.</p>
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">dns</span>:<span style="color:#bbb">
</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">
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">proxy</span>:<span style="color:#bbb">
</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">
</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">
</span><span style="color:#bbb">
</span><span style="color:#bbb"></span>---<span style="color:#bbb">
</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">
Expand Down