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

Fix minikube status bug when cluster is paused #9383

Merged
merged 5 commits into from
Oct 6, 2020

Commits on Sep 29, 2020

  1. Revert bug in minikube status

    When the cluster is Paused, `minikube status` currently says that it is `Running`. Reverting a change I made in a previous PR to take the status of the apiserver should fix this.
    Priya Wadhwa committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a05dc65 View commit details
    Browse the repository at this point in the history
  2. Revert status code cmd

    Priya Wadhwa committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    6e91d71 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    7046998 View commit details
    Browse the repository at this point in the history
  2. Add integration test

    Priya Wadhwa committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    4f7d900 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. convert from exit codes to http codes if appropriate

    Priya Wadhwa committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    7d62ce1 View commit details
    Browse the repository at this point in the history