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

Unauthenticated users cannot see dashboard #63

@yadvr

Description

@yadvr

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

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