Kubernetes
Kubernetes 安装 Cloudnet 客户端
支持的 Kubernetes 版本: Kubernetes 1.20+, amd64/arm64
安装客户端
helm repo add cloudnet https://pkgs.cloudnet.world/charts
helm repo update
helm install cloudnet cloudnet/cloudnet -n cnet --create-namespace --set authKey=<PreAuthKey>
更新客户端
helm repo update
helm upgrade -i cloudnet cloudnet/cloudnet -n cnet --set authKey=<PreAuthKey>
卸载客户端
helm uninstall cloudnet -n cnet
最后修改 2023.08.06:
dev (cc5b327)