Skip to content

Instantly share code, notes, and snippets.

@jfinucane
Created January 6, 2019 16:53
Show Gist options
  • Save jfinucane/687561aa20d152ced0a0e759a5b7e44d to your computer and use it in GitHub Desktop.
Save jfinucane/687561aa20d152ced0a0e759a5b7e44d to your computer and use it in GitHub Desktop.
Minishift start after successful install
jimfinucaneDC@Jims-MacBook-Pro ~ $ sudo chown root:wheel /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
Password:
jimfinucaneDC@Jims-MacBook-Pro ~ $ sudo chmod u+s /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
jimfinucaneDC@Jims-MacBook-Pro ~ $ minishift start
-- 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 'xhyve' is supported on this platform ... OK
-- Checking if xhyve driver is installed ...
Driver is available at /usr/local/bin/docker-machine-driver-xhyve
Checking for setuid bit ... OK
-- Checking the ISO URL ... OK
-- Downloading OpenShift binary 'oc' version 'v3.11.0'
52.58 MiB / 53.27 MiB [=============================================================================================================================================>-] 98.71% 0s 53.27 MiB / 53.27 MiB [===============================================================================================================================================] 100.00% 0s
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'xhyve' 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.13.0/minishift-centos7.iso'
346.00 MiB / 346.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 ............. OK
-- Copying oc binary from the OpenShift container image to VM ... OK
-- Starting OpenShift cluster ........................................................
Getting a Docker client ...
Checking if image openshift/origin-control-plane:v3.11.0 is available ...
Pulling image openshift/origin-cli:v3.11.0
E0105 18:57:39.116300 2277 helper.go:173] Reading docker config from /home/docker/.docker/config.json failed: open /home/docker/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-cli:v3.11.0 anonymously
Image pull complete
Pulling image openshift/origin-node:v3.11.0
E0105 18:57:39.810052 2277 helper.go:173] Reading docker config from /home/docker/.docker/config.json failed: open /home/docker/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-node:v3.11.0 anonymously
Pulled 5/6 layers, 86% complete
Pulled 6/6 layers, 100% complete
Extracting
Image pull complete
Checking type of volume mount ...
Determining server IP ...
Using public hostname IP 192.168.64.2 as the host IP
Checking if OpenShift is already running ...
Checking for supported Docker version (=>1.22) ...
Checking if insecured registry is configured properly in Docker ...
Checking if required ports are available ...
Checking if OpenShift client is configured properly ...
Checking if image openshift/origin-control-plane:v3.11.0 is available ...
Starting OpenShift using openshift/origin-control-plane:v3.11.0 ...
I0105 18:57:51.140729 2277 config.go:40] Running "create-master-config"
I0105 18:57:53.067222 2277 config.go:46] Running "create-node-config"
I0105 18:57:53.883844 2277 flags.go:30] Running "create-kubelet-flags"
I0105 18:57:54.218276 2277 run_kubelet.go:49] Running "start-kubelet"
I0105 18:57:54.372867 2277 run_self_hosted.go:181] Waiting for the kube-apiserver to be ready ...
I0105 18:58:26.393433 2277 interface.go:26] Installing "kube-proxy" ...
I0105 18:58:26.394057 2277 interface.go:26] Installing "kube-dns" ...
I0105 18:58:26.394066 2277 interface.go:26] Installing "openshift-service-cert-signer-operator" ...
I0105 18:58:26.394078 2277 interface.go:26] Installing "openshift-apiserver" ...
I0105 18:58:26.394153 2277 apply_template.go:81] Installing "openshift-apiserver"
I0105 18:58:26.394157 2277 apply_template.go:81] Installing "kube-dns"
I0105 18:58:26.394374 2277 apply_template.go:81] Installing "kube-proxy"
I0105 18:58:26.395892 2277 apply_template.go:81] Installing "openshift-service-cert-signer-operator"
I0105 18:58:30.126573 2277 interface.go:41] Finished installing "kube-proxy" "kube-dns" "openshift-service-cert-signer-operator" "openshift-apiserver"
I0105 19:00:56.153138 2277 run_self_hosted.go:242] openshift-apiserver available
I0105 19:00:56.153766 2277 interface.go:26] Installing "openshift-controller-manager" ...
I0105 19:00:56.153793 2277 apply_template.go:81] Installing "openshift-controller-manager"
I0105 19:00:59.206426 2277 interface.go:41] Finished installing "openshift-controller-manager"
Adding default OAuthClient redirect URIs ...
Adding sample-templates ...
Adding persistent-volumes ...
Adding centos-imagestreams ...
Adding registry ...
Adding router ...
Adding web-console ...
I0105 19:00:59.240165 2277 interface.go:26] Installing "sample-templates" ...
I0105 19:00:59.240174 2277 interface.go:26] Installing "persistent-volumes" ...
I0105 19:00:59.240178 2277 interface.go:26] Installing "centos-imagestreams" ...
I0105 19:00:59.240184 2277 interface.go:26] Installing "openshift-image-registry" ...
I0105 19:00:59.240188 2277 interface.go:26] Installing "openshift-router" ...
I0105 19:00:59.240192 2277 interface.go:26] Installing "openshift-web-console-operator" ...
I0105 19:00:59.240415 2277 apply_template.go:81] Installing "openshift-web-console-operator"
I0105 19:00:59.240578 2277 interface.go:26] Installing "sample-templates/postgresql" ...
I0105 19:00:59.240588 2277 interface.go:26] Installing "sample-templates/cakephp quickstart" ...
I0105 19:00:59.240593 2277 interface.go:26] Installing "sample-templates/rails quickstart" ...
I0105 19:00:59.240597 2277 interface.go:26] Installing "sample-templates/jenkins pipeline ephemeral" ...
I0105 19:00:59.240601 2277 interface.go:26] Installing "sample-templates/django quickstart" ...
I0105 19:00:59.240605 2277 interface.go:26] Installing "sample-templates/nodejs quickstart" ...
I0105 19:00:59.240609 2277 interface.go:26] Installing "sample-templates/sample pipeline" ...
I0105 19:00:59.240612 2277 interface.go:26] Installing "sample-templates/mongodb" ...
I0105 19:00:59.240616 2277 interface.go:26] Installing "sample-templates/mariadb" ...
I0105 19:00:59.240620 2277 interface.go:26] Installing "sample-templates/mysql" ...
I0105 19:00:59.240623 2277 interface.go:26] Installing "sample-templates/dancer quickstart" ...
I0105 19:00:59.240656 2277 apply_list.go:67] Installing "sample-templates/dancer quickstart"
I0105 19:00:59.241097 2277 apply_list.go:67] Installing "centos-imagestreams"
I0105 19:00:59.241708 2277 apply_list.go:67] Installing "sample-templates/postgresql"
I0105 19:00:59.241813 2277 apply_list.go:67] Installing "sample-templates/cakephp quickstart"
I0105 19:00:59.241899 2277 apply_list.go:67] Installing "sample-templates/rails quickstart"
I0105 19:00:59.241984 2277 apply_list.go:67] Installing "sample-templates/jenkins pipeline ephemeral"
I0105 19:00:59.242072 2277 apply_list.go:67] Installing "sample-templates/django quickstart"
I0105 19:00:59.242157 2277 apply_list.go:67] Installing "sample-templates/nodejs quickstart"
I0105 19:00:59.242238 2277 apply_list.go:67] Installing "sample-templates/sample pipeline"
I0105 19:00:59.242318 2277 apply_list.go:67] Installing "sample-templates/mongodb"
I0105 19:00:59.242395 2277 apply_list.go:67] Installing "sample-templates/mariadb"
I0105 19:00:59.242530 2277 apply_list.go:67] Installing "sample-templates/mysql"
I0105 19:01:11.528646 2277 interface.go:41] Finished installing "sample-templates/postgresql" "sample-templates/cakephp quickstart" "sample-templates/rails quickstart" "sample-templates/jenkins pipeline ephemeral" "sample-templates/django quickstart" "sample-templates/nodejs quickstart" "sample-templates/sample pipeline" "sample-templates/mongodb" "sample-templates/mariadb" "sample-templates/mysql" "sample-templates/dancer quickstart"
I0105 19:01:35.774951 2277 interface.go:41] Finished installing "sample-templates" "persistent-volumes" "centos-imagestreams" "openshift-image-registry" "openshift-router" "openshift-web-console-operator"
Login to server ...
Creating initial project "myproject" ...
Server Information ...
OpenShift server started.
The server is accessible via web console at:
https://192.168.64.2:8443/console
You are logged in as:
User: developer
Password: <any value>
To login as administrator:
oc login -u system:admin
-- Exporting of OpenShift images is occuring in background process with pid 70361.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment