Commit a71dd087 authored by 胡凯旋's avatar 胡凯旋

use helm2.10.0 from current project

parent 9ad864c5
...@@ -48,8 +48,8 @@ http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-da ...@@ -48,8 +48,8 @@ http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-da
### 安装Helm ### 安装Helm
为了之后能够使用 `gm-cli` 更方便地进行本地环境的搭建与开发,需要安装配置helm 为了之后能够使用 `gm-cli` 更方便地进行本地环境的搭建与开发,需要安装配置helm
``` ```
# 用 homebrew 安装 Helm # 用当前目录下的可执行文件,版本2.10.0
$ brew install kubernetes-helm $ cp helm /usr/local/bin/helm
# 初始化本地 CLI 并 将 Tiller 安装到 Kubernetes cluster # 初始化本地 CLI 并 将 Tiller 安装到 Kubernetes cluster
$ mkdir -p ~/.helm/repository $ mkdir -p ~/.helm/repository
......
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment