1 安装helm3
1.1 CentOS
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh
chmod 700 get_helm.sh
./get_helm.sh
ls /usr/local/bin/helm
helm version
1.2 MAC OS
brew install helm
2 自定义安装spinnaker
2.1 下载并自定义spinnaker chart
法一: