From a7cc59cca6ee86b87e8cfecf0e919b3999da2d03 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 28 Apr 2017 13:15:34 -0400 Subject: [PATCH] Support StatefulSet e2e tests by creating a hostpath default storage class filed upstream PR as well: https://github.com/kubernetes/kubernetes/pull/45119 Change-Id: I5350552a97e9efc40c592cb9df4b24c0bafdbd9f --- contrib/post_test_hook.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contrib/post_test_hook.sh b/contrib/post_test_hook.sh index 4878a5c..672eeab 100755 --- a/contrib/post_test_hook.sh +++ b/contrib/post_test_hook.sh @@ -122,6 +122,20 @@ echo "Dump Kubernetes Objects..." ./kubectl get serviceaccounts ./kubectl get services +echo "Create a default StorageClass since we do not have a cloud provider" +./kubectl create -f - <