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

Feature/add disk-usage command #13112

Closed
wants to merge 5 commits into from
Closed

Feature/add disk-usage command #13112

wants to merge 5 commits into from

Commits on Dec 7, 2021

  1. Add disk-usage command to minikube

    This commit adds the disk-usage command to minikube, which can be used to calculate and display the disk usage of a users default minikube directory and immediate child directories.
    mpuckett159 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    87b2c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba99cf View commit details
    Browse the repository at this point in the history
  3. Remove int64ToFloat32FormattedString for docker/go-units

    Substantially easier/cleaner, thanks for the pointer.
    mpuckett159 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    6e32057 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e594209 View commit details
    Browse the repository at this point in the history
  5. go fmt

    Sorry something killed my pre-commit hooks.
    mpuckett159 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    79c0c66 View commit details
    Browse the repository at this point in the history