Created
March 27, 2018 15:58
-
-
Save brgnepal/86fca56bf5a45ece1d94ea2208e1fc0d to your computer and use it in GitHub Desktop.
Set IP address for B2d with virtualbox
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
[budhram@dhcp35-83:~ ] $ minishift start --vm-driver virtualbox | |
-- Starting profile 'minishift' | |
-- Checking if requested OpenShift version 'v3.7.2' is valid ... OK | |
-- Checking if requested OpenShift version 'v3.7.2' is supported ... OK | |
-- Checking if requested hypervisor 'virtualbox' is supported on this platform ... OK | |
-- Checking if VirtualBox is installed ... OK | |
-- Checking the ISO URL ... OK | |
-- Checking if provided oc flags are supported ... OK | |
-- Starting local OpenShift cluster using 'virtualbox' hypervisor ... | |
-- Minishift VM will be configured with ... | |
Memory: 2 GB | |
vCPUs : 2 | |
Disk size: 20 GB | |
Downloading ISO 'https://github.com/minishift/minishift-b2d-iso/releases/download/v1.2.0/minishift-b2d.iso' | |
40.00 MiB / 40.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 ... 0% used OK | |
Importing 'openshift/origin:v3.7.2' .................... OK | |
Importing 'openshift/origin-docker-registry:v3.7.2' . CACHE MISS | |
Importing 'openshift/origin-haproxy-router:v3.7.2' . CACHE MISS | |
-- OpenShift cluster will be configured with ... | |
Version: v3.7.2 | |
Starting OpenShift using openshift/origin:v3.7.2 ... | |
OpenShift server started. | |
The server is accessible via web console at: | |
https://192.168.99.100:8443 | |
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 29183. | |
[budhram@dhcp35-83:~ ] $ minishift ip --set-static | |
The Minishift VM does not support network assignment | |
[budhram@dhcp35-83:~ ] $ minishift status | |
Minishift: Running | |
Profile: minishift | |
OpenShift: Running (openshift v3.7.2+5eda3fa-5) | |
DiskUsage: 8% of 17.9G | |
[budhram@dhcp35-83:~ ] $ minishift version | |
minishift v1.15.0+e07e789 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment