From 36dd257ba167c36f8589b985835b2a97f2ae215e Mon Sep 17 00:00:00 2001 From: XsWack Date: Mon, 21 Aug 2017 10:36:21 +0800 Subject: [PATCH] The etcd container link is out of date in the yaml The etcd container link is out of date in the yaml file and there is something wrong when run the gcr.io/google_containers/etcd:2.0.9 container --- docs/admin/high-availability/etcd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/high-availability/etcd.yaml b/docs/admin/high-availability/etcd.yaml index fc9fe67e75..8bcf52b159 100644 --- a/docs/admin/high-availability/etcd.yaml +++ b/docs/admin/high-availability/etcd.yaml @@ -5,7 +5,7 @@ metadata: spec: hostNetwork: true containers: - - image: gcr.io/google_containers/etcd:2.0.9 + - image: gcr.io/google_containers/etcd:3.0.17 name: etcd-container command: - /usr/local/bin/etcd