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 addons open heapster #3826

Merged
merged 1 commit into from
Mar 8, 2019
Merged

Commits on Mar 7, 2019

  1. Fix minikube addons open heapster

    In the default installation I get the same error:
    ```
    $ minikube addons open heapster
    💣  This addon does not have an endpoint defined for the 'addons open' command.
    You can add one by annotating a service with the label kubernetes.io/minikube-addons-endpoint:heapster
    ```
    This PR is simply implementing the suggested fix by adding the aforementioned label to the heapster service.
    cristim authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a3e652a View commit details
    Browse the repository at this point in the history