Skip to content

Commit 6be193b

Browse files
committed
Tune config API links
We favor links to generated docs targetting non-developer audiences over golang specifics.
1 parent 0a474e7 commit 6be193b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ similar to the following example:
4343
kubeadm init --pod-network-cidr=10.244.0.0/16,2001:db8:42:0::/56 --service-cidr=10.96.0.0/16,2001:db8:42:1::/112
4444
```
4545

46-
To make things clearer, here is an example kubeadm [configuration file](https://pkg.go.dev/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3) `kubeadm-config.yaml` for the primary dual-stack control plane node.
46+
To make things clearer, here is an example kubeadm
47+
[configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/)
48+
`kubeadm-config.yaml` for the primary dual-stack control plane node.
4749

4850
```yaml
4951
---
@@ -81,7 +83,8 @@ The `--apiserver-advertise-address` flag does not support dual-stack.
8183

8284
Before joining a node, make sure that the node has IPv6 routable network interface and allows IPv6 forwarding.
8385

84-
Here is an example kubeadm [configuration file](https://pkg.go.dev/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3) `kubeadm-config.yaml` for joining a worker node to the cluster.
86+
Here is an example kubeadm [configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/)
87+
`kubeadm-config.yaml` for joining a worker node to the cluster.
8588

8689
```yaml
8790
apiVersion: kubeadm.k8s.io/v1beta3
@@ -98,7 +101,9 @@ nodeRegistration:
98101
node-ip: 10.100.0.3,fd00:1:2:3::3
99102
```
100103

101-
Also, here is an example kubeadm [configuration file](https://pkg.go.dev/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3) `kubeadm-config.yaml` for joining another control plane node to the cluster.
104+
Also, here is an example kubeadm [configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/)
105+
`kubeadm-config.yaml` for joining another control plane node to the cluster.
106+
102107
```yaml
103108
apiVersion: kubeadm.k8s.io/v1beta3
104109
kind: JoinConfiguration
@@ -132,7 +137,9 @@ Dual-stack support doesn't mean that you need to use dual-stack addressing.
132137
You can deploy a single-stack cluster that has the dual-stack networking feature enabled.
133138
{{< /note >}}
134139

135-
To make things more clear, here is an example kubeadm [configuration file](https://pkg.go.dev/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3) `kubeadm-config.yaml` for the single-stack control plane node.
140+
To make things more clear, here is an example kubeadm
141+
[configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/)
142+
`kubeadm-config.yaml` for the single-stack control plane node.
136143

137144
```yaml
138145
apiVersion: kubeadm.k8s.io/v1beta3

0 commit comments

Comments
 (0)