We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e3eae commit b5ff299Copy full SHA for b5ff299
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 [[ "${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