Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get OpenShift release version v3.11.0: #3568

Open
djnotes opened this issue Sep 28, 2022 · 1 comment
Open

Cannot get OpenShift release version v3.11.0: #3568

djnotes opened this issue Sep 28, 2022 · 1 comment

Comments

@djnotes
Copy link

djnotes commented Sep 28, 2022

General information

  • Minishift version: 3.11.0
  • OS: Linux
  • Hypervisor: KVM

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
Copy link
Member

gbraad commented Dec 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants