We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e3eae commit f3bfc9dCopy full SHA for f3bfc9d
1 file changed
e2e-tests/demand-backup-fs/run
@@ -6,6 +6,11 @@ test_dir=$(realpath $(dirname $0))
6
. ${test_dir}/../functions
7
set_debug
8
9
+if [ -n "${OPENSHIFT}" ]; then
10
+ echo "This test is not supported on OpenShift due to nfs privileged. See K8SPSMDB-1262"
11
+ exit 0
12
+fi
13
+
14
deploy_nfs_server() {
15
kubectl_bin create namespace storage
16
kubectl_bin apply -n storage -f ${test_dir}/conf/nfs-server.yaml
0 commit comments