我无法在基于linux的aws服务器上本地安装helm,我检查了helm文档并发现了以下步骤,但是得到了一个错误,需要帮助。
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh


发布于 2022-08-01 14:32:52
需要apt-transport-https,有关Debian/Ubuntu安装指南,请参阅这里。
https://stackoverflow.com/questions/73192151
复制相似问题