You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
84
+
To make things clearer, here is an example kubeadm
@@ -138,14 +140,15 @@ The `--apiserver-advertise-address` flag does not support dual-stack.
138
140
139
141
Before joining a node, make sure that the node has IPv6 routable network interface and allows IPv6 forwarding.
140
142
141
-
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.
143
+
Here is an example kubeadm [configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/)
144
+
`kubeadm-config.yaml`for joining a worker node to the cluster.
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.
170
+
Also, here is an example kubeadm [configuration file](/docs/reference/config-api/kubeadm-config.v1beta3/)
171
+
`kubeadm-config.yaml`for joining another control plane node to the cluster.
@@ -215,13 +219,14 @@ You can deploy a single-stack cluster that has the dual-stack networking feature
215
219
{{< /note >}}
216
220
217
221
<!--
218
-
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.
222
+
To make things more clear, here is an example kubeadm
0 commit comments