Skip to content

Commit 239eb65

Browse files
authored
Merge pull request #30071 from chetak123/main
changed links from beta2-beta3
2 parents 8c73ffe + 8387af3 commit 239eb65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ If your configuration is not using the latest version it is **recommended** that
287287
the [kubeadm config migrate](/docs/reference/setup-tools/kubeadm/kubeadm-config/) command.
288288

289289
For more information on the fields and usage of the configuration you can navigate to our
290-
[API reference](/docs/reference/config-api/kubeadm-config.v1beta2/).
290+
[API reference](/docs/reference/config-api/kubeadm-config.v1beta3/).
291291

292292
## {{% heading "whatsnext" %}}
293293

content/en/docs/setup/production-environment/tools/kubeadm/dual-stack-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ networking:
158158

159159
* [Validate IPv4/IPv6 dual-stack](/docs/tasks/network/validate-dual-stack) networking
160160
* Read about [Dual-stack](/docs/concepts/services-networking/dual-stack/) cluster networking
161-
* Learn more about the kubeadm [configuration format](/docs/reference/config-api/kubeadm-config.v1beta2/)
161+
* Learn more about the kubeadm [configuration format](/docs/reference/config-api/kubeadm-config.v1beta3/)

content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Error from server: Get https://10.19.0.41:10250/containerLogs/default/mysql-ddc6
262262
When using DigitalOcean, it can be the public one (assigned to `eth0`) or
263263
the private one (assigned to `eth1`) should you want to use the optional
264264
private network. The `kubeletExtraArgs` section of the kubeadm
265-
[`NodeRegistrationOptions` structure](/docs/reference/config-api/kubeadm-config.v1beta2/#kubeadm-k8s-io-v1beta2-NodeRegistrationOptions)
265+
[`NodeRegistrationOptions` structure](/docs/reference/config-api/kubeadm-config.v1beta3/#kubeadm-k8s-io-v1beta3-NodeRegistrationOptions)
266266
can be used for this.
267267

268268
Then restart `kubelet`:
@@ -336,7 +336,7 @@ Alternatively, you can try separating the `key=value` pairs like so:
336336
`--apiserver-extra-args "enable-admission-plugins=LimitRanger,enable-admission-plugins=NamespaceExists"`
337337
but this will result in the key `enable-admission-plugins` only having the value of `NamespaceExists`.
338338

339-
A known workaround is to use the kubeadm [configuration file](/docs/reference/config-api/kubeadm-config.v1beta2/).
339+
A known workaround is to use the kubeadm [configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/).
340340

341341
## kube-proxy scheduled before node is initialized by cloud-controller-manager
342342

0 commit comments

Comments
 (0)