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.