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

Kubernetes dashboard 1.7.x (not working) #1788

Closed
Atoms opened this issue Oct 12, 2017 · 2 comments · Fixed by #1805
Closed

Kubernetes dashboard 1.7.x (not working) #1788

Atoms opened this issue Oct 12, 2017 · 2 comments · Fixed by #1805

Comments

@Atoms
Copy link
Member

Atoms commented Oct 12, 2017

As kubernetes dashboard 1.7.x is released it introduces braking changes and as kubespray is set to latest image dashboard fails, short term solution would be fix version to latest 1.6.x version, long term solution is full rewrite of dashboard part as it's changed pretty much.

@shadycuz
Copy link

@Atoms I tried 1.6.3 using the file from kops as I always have used this with kubespray and it still fails.

Actually I can't reach the API at all using the kube user and default password changeme.

{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {
    
  },
  "status": "Failure",
  "message": "nodes is forbidden: User \"kube\" cannot list nodes at the cluster scope",
  "reason": "Forbidden",
  "details": {
    "kind": "nodes"
  },
  "code": 403
}
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.6.3.yaml

@Atoms
Copy link
Member Author

Atoms commented Oct 16, 2017

@shadycuz kubespray has it's own manifest for dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants