Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minishift start on windows #2972

Closed
onderson opened this issue Nov 3, 2018 · 13 comments
Closed

minishift start on windows #2972

onderson opened this issue Nov 3, 2018 · 13 comments

Comments

@onderson
Copy link

onderson commented Nov 3, 2018

General information

  • Minishift version: minishift-1.26.1-windows-amd64
  • OS: Windows
  • Hypervisor: VirtualBox

Steps to reproduce

  1. Connect to VPN - Cisco Anyconnect - route all traffic configuration, also in corporate network the same situation happens.
  2. minishift start as the following

minishift start --http-proxy=http://username:password@ip:port --https-proxy=https://username:password@ip:port --no-proxy=192.168.99.100,localhost,127.0.0.1

password contains "!" char. i replace it with "%21"

HTTP_PROXY and HTTPS_PROXY and NO_PROXY settings are already done properly.
Below minishift start is not properly running.

Expected

-- Checking if https://github.com is reachable ... OK

Actual

-- Checking if https://github.com is reachable ... FAIL

minishift-start.log

@gbraad
Copy link
Member

gbraad commented Nov 5, 2018

Can you post the whole log? This test can FAIL, but it would not prevent the deployment to start. More information is needed to determine what the problem is...

For instance, does the proxy do re-encryption?

@onderson
Copy link
Author

onderson commented Nov 6, 2018

Log is attached in first issue description.

Note: Without proxy and outside of corporate network, it seems ok. it is very hard to enable&disable those kind of settings while flipping between networks.

@onderson
Copy link
Author

onderson commented Nov 7, 2018

@gbraad , did you have a chance to look?

@gbraad
Copy link
Member

gbraad commented Nov 7, 2018 via email

@gbraad
Copy link
Member

gbraad commented Nov 8, 2018

 Error starting the VM: Error creating the VM. Error creating machine: Error checking the host: Error checking and/or regenerating the certs: There was an error validating certificates for host "192.168.99.102:2376": dial tcp 192.168.99.102:2376: i/o timeout

This would usually indicate that the IP address changed between runs. You have to make sure the address does not change between runs (or make use of minishift ip --set-static).

@gbraad
Copy link
Member

gbraad commented Nov 8, 2018

Also, VPN with a route all is known to cause issues when needed to reach the VM from the local machine.

@onderson
Copy link
Author

onderson commented Nov 8, 2018

is this #1127

what i need to follow?

@onderson
Copy link
Author

onderson commented Nov 8, 2018

I tried --set-static in
both with proxy in corp network and also VPN. i have the same result.

Error: Get https://192.168.99.100:8443/apis/apiregistration.k8s.io/v1beta1/apiservices: dial tcp 192.168.99.100:8443: connect: connection refused

BTW, I can not ping 192.168.99.100

Upgraded virtualbox,
Minishift is latest.

Please suggest a solution or guidance. I read up many issues and tried lots of things and obviously getting nowhere.

@gbraad , @praveenkumar

@gbraad
Copy link
Member

gbraad commented Nov 9, 2018 via email

@onderson
Copy link
Author

@gbraad , please accept my ignorance / being novice about the nextworking part of the requirements of minishift.
could you please guide me through the required settings on windows?
i can see an example setting on macos here docker/machine#1500 (comment)

however, not sure how to do something similar either windows or on linux?
I know it is a bit out of scope but it will be helpful for me to have set up minishift in local environment?

@stale
Copy link

stale bot commented Jan 16, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/stale label Jan 16, 2019
@onderson
Copy link
Author

@gbraad ,even behind proxy and with vpn route all traffic configuration. i can run minishift start successful with openshift v3.11.0. thanks. closing.

@gbraad
Copy link
Member

gbraad commented Jan 26, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants