Created
February 5, 2018 15:16
-
-
Save j00bar/a0a36fff946f791da18f387b38b98287 to your computer and use it in GitHub Desktop.
This file contains 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
PS C:\Program Files\DevelopmentSuite\cdk\bin> minishift start | |
-- Starting profile 'minishift' | |
-- 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 ... OK | |
-- Checking if user is a member of the Hyper-V Administrators group ... OK | |
-- Checking the ISO URL ... OK | |
-- Starting local OpenShift cluster using 'hyperv' hypervisor ... | |
-- Starting Minishift VM .................................. OK | |
-- Registering machine using subscription-manager | |
Red Hat Developers or Red Hat Subscription Management (RHSM) username: listspam | |
Red Hat Developers or Red Hat Subscription Management (RHSM) password: [HIDDEN] | |
Registration in progress ......... OK [18s] | |
-- Checking for IP address ... 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 ... 7% used OK | |
-- OpenShift cluster will be configured with ... | |
Version: v3.7.14 | |
-- Checking `oc` support for startup flags ... | |
host-config-dir ... OK | |
host-data-dir ... OK | |
host-pv-dir ... OK | |
host-volumes-dir ... OK | |
routing-suffix ... OK | |
Starting OpenShift using registry.access.redhat.com/openshift3/ose:v3.7.14 ... | |
OpenShift server started. | |
The server is accessible via web console at: | |
https://192.168.1.94:8443 | |
You are logged in as: | |
User: developer | |
Password: <any value> | |
To login as administrator: | |
oc login -u system:admin | |
Could not set oc CLI context for: minishift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment