Linux使用K3S安装wireguard带UI面板



apt update
apt install curl -y

curl -sfL https://get.k3s.io | sh -s – –disable traefik –disable metrics-server #安装K3S
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash #安装helm

#设置环境变量
nano /etc/profile
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
source /etc/profile

wireguard 项目地址 https://github.com/Place1/wg-access-server/tree/master/deploy/helm/wg-access-server .

2 comments

Comments are closed.