From b6000dc915b90fc1864c0c65e8ef101fadbf7ea5 Mon Sep 17 00:00:00 2001 From: Li Yi Date: Mon, 26 Aug 2019 20:10:45 +0800 Subject: [PATCH] Update Ingress to 0.25.1 and Istio to 1.2.4 --- README.md | 10 +++++----- images.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d173f2e..d313db8 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Win: %UserProfile%\.kube\config ```shell kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml -kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/cloud-generic.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud-generic.yaml ``` 验证 @@ -203,7 +203,7 @@ kubectl delete -f sample/ingress.yaml #### 删除 Ingress ```shell -kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/cloud-generic.yaml +kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud-generic.yaml kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml ``` @@ -278,11 +278,11 @@ helm repo update 可以根据文档安装 Istio https://istio.io/docs/setup/kubernetes/ -#### 下载 Istio 1.1.1 并安装 CLI +#### 下载 Istio 1.2.4 并安装 CLI ```bash -curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.2 sh - -cd istio-1.2.2/ +curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.4 sh - +cd istio-1.2.4/ export PATH=$PWD/bin:$PATH ``` diff --git a/images.properties b/images.properties index b3f6c19..4f4afc7 100644 --- a/images.properties +++ b/images.properties @@ -7,4 +7,4 @@ k8s.gcr.io/etcd:3.3.10=registry.cn-hangzhou.aliyuncs.com/google_containers/etcd: k8s.gcr.io/coredns:1.3.1=registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:1.3.1 k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1=registry.cn-hangzhou.aliyuncs.com/google_containers/kubernetes-dashboard-amd64:v1.10.1 quay.io/coreos/hyperkube:v1.7.6_coreos.0=registry.cn-hangzhou.aliyuncs.com/coreos_containers/hyperkube:v1.7.6_coreos.0 -quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.25.0=registry.cn-hangzhou.aliyuncs.com/google_containers/nginx-ingress-controller:0.25.0 +quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.25.1=registry.cn-hangzhou.aliyuncs.com/google_containers/nginx-ingress-controller:0.25.1