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

web interface not working #25642

Closed
AaronTao1990 opened this issue May 16, 2016 · 4 comments
Closed

web interface not working #25642

AaronTao1990 opened this issue May 16, 2016 · 4 comments
Assignees
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@AaronTao1990
Copy link

I referred to the tutorial in Running Kubernetes Locally via Docker with v1.2.3 and I failed to access the web interface.

Here is the output.

{
    kind: "Status",
    apiVersion: "v1",
    metadata: { },
    status: "Failure",
    message: "endpoints "kubernetes-dashboard" not      found",
    reason: "NotFound",
    details: {
        name: "kubernetes-dashboard",
        kind: "endpoints"
    },
    code: 404
}

Any kind of help will be appriciated :)

@pwittrock pwittrock added priority/backlog Higher priority than priority/awaiting-more-evidence. documentation/out-of-date labels May 25, 2016
@pwittrock
Copy link
Member

@AaronTao1990 Due it being a maintenance nightmare, we are replacing the local docker setup with a new custom local cluster called minikube. It should be released soon, but is available for pre-release

@dlorenc Do you know if minikube runs the dashboard?

cc @vishh

@dlorenc
Copy link
Contributor

dlorenc commented May 25, 2016

We haven't tried yet but we have it tracked here: kubernetes/minikube#3

AFAIK it should just work because we support service accounts, but we obviously won't know for sure until someone tries it.

@k8s-github-robot k8s-github-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label May 31, 2017
@castrojo
Copy link
Member

/assign

I'm closing this since minikube exists now, if you have any issues using that tool please file a new issue, thanks!

@castrojo
Copy link
Member

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

8 participants