File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/kubernetes-sigs/reference-docs/genref
3
3
go 1.22.0
4
4
5
5
require (
6
- github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd
6
+ github.com/tengqm/kubeconfig v0.0.0-20241202132320-61c37a6e866e
7
7
github.com/yuin/goldmark v1.7.4
8
8
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
9
9
k8s.io/api v0.31.0
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037 h1:GJCOkFd31d9AZ
110
110
github.com/tengqm/kubeconfig v0.0.0-20240930134458-a0641b81f037 /go.mod h1:8hfEiqPY5JOPZgrmhZjZ6OcsBc9+WlrA88hLxH7KiVw =
111
111
github.com/tengqm/kubeconfig v0.0.0-20241130055517-0387042f15dd h1:rxUaKQ4IXpDkuqsGviKsCJZlubXYI9aI32AwCOgUeTY =
112
112
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 =
113
115
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
114
116
github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
115
117
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ configuration types to be used during a <code>kubeadm init</code> run.</p>
278
278
</span ><span style =" color :#bbb " ></span ><span style =" color :#000 ;font-weight :bold " >dns</span >:<span style =" color :#bbb " >
279
279
</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 " >
280
280
</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 " >
282
282
</span ><span style =" color :#bbb " >
283
283
</span ><span style =" color :#bbb " ></span >---<span style =" color :#bbb " >
284
284
</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 " >
You can’t perform that action at this time.
0 commit comments