From d0bc1807498decac8a3f3c5a8aa03ab674939ad2 Mon Sep 17 00:00:00 2001 From: Martin <1403951401@qq.com> Date: Thu, 20 Mar 2025 10:26:19 +0800 Subject: [PATCH] 6444 -> 6443 --- init-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-k8s.sh b/init-k8s.sh index 4380b85..f79e4a3 100644 --- a/init-k8s.sh +++ b/init-k8s.sh @@ -175,7 +175,7 @@ bootstrapTokens: kind: InitConfiguration localAPIEndpoint: advertiseAddress: $(hostname -I | awk '{print $1}') - bindPort: 6444 + bindPort: 6443 nodeRegistration: criSocket: unix:///var/run/containerd/containerd.sock imagePullPolicy: IfNotPresent