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.
46
+
To make things clearer, here is an example kubeadm
`kubeadm-config.yaml` for the primary dual-stack control plane node.
47
49
48
50
```yaml
49
51
---
@@ -81,7 +83,8 @@ The `--apiserver-advertise-address` flag does not support dual-stack.
81
83
82
84
Before joining a node, make sure that the node has IPv6 routable network interface and allows IPv6 forwarding.
83
85
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.
85
88
86
89
```yaml
87
90
apiVersion: kubeadm.k8s.io/v1beta3
@@ -98,7 +101,9 @@ nodeRegistration:
98
101
node-ip: 10.100.0.3,fd00:1:2:3::3
99
102
```
100
103
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
+
102
107
```yaml
103
108
apiVersion: kubeadm.k8s.io/v1beta3
104
109
kind: JoinConfiguration
@@ -132,7 +137,9 @@ Dual-stack support doesn't mean that you need to use dual-stack addressing.
132
137
You can deploy a single-stack cluster that has the dual-stack networking feature enabled.
133
138
{{< /note >}}
134
139
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
0 commit comments