Skip to content

Commit dabeea7

Browse files
authored
Merge pull request #34875 from tengqm/update-kubeadm-ref
Update kubeadm reference
2 parents 7000541 + cb16735 commit dabeea7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/en/docs/reference/config-api/kubeadm-config.v1beta2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ components by adding customized setting or overriding kubeadm default settings.<
113113
</span></pre><p>The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances deployed
114114
in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
115115
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ or
116-
https://godoc.org/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
116+
https://pkg.go.dev/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
117117
for kube proxy official documentation.</p>
118118
<pre style="background-color:#fff"><span style="color:#000;font-weight:bold">apiVersion</span>:<span style="color:#bbb"> </span>kubelet.config.k8s.io/v1beta1<span style="color:#bbb">
119119
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">kind</span>:<span style="color:#bbb"> </span>KubeletConfiguration<span style="color:#bbb">
120120
</span><span style="color:#bbb"> </span>...<span style="color:#bbb">
121121
</span></pre><p>The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
122122
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
123123
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ or
124-
https://godoc.org/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
124+
https://pkg.go.dev/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
125125
for kubelet official documentation.</p>
126126
<p>Here is a fully populated example of a single YAML file containing multiple
127127
configuration types to be used during a <code>kubeadm init</code> run.</p>
@@ -1307,4 +1307,4 @@ current node is registered.</p>
13071307
</tr>
13081308
</tbody>
13091309
</table>
1310-
1310+

content/en/docs/reference/config-api/kubeadm-config.v1beta3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ components by adding customized setting or overriding kubeadm default settings.<
122122
</span></pre><p>The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances
123123
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
124124
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ or
125-
https://godoc.org/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
125+
https://pkg.go.dev/k8s.io/kube-proxy/config/v1alpha1#KubeProxyConfiguration
126126
for kube-proxy official documentation.</p>
127127
<pre style="background-color:#fff"><span style="color:#000;font-weight:bold">apiVersion</span>:<span style="color:#bbb"> </span>kubelet.config.k8s.io/v1beta1<span style="color:#bbb">
128128
</span><span style="color:#bbb"></span><span style="color:#000;font-weight:bold">kind</span>:<span style="color:#bbb"> </span>KubeletConfiguration<span style="color:#bbb">
129129
</span><span style="color:#bbb"> </span>...<span style="color:#bbb">
130130
</span></pre><p>The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
131131
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p>
132132
<p>See https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ or
133-
https://godoc.org/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
133+
https://pkg.go.dev/k8s.io/kubelet/config/v1beta1#KubeletConfiguration
134134
for kubelet official documentation.</p>
135135
<p>Here is a fully populated example of a single YAML file containing multiple
136136
configuration types to be used during a <code>kubeadm init</code> run.</p>

0 commit comments

Comments
 (0)