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
最后修改 2026.09.11:
feat(seo): 统一文档规范地址、元数据与分享图片 (695d49c)