利用chocolate包管理工具安装helm
在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