### k3s #### 代理配置 + /etc/systemd/system/k3s.service.env ```conf http_proxy="http://10.2.8.19:7897" https_proxy="http://10.2.8.19:7897" ``` ```shell systemctl daemon-reload systemctl restart k3s ``` ``` # 基于Pid进入 bash,假设pid为12667 nsenter -n -t 12667 bash ```