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.
2 parents b4c10e3 + b1b8184 commit 1ea3df3Copy full SHA for 1ea3df3
providers/microshift/microshift.sh
@@ -63,6 +63,8 @@ function _wait_microshift_up {
63
function _deploy_microshift_cluster {
64
# create network for microshift and registry to communicate
65
run $CTR_CMD network create ${MICROSHIFT_CTR_NETWORK}
66
+ # create volume for microshift
67
+ run $CTR_CMD volume create microshift-data --opt type=tmpfs --opt device=tmpfs --opt o=size=7G,uid=1000
68
# run the docker container
69
run_container "$CTR_CMD" \
70
"${MICROSHIFT_IMAGE}":"${MICROSHIFT_TAG}" "$MICROSHIFT_CONTAINER_NAME" \
0 commit comments