Website: Kubernetes error:- "the server could not find the requested resource" problem

Created on 21 Apr 2018  ·  2Comments  ·  Source: kubernetes/website

Senario:- i have installed kunernetes in my linux instance and i have created 1 master and 2 minions by mentioning inside the /kubernet/cluster/conf. file and then up the server by sh kube_up.sh so at that time my minions and master is successfully created but when i got following link:-
Kubernetes master is running at https://52.13.137.209
Elasticsearch is running at https://52.13.137.209/api/v1/proxy/namespaces/kube-s ystem/services/elasticsearch-logging
Heapster is running at https://52.13.137.209/api/v1/proxy/namespaces/kube-system /services/heapster
Kibana is running at https://52.13.137.209/api/v1/proxy/namespaces/kube-system/s ervices/kibana-logging
KubeDNS is running at https://52.13.137.209/api/v1/proxy/namespaces/kube-system/ services/kube-dns
kubernetes-dashboard is running at https://52.13.137.209/api/v1/proxy/namespaces /kube-system/services/kubernetes-dashboard
Grafana is running at https://52.13.137.209/api/v1/proxy/namespaces/kube-system/ services/monitoring-grafana
InfluxDB is running at https://52.13.137.209/api/v1/proxy/namespaces/kube-system /services/monitoring-influxdb

By entring these links in the browser with proper
username:- admin
passawrd:- ***

instead of getting kuberetes dashbord i have got :-

{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}

How to get the desired kunbernetes dashboard, is there any congfiguration changes required.

All 2 comments

@palakbadgujar you may want to try the steps listed at: https://github.com/kubernetes/dashboard/wiki/Accessing-Dashboard---1.7.X-and-above

@palakbadgujar :wave: This issue sounds more like a request for support and less like an issue specifically for docs. You can bring your question to the #kubernetes-users channel in Kubernetes slack. You can also search resources like Stack Overflow for answers to similar questions.

If after seeking support you discover an issue with documentation, please feel free to reopen this issue.

Was this page helpful?
0 / 5 - 0 ratings