Created
March 3, 2021 11:00
-
-
Save KurtStam/c0b797ca7d41b78458538bd2883efa77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syndesis minishift --install --full-reset --nodev --open --vm-driver hyperkit | |
Stopping the OpenShift cluster... | |
Cluster stopped. | |
Removed cache content at: '/Users/kstam/.minishift/cache' | |
Removing entries from kubeconfig for cluster: 192-168-42-83:8443 | |
Deleting the Minishift VM... | |
Minishift VM deleted. | |
Add-on 'admin-user' enabled | |
Starting minishift .... | |
-- 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 ... OK | |
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK | |
-- Checking if requested hypervisor 'hyperkit' is supported on this platform ... OK | |
-- Checking the ISO URL ... OK | |
-- Downloading OpenShift binary 'oc' version 'v3.11.0' | |
53.27 MiB / 53.27 MiB [==========================================================================================] 100.00% 0s-- Downloading OpenShift v3.11.0 checksums ... OK | |
-- Checking if provided oc flags are supported ... OK | |
-- Starting the OpenShift cluster using 'hyperkit' hypervisor ... | |
-- Minishift VM will be configured with ... | |
Memory: 4 GB | |
vCPUs : 2 | |
Disk size: 20 GB | |
Downloading ISO 'https://github.com/minishift/minishift-centos-iso/releases/download/v1.15.0/minishift-centos7.iso' | |
355.00 MiB / 355.00 MiB [========================================================================================] 100.00% 0s | |
-- Starting Minishift VM ................ OK | |
-- Checking for IP address ... OK | |
-- Checking for nameservers ... OK | |
-- Checking if external host is reachable from the Minishift VM ... | |
Pinging 8.8.8.8 ... OK | |
-- Checking HTTP connectivity from the VM ... | |
Retrieving http://minishift.io/index.html ... OK | |
-- Checking if persistent storage volume is mounted ... OK | |
-- Checking available disk space ... 1% used OK | |
-- Writing current configuration for static assignment of IP address ... OK | |
Importing 'openshift/origin-control-plane:v3.11.0' . CACHE MISS | |
Importing 'openshift/origin-docker-registry:v3.11.0' . CACHE MISS | |
Importing 'openshift/origin-haproxy-router:v3.11.0' . CACHE MISS | |
-- OpenShift cluster will be configured with ... | |
Version: v3.11.0 | |
-- Pulling the OpenShift Container Image .Error pulling the OpenShift container image: ssh command error: | |
command : docker pull openshift/origin-control-plane:v3.11.0 | |
err : exit status 1 | |
output : Trying to pull repository docker.io/openshift/origin-control-plane ... | |
toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit | |
ERROR: Last command exited with 1 | |
kstam@mbp syndesis % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment