Skip to content

Commit

Permalink
Update Tiller version
Browse files Browse the repository at this point in the history
避免出现 incompatible versions
  • Loading branch information
InoueKonoha committed Feb 1, 2019
1 parent 7db2c6e commit a283204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mas
brew install kubernetes-helm
# Install Tiller into your Kubernetes cluster
helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.11.0 --skip-refresh
helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.12.2 --skip-refresh
# update charts repo (Optional)
helm repo update
Expand All @@ -211,7 +211,7 @@ helm repo update
choco install kubernetes-helm
# Install Tiller into your Kubernetes cluster
helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.11.0 --skip-refresh
helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.12.2 --skip-refresh
# update charts repo (Optional)
helm repo update
Expand Down

0 comments on commit a283204

Please sign in to comment.