Skip to content

Commit

Permalink
e2e: use minikube OS with nbd dynamic module
Browse files Browse the repository at this point in the history
For rbd-nbd testing purpose, this is needed.
At least until we have minikube release with
kubernetes/minikube#10217

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
  • Loading branch information
Prasanna Kumar Kalever committed Jan 25, 2021
1 parent 0d5efe9 commit 557d306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ fi
# caller did set EXTRA_CONFIG in the environment
EXTRA_CONFIG="${EXTRA_CONFIG} --extra-config=kubelet.resolv-conf=${RESOLV_CONF}"

# TESTING: use alternative minikube OS which has nbd module in the VM
EXTRA_CONFIG="${EXTRA_CONFIG} --iso-url=https://people.redhat.com/ndevos/minikube/minikube_add-nbd.iso"

#extra Rook configuration
ROOK_BLOCK_POOL_NAME=${ROOK_BLOCK_POOL_NAME:-"newrbdpool"}

Expand Down

0 comments on commit 557d306

Please sign in to comment.