From 88145a73e65af50fc1e4352e2ddffd0a2caa7282 Mon Sep 17 00:00:00 2001 From: rohow Date: Mon, 2 Sep 2024 12:17:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(DOC):=20=E5=8D=87=E7=BA=A7k3s=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/README.md b/install/README.md index 4a673da..77a2cde 100644 --- a/install/README.md +++ b/install/README.md @@ -25,7 +25,7 @@ mkdir -p /etc/rancher/k3s && vim /etc/rancher/k3s/config.yaml ### 安装k3s 此处注意安装类型 是server 还是 agent ```shell curl -sfL https://get.k3s.io | \ - INSTALL_K3S_VERSION=v1.30.2+k3s2 \ + INSTALL_K3S_VERSION=v1.30.4+k3s1 \ INSTALL_K3S_MIRROR=cn \ sh -s - server ``` @@ -63,4 +63,4 @@ kubectl taint nodes tca node-role.kubernetes.io/master:NoSchedule 可以在需要加速的节点屏蔽目标ip 比如85.113.71.11 让tailscale强制走drep服务器进行加速 ```shell iptables -A OUTPUT -p udp --dport 41641 -d 85.113.71.11 -j DROP -``` \ No newline at end of file +```