Checking if requested OpenShift version ‘v3.11.43’ is valid … FAIL
1 min readMar 14, 2019
Error
[gloria@minishift01 ~]$ minishift start —
— Starting profile ‘minishift’
— Check if deprecated options are used … OK
— Checking if https://mirror.openshift.com is reachable … OK
— Checking if requested OpenShift version ‘v3.11.43’ is valid … FAIL
Solution
[gloria@minishift01 ~]$ minishift config set skip-check-openshift-release true
:D and that’s all!
Cheers folks!