Skip to content

Commit c7ed438

Browse files
committed
Fix kubeadm-config links
This PR fixes the links for kubeadm-config APIs.
1 parent 9c8e575 commit c7ed438

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/en/docs/reference/setup-tools/kubeadm/kubeadm-init-phase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ install them selectively.
144144
{{< /tabs >}}
145145

146146
For more details on each field in the `v1beta3` configuration you can navigate to our
147-
[API reference pages.] (https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3)
147+
[API reference pages.](/docs/reference/config-api/kubeadm-config.v1beta3/)
148148

149149
## {{% heading "whatsnext" %}}
150150

content/en/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and kube-proxy you can use `KubeletConfiguration` and `KubeProxyConfiguration`,
1414

1515
All of these options are possible via the kubeadm configuration API.
1616
For more details on each field in the configuration you can navigate to our
17-
[API reference pages](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3).
17+
[API reference pages](/docs/reference/config-api/kubeadm-config.v1beta3/).
1818

1919
{{< note >}}
2020
Customizing the CoreDNS deployment of kubeadm is currently not supported. You must manually
@@ -202,7 +202,7 @@ For more details see [Configuring each kubelet in your cluster using kubeadm](/d
202202
To customize kube-proxy you can pass a `KubeProxyConfiguration` next your `ClusterConfiguration` or
203203
`InitConfiguration` to `kubeadm init` separated by `---`.
204204

205-
For more details you can navigate to our [API reference pages](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3).
205+
For more details you can navigate to our [API reference pages](/docs/reference/config-api/kubeadm-config.v1beta3/).
206206

207207
{{< note >}}
208208
kubeadm deploys kube-proxy as a {{< glossary_tooltip text="DaemonSet" term_id="daemonset" >}}, which means

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ option. Your cluster requirements may need a different configuration.
115115

116116
{{< note >}}
117117
The `kubeadm init` flags `--config` and `--certificate-key` cannot be mixed, therefore if you want
118-
to use the [kubeadm configuration](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3)
118+
to use the [kubeadm configuration](/docs/reference/config-api/kubeadm-config.v1beta3/)
119119
you must add the `certificateKey` field in the appropriate config locations
120120
(under `InitConfiguration` and `JoinConfiguration: controlPlane`).
121121
{{< /note >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Kubernetes components like the kubelet and kube-controller-manager use the defau
369369
for the feature to work.
370370

371371
To workaround this issue you can configure the flex-volume directory using the kubeadm
372-
[configuration file](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3).
372+
[configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/).
373373

374374
On the primary control-plane Node (created using `kubeadm init`) pass the following
375375
file using `--config`:

0 commit comments

Comments
 (0)