minishift / minishift

Run OpenShift 3.x locally | This project does not see active developement and maintenance.
Apache License 2.0
2.47k stars 475 forks source link

Cannot get OpenShift release version v3.11.0: #3568

Open djnotes opened 1 year ago

djnotes commented 1 year ago

General information

Steps to reproduce

  1. Get minishift and install it
  2. Run "minishift start"

Expected

Successful start, like Minikube

Actual

Failed start

Logs


[username@fedora ~]$ minishift start --show-libmachine-logs -v5
-- minishift version: v1.34.3+4b58f89
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... SKIP
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK
-- Checking if KVM driver is installed ... 
   Driver is available at /usr/local/bin/docker-machine-driver-kvm ... 
   Checking driver binary is executable ... OK
-- Checking if Libvirt is installed ... OK
-- Checking if Libvirt default network is present ... OK
-- Checking if Libvirt default network is active ... OK
-- Checking the ISO URL ... OK
Error starting the cluster: Error attempting to download and cache 'oc': Cannot get the OpenShift release version v3.11.0: GET https://api.github.com/repos/openshift/origin/releases/tags/v3.11.0: 401 Bad credentials []

Do I need to pass some kind of GH secret or something to the start command?

gbraad commented 1 year ago

Opening https://api.github.com/repos/openshift/origin/releases/tags/v3.11.0 works and shows release details, so please check if you are using a proxy.