feat(install): 更新节点网络优化相关
这个提交包含在:
@@ -62,4 +62,10 @@ kubectl label nodes tca svccontroller.k3s.cattle.io/enablelb="true"
|
||||
### 给master节点添加污点
|
||||
```shell
|
||||
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
|
||||
```
|
||||
在新议题中引用
屏蔽一个用户