You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed minishift and VM shows started. However, during the process, I don't recall seeing the output giving the URL/IP for the web console, which made me a little suspicious that something might not be right.
Nonetheless, the VM shows up in HyperV and running "minishift console" does open default browser and attempts to go to: https://192.168.200.207:8443/console. Unfortunately, "This site can’t be reached"
running minishift status shows:
Minishift: Running
Profile: minishift
OpenShift: Stopped
DiskUsage: 1% of 19G (Mounted On: /mnt/sda1)
CacheUsage: 512.9 MB (used by oc binary, ISO or cached images)
Expected: Connect to web console in default browser
Actual: 192.168.200.207 refused to connect.
Logs
You can start Minishift with minishift start --show-libmachine-logs -v5 to collect logs.
c:\temp\minishift>minishift start --show-libmachine-logs -v5
-- minishift version: v1.34.3+4b58f89
-- Starting profile 'minishift'
Found binary path at minishift.exe
Launching plugin server for driver hyperv
Plugin server listening at address 127.0.0.1:58033
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(minishift) Calling .GetState
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
The 'minishift' VM is already running.
The text was updated successfully, but these errors were encountered:
General information
Steps to reproduce
Minishift: Running
Profile: minishift
OpenShift: Stopped
DiskUsage: 1% of 19G (Mounted On: /mnt/sda1)
CacheUsage: 512.9 MB (used by oc binary, ISO or cached images)
Expected: Connect to web console in default browser
Actual: 192.168.200.207 refused to connect.
Logs
You can start Minishift with
minishift start --show-libmachine-logs -v5
to collect logs.c:\temp\minishift>minishift start --show-libmachine-logs -v5
-- minishift version: v1.34.3+4b58f89
-- Starting profile 'minishift'
Found binary path at minishift.exe
Launching plugin server for driver hyperv
Plugin server listening at address 127.0.0.1:58033
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(minishift) Calling .GetState
(minishift) DBG | [executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minishift ).state
(minishift) DBG | [stdout =====>] : Running
(minishift) DBG |
The 'minishift' VM is already running.
The text was updated successfully, but these errors were encountered: