From e780b00274d35a41ea8003549b5056f2f859d2fb Mon Sep 17 00:00:00 2001 From: ReSearchITEng Date: Fri, 6 Apr 2018 05:07:08 +0300 Subject: [PATCH] typo etcd image label (#7508) * typo etcd image label there is no gcr.io/google_containers/etcd-amd64:3.1.0, but there is: gcr.io/google_containers/etcd-amd64:3.1.10 (see https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/etcd-amd64?gcrImageListsize=50) As 3.1.10 is the preferred version for k8s 1.9 (as stated above), I guess this was a typo * typo doube etcd1 but no etcd2 --- docs/setup/independent/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/high-availability.md b/docs/setup/independent/high-availability.md index 510eddeb64..db4dd5dbe3 100644 --- a/docs/setup/independent/high-availability.md +++ b/docs/setup/independent/high-availability.md @@ -334,7 +334,7 @@ Please select one of the tabs to see installation instructions for the respectiv - --initial-cluster etcd0=https://:2380,etcd1=https://:2380,etcd2=https://:2380 \ - --initial-cluster-token my-etcd-token \ - --initial-cluster-state new - image: gcr.io/google_containers/etcd-amd64:3.1.0 + image: gcr.io/google_containers/etcd-amd64:3.1.10 livenessProbe: httpGet: path: /health