From 01996012bb52c71816a7ea2c3628287abdc4581a Mon Sep 17 00:00:00 2001 From: blueblue Date: Wed, 25 Apr 2018 10:00:18 +0800 Subject: [PATCH] kubernetes-deploy: set etcd pod restartPolicy=Always --- hack/kubernetes-deploy/etcd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/kubernetes-deploy/etcd.yml b/hack/kubernetes-deploy/etcd.yml index 55a921745..84bf6be95 100644 --- a/hack/kubernetes-deploy/etcd.yml +++ b/hack/kubernetes-deploy/etcd.yml @@ -47,7 +47,7 @@ spec: - containerPort: 2380 name: server protocol: TCP - restartPolicy: Never + restartPolicy: Always --- @@ -106,7 +106,7 @@ spec: - containerPort: 2380 name: server protocol: TCP - restartPolicy: Never + restartPolicy: Always --- @@ -165,7 +165,7 @@ spec: - containerPort: 2380 name: server protocol: TCP - restartPolicy: Never + restartPolicy: Always ---