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

new flag --ssh for minikube kubectl to allow running it over the ssh connection #10844

Merged
merged 6 commits into from
Mar 23, 2021

Commits on Mar 16, 2021

  1. Don't use the generic path name for a variable

    It conflicts with the system "path" in module
    afbjorklund committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    eec6f05 View commit details
    Browse the repository at this point in the history
  2. Allow running kubectl over the ssh connection

    The default is to run kubernetes client locally
    afbjorklund committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    78bc248 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

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

Commits on Mar 18, 2021

  1. Make --help work when running minikube as kubectl

    Avoid the "magic" cobra.Command parsing of --help,
    and pass all flags as-is to the kubectl command.
    
    Use "minikube kubectl" if you want to set flags,
    and "kubectl" if you just want to run Kubernetes.
    afbjorklund committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e7f568a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15e422d View commit details
    Browse the repository at this point in the history