Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Unauthenticated users cannot see dashboard #63

Open
rohityadavcloud opened this issue Nov 1, 2018 · 0 comments
Open

Unauthenticated users cannot see dashboard #63

rohityadavcloud opened this issue Nov 1, 2018 · 0 comments

Comments

@rohityadavcloud
Copy link
Member

rohityadavcloud commented Nov 1, 2018

CCS 1.0.3 uses kubeadm which uses RBAC and allows for unauthenticated access by design and best practices. The kubernetes dashboard URL will throw error that unauthenticated user cannot access it, for this to work the preferred way of using is to:

scp core@master-ip:/etc/kubernetes/admin.conf ~/.kube/config
# Fix the ip in the ~/.kube/config file to the public IP of the master
kubectl --insecure-skip-tls-verify proxy
# Access dashboard locally
http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/node?namespace=_all
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant