From d118fe4ee0535c670551405b0be08886b2de0a87 Mon Sep 17 00:00:00 2001 From: offends Date: Thu, 17 Sep 2026 22:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 部署文档/Kubeadm/Kubeadm基础常用命令.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/部署文档/Kubeadm/Kubeadm基础常用命令.md b/部署文档/Kubeadm/Kubeadm基础常用命令.md index 812310d..5ace491 100644 --- a/部署文档/Kubeadm/Kubeadm基础常用命令.md +++ b/部署文档/Kubeadm/Kubeadm基础常用命令.md @@ -12,4 +12,12 @@ ```bash kubeadm config images list --config kubeadm.yaml - ``` \ No newline at end of file + ``` + +- 加入集群时生成 Token + + ```bash + kubeadm token create --ttl 0 --print-join-command + ``` + + \ No newline at end of file