File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
content/en/docs/reference/config-api Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ components by adding customized setting or overriding kubeadm default settings.<
113
113
</span ></pre ><p >The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances deployed
114
114
in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p >
115
115
<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
117
117
for kube proxy official documentation.</p >
118
118
<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 " >
119
119
</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 " >
120
120
</span ><span style =" color :#bbb " > </span >...<span style =" color :#bbb " >
121
121
</span ></pre ><p >The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
122
122
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p >
123
123
<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
125
125
for kubelet official documentation.</p >
126
126
<p >Here is a fully populated example of a single YAML file containing multiple
127
127
configuration types to be used during a <code >kubeadm init</code > run.</p >
@@ -1307,4 +1307,4 @@ current node is registered.</p>
1307
1307
</tr >
1308
1308
</tbody >
1309
1309
</table >
1310
-
1310
+
Original file line number Diff line number Diff line change @@ -122,15 +122,15 @@ components by adding customized setting or overriding kubeadm default settings.<
122
122
</span ></pre ><p >The KubeProxyConfiguration type should be used to change the configuration passed to kube-proxy instances
123
123
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p >
124
124
<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
126
126
for kube-proxy official documentation.</p >
127
127
<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 " >
128
128
</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 " >
129
129
</span ><span style =" color :#bbb " > </span >...<span style =" color :#bbb " >
130
130
</span ></pre ><p >The KubeletConfiguration type should be used to change the configurations that will be passed to all kubelet instances
131
131
deployed in the cluster. If this object is not provided or provided only partially, kubeadm applies defaults.</p >
132
132
<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
134
134
for kubelet official documentation.</p >
135
135
<p >Here is a fully populated example of a single YAML file containing multiple
136
136
configuration types to be used during a <code >kubeadm init</code > run.</p >
You can’t perform that action at this time.
0 commit comments