From 15d02afea5c7055e244a3b09b06c203377cf5f83 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Wed, 19 Oct 2016 11:56:27 -0400 Subject: [PATCH] Set non-always RestartPolicy for write-pod in pv e2e --- test/e2e/persistent_volumes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/persistent_volumes.go b/test/e2e/persistent_volumes.go index d26ffb8ebcf..7f2bae26145 100644 --- a/test/e2e/persistent_volumes.go +++ b/test/e2e/persistent_volumes.go @@ -649,6 +649,7 @@ func makeWritePod(ns string, pvcName string) *api.Pod { }, }, }, + RestartPolicy: api.RestartPolicyOnFailure, Volumes: []api.Volume{ { Name: "nfs-pvc",