Skip to content

Instantly share code, notes, and snippets.

@hygl
Created May 14, 2018 14:10
Show Gist options
  • Save hygl/b4156f5ef02874588f6988be0a895937 to your computer and use it in GitHub Desktop.
Save hygl/b4156f5ef02874588f6988be0a895937 to your computer and use it in GitHub Desktop.
$env:HYPERV_VIRTUAL_SWITCH="extern"
PS C:\Users\hygl> minishift start --vm-driver=hyperv
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.9.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.9.0' is supported ... OK
-- Checking if requested hypervisor 'hyperv' is supported on this platform ... OK
-- Checking if Hyper-V driver is installed ... OK
-- Checking if Hyper-V driver is configured to use a Virtual Switch ...
'extern' ... OK
-- Checking if user is a member of the Hyper-V Administrators group ... OK
-- Checking the ISO URL ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting local OpenShift cluster using 'hyperv' hypervisor ...
-- Minishift VM will be configured with ...
Memory: 2 GB
vCPUs : 2
Disk size: 20 GB
-- 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.9.0' . CACHE MISS
Importing 'openshift/origin-docker-registry:v3.9.0' . CACHE MISS
Importing 'openshift/origin-haproxy-router:v3.9.0' . CACHE MISS
-- OpenShift cluster will be configured with ...
Version: v3.9.0
Pulling image openshift/origin:v3.9.0
Pulled 1/4 layers, 26% complete
Pulled 1/4 layers, 33% complete
Pulled 1/4 layers, 40% complete
Pulled 1/4 layers, 48% complete
Pulled 1/4 layers, 55% complete
Pulled 1/4 layers, 62% complete
Pulled 1/4 layers, 68% complete
Pulled 2/4 layers, 76% complete
Pulled 2/4 layers, 82% complete
Pulled 3/4 layers, 88% complete
Pulled 3/4 layers, 92% complete
Pulled 3/4 layers, 97% complete
Pulled 4/4 layers, 100% complete
Extracting
Image pull complete
Using Docker shared volumes for OpenShift volumes
Using 192.168.178.198 as the server IP
Starting OpenShift using openshift/origin:v3.9.0 ...
OpenShift server started.
The server is accessible via web console at:
https://192.168.178.198:8443
You are logged in as:
User: developer
Password: <any value>
To login as administrator:
oc login -u system:admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment