Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Can't sign in into dashboard #2735

@TriggMineAdmin

Description

@TriggMineAdmin
Dashboard version: 1.8.1
Kubernetes version:  1.9.0
Operating system: Ubuntu Ubuntu 16.04.3 LTS
Steps to reproduce
  1. Clean installation of kubernetes cluster
  2. kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml
  3. Take token by this manual https://github.com/kubernetes/dashboard/wiki/Access-control
    kubectl -n kube-system get secret
    kubectl -n kube-system describe secret kubernetes-dashboard-token-lx6wf
  4. kubectl proxy --address='0.0.0.0' --port=8001 --accept-hosts='^*$' (only for test)
  5. Open http://myip:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login
  6. Change radio to "Token" and paste token from step 3
Observed result

When i press "Sign in" nothing happens.
Browser console:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions