Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions e2e-tests/demand-backup-fs/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ test_dir=$(realpath $(dirname $0))
. ${test_dir}/../functions
set_debug

if [[ "${OPENSHIFT}" ]]; then
echo "This test is not supported on OpenShift due to nfs privileged. See K8SPSMDB-1262"
exit 0
fi

deploy_nfs_server() {
kubectl_bin create namespace storage
kubectl_bin apply -n storage -f ${test_dir}/conf/nfs-server.yaml
Expand Down