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
If you do not have the token, you can get it by running the following command on the control-plane node:
755
-
-->
756
-
如果你没有令牌,可以通过在控制平面节点上运行以下命令来获取令牌:
738
+
### Adding more control plane nodes
757
739
758
-
```bash
759
-
kubeadm token list
760
-
```
761
-
762
-
<!--
763
-
The output is similar to this:
764
-
-->
765
-
输出类似于以下内容:
740
+
See [Creating Highly Available Clusters with kubeadm](/docs/setup/production-environment/tools/kubeadm/high-availability/) for steps on creating a high availability kubeadm cluster by adding more control plane
741
+
nodes.
766
742
767
-
```console
768
-
TOKEN TTL EXPIRES USAGES DESCRIPTION EXTRA GROUPS
769
-
8ewj1p.9r9hcjoqgajrj4gi 23h 2018-06-12T02:51:28Z authentication, The default bootstrap system:
770
-
signing token generated by bootstrappers:
771
-
'kubeadm init'. kubeadm:
772
-
default-node-token
773
-
```
743
+
### Adding worker nodes {#join-nodes}
774
744
775
-
<!--
776
-
By default, tokens expire after 24 hours. If you are joining a node to the cluster after the current token has expired,
777
-
you can create a new token by running the following command on the control-plane node:
778
-
-->
779
-
默认情况下,令牌会在 24 小时后过期。如果要在当前令牌过期后将节点加入集群,
780
-
则可以通过在控制平面节点上运行以下命令来创建新令牌:
745
+
The worker nodes are where your workloads run.
781
746
782
-
```bash
783
-
kubeadm token create
784
-
```
747
+
The following pages show how to add Linux and Windows worker nodes to the cluster by using
748
+
the `kubeadm join` command:
785
749
786
-
<!--
787
-
The output is similar to this:
750
+
* [Adding Linux worker nodes](/docs/tasks/administer-cluster/kubeadm/adding-linux-nodes/)
751
+
* [Adding Windows worker nodes](/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/)
To specify an IPv6 tuple for `<control-plane-host>:<control-plane-port>`, IPv6 address must be enclosed in square brackets, for example: `[2001:db8::101]:2073`.
0 commit comments