利用chocolate包管理工具安装helm

2022-11-24,,,,

在powershell中执行

1 安装choco包管理工具

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

2 安装Helm客户端

choco install kubernetes-helm

利用chocolate包管理工具安装helm的相关教程结束。

《利用chocolate包管理工具安装helm.doc》

下载本文的Word格式文档,以方便收藏与打印。