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 +```