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

VM's environment variables are cleared upon restart #2541

Closed
svenstaro opened this issue Jul 2, 2018 · 0 comments
Closed

VM's environment variables are cleared upon restart #2541

svenstaro opened this issue Jul 2, 2018 · 0 comments

Comments

@svenstaro
Copy link
Contributor

svenstaro commented Jul 2, 2018

General information

  • Minishift version: 1.20.0
  • OS: Linux
  • Hypervisor: VirtualBox

Steps to reproduce

  1. minishift delete
  2. minishift strat --vm-driver virtualbox
  3. minishift ssh env | sort > before_restart
  4. minishift stop
  5. minishift start --vm-driver virtualbox
  6. minishift ssh env | sort > after_restart
  7. diff before_start after_restart

Expected

There should be no differences (except for session variables perhaps).

Actual

There are differences.

I believe this to be a fairly important issue as all proxy information is entirely missing on the second start. This is a big deal in corporate environments.

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

4 participants