I have recently installed Kubernetes in Ubuntu 16.04 LTS.
But i am unable to access the kube UI. Below are details.
Kubectl Version:
u64@ubuntu64:~$ kubectl version Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.5", GitCommit:"17d7182a7ccbb167074be7a87f0a68bd00d58d97", GitTreeState:"clean", BuildDate:"2017-08-31T09:14:02Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.5", GitCommit:"17d7182a7ccbb167074be7a87f0a68bd00d58d97", GitTreeState:"clean", BuildDate:"2017-08-31T08:56:23Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Kubectl Config View:
u64@ubuntu64:~$ kubectl config view apiVersion: v1 clusters: - cluster: certificate-authority-data: REDACTED server: https://130.211.115.230 name: amazing-insight-172917_kubernetes contexts: - context: cluster: amazing-insight-172917_kubernetes user: amazing-insight-172917_kubernetes name: amazing-insight-172917_kubernetes current-context: amazing-insight-172917_kubernetes kind: Config preferences: {} users: - name: amazing-insight-172917_kubernetes user: client-certificate-data: REDACTED client-key-data: REDACTED token: GV0sJB4PXYgQofLPypELZeMLakr5bFA6 - name: amazing-insight-172917_kubernetes-basic-auth user: password: opYOctdphtqIBZWE username: admin
When i am trying to access the URL https://130.211.115.230/ui/ i am getitng the error
User "system:anonymous" cannot get path "/ui/".: "No policy matched."
Any help is appreciated.