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

WIP: Add minikube support for the "generic" VM driver #4734

Closed
wants to merge 11 commits into from

Commits on Jul 10, 2019

  1. Add minikube support for the "generic" VM driver

    This driver connects to an already existing virtual machine,
    using the provided IP address and SSH user/key/port parameters.
    
    On this machine, libmachine will provision the docker daemon
    and minikube will bootstrap the kubernetes cluster (as usual).
    afbjorklund committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    90b52a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    55c9cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a2682b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fdf830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    837410b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b334ff2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Don't try to start/stop drivers without VMs

    It is not supported anyway, and just throws errors.
    There is no use to restart or to retry, just give up.
    
    This should never be a problem with "none", though.
    That always return running, while generic tests ssh.
    afbjorklund committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    a584ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    d36e307 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    8b84eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ea4b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    4229c25 View commit details
    Browse the repository at this point in the history