K
Q

Kubernetes dashboard deployment YAML file link is broken

12/16/2019

Below two URl's are given in GitHub and both are giving 404 Error. https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml to https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml

-- Chethan SR
kubernetes

Similar Questions

Helm upgrade fails with error: expects " or n, but found t
How to bind roles with service accounts - Kubernetes
What are the kubernetes pod phases equivalence to pod status?
Mutating Webhook does not invoke endpoint because certificate signed by unknown authority
How do I see the restartPolicy of a CronJob using kubectl?

1 Answer

12/16/2019

In Many documentation this broken link is there, correct one is updated in github repo https://github.com/kubernetes/dashboard

try this will work https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml

-- Nithya
Source: StackOverflow