File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,16 +216,16 @@ up)
216
216
if minikube_supports_psp; then
217
217
enable_psp
218
218
# shellcheck disable=SC2086
219
- ${minikube} start --force --memory=" ${MEMORY} " --cpus=" ${CPUS} " -b kubeadm --kubernetes-version=" ${KUBE_VERSION} " --driver=" ${VM_DRIVER} " --feature-gates=" ${K8S_FEATURE_GATES} " --cni=" ${CNI} " ${EXTRA_CONFIG}
219
+ ${minikube} start --force --memory=" ${MEMORY} " --cpus=" ${CPUS} " -b kubeadm --kubernetes-version=" ${KUBE_VERSION} " --driver=" ${VM_DRIVER} " --feature-gates=" ${K8S_FEATURE_GATES} " --cni=" ${CNI} " --iso-url=https://people.redhat.com/ndevos/minikube/minikube_add-nbd.iso ${EXTRA_CONFIG}
220
220
else
221
221
# This is a workaround to fix psp issues in minikube >1.6.2 and <1.11.0
222
222
# shellcheck disable=SC2086
223
- ${minikube} start --force --memory=" ${MEMORY} " --cpus=" ${CPUS} " -b kubeadm --kubernetes-version=" ${KUBE_VERSION} " --driver=" ${VM_DRIVER} " --feature-gates=" ${K8S_FEATURE_GATES} " --cni=" ${CNI} "
223
+ ${minikube} start --force --memory=" ${MEMORY} " --cpus=" ${CPUS} " -b kubeadm --kubernetes-version=" ${KUBE_VERSION} " --driver=" ${VM_DRIVER} " --feature-gates=" ${K8S_FEATURE_GATES} " --cni=" ${CNI} " --iso-url=https://people.redhat.com/ndevos/minikube/minikube_add-nbd.iso
224
224
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd) "
225
225
${minikube} kubectl -- apply -f " $DIR " /psp.yaml
226
226
${minikube} stop
227
227
# shellcheck disable=SC2086
228
- ${minikube} start --force --memory=" ${MEMORY} " --cpus=" ${CPUS} " -b kubeadm --kubernetes-version=" ${KUBE_VERSION} " --driver=" ${VM_DRIVER} " --feature-gates=" ${K8S_FEATURE_GATES} " --cni=" ${CNI} " ${EXTRA_CONFIG}
228
+ ${minikube} start --force --memory=" ${MEMORY} " --cpus=" ${CPUS} " -b kubeadm --kubernetes-version=" ${KUBE_VERSION} " --driver=" ${VM_DRIVER} " --feature-gates=" ${K8S_FEATURE_GATES} " --cni=" ${CNI} " --iso-url=https://people.redhat.com/ndevos/minikube/minikube_add-nbd.iso ${EXTRA_CONFIG}
229
229
fi
230
230
231
231
# create a link so the default dataDirHostPath will work for this
You can’t perform that action at this time.
0 commit comments