diff --git a/README.md b/README.md index ad09347..72d0157 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ Error: incompatible versions client[v2.13.1] server[v2.12.2] brew install kubernetes-helm # Install Tiller into your Kubernetes cluster -helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.1 --skip-refresh +helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 --skip-refresh # Change helm repo helm repo add stable http://mirror.azure.cn/kubernetes/charts-incubator/ @@ -257,7 +257,7 @@ helm repo update ``` # Download binary release -在 https://github.com/helm/helm/releases 中找到匹配的版本并下载(需要梯子), 如: https://storage.googleapis.com/kubernetes-helm/helm-v2.14.1-darwin-amd64.tar.gz +在 https://github.com/helm/helm/releases 中找到匹配的版本并下载(需要梯子), 如: https://storage.googleapis.com/kubernetes-helm/helm-v2.14.3-darwin-amd64.tar.gz # Unpack @@ -295,11 +295,11 @@ helm repo update 可以根据文档安装 Istio https://istio.io/docs/setup/kubernetes/ -#### 下载 Istio 1.2.4 并安装 CLI +#### 下载 Istio 1.3.3 并安装 CLI ```bash -curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.4 sh - -cd istio-1.2.4/ +curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.3.3 sh - +cd istio-1.3.3/ export PATH=$PWD/bin:$PATH ``` diff --git a/README_en.md b/README_en.md index 5a3cb93..3822bab 100644 --- a/README_en.md +++ b/README_en.md @@ -151,7 +151,7 @@ Install helm following the instruction on https://github.com/helm/helm/blob/mast brew install kubernetes-helm # Install Tiller into your Kubernetes cluster -helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.1 --skip-refresh +helm init --upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 --skip-refresh # update charts repo (Optional) helm repo update @@ -175,11 +175,11 @@ helm repo update More details can be found in https://istio.io/docs/setup/kubernetes/ -Download Istio 1.2.4 and install CLI +Download Istio 1.3.3 and install CLI ```bash -curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.4 sh - -cd istio-1.2.4/ +curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.3.3 sh - +cd istio-1.3.3/ export PATH=$PWD/bin:$PATH ```