装好了 k3s 和 helm3 ,准备安装个 ingress
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update helm install ingress-nginx ingress-nginx/ingress-nginx
结果 install 怎么都是超时
以前 k8s 还是用 docker 容器,给 docker 设置代理就可以了 现在容器换成 containerd 了,代理的环境变量变成 CONTAINERD_HTTP_PROXY 了
重要搞定了不容易。
我在服务器是这样设置代理的: 1 、ssh -D localhost:1080 海外主机 2 、使用 privoxy 把 sock5 转成 http
v 友们在服务器上怎么设置代理的?