chris-short / rak8s

Stand up a Raspberry Pi based Kubernetes cluster with Ansible
MIT License
365 stars 112 forks source link

Dashboard gets 404 when attempting to get the yaml from github #70

Open bstarke opened 4 years ago

bstarke commented 4 years ago

OS running on Ansible host:

MacOS High Sierra

Ansible Version (ansible --version):

ansible 2.9.3

Uploaded logs showing errors(rak8s/.log/ansible.log)

{"changed": true, "cmd": "kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard-arm.yaml", "delta": "0:00:07.697219", "end": "2020-08-20 02:55:48.938354", "msg": "non-zero return code", "rc": 1, "start": "2020-08-20 02:55:41.241135", "stderr": "error: unable to read URL \"https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard-arm.yaml\", server reported 404 Not Found, status code=404", "stderr_lines": ["error: unable to read URL \"https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard-arm.yaml\", server reported 404 Not Found, status code=404"], "stdout": "", "stdout_lines": []}
[dashboard.log](https://github.com/rak8s/rak8s/files/5103269/dashboard.log)

Raspberry Pi Hardware Version:

Raspberry Pi 4 (2GB)

Raspberry Pi OS & Version (cat /etc/os-release):

Ubuntu 20.04

Detailed description of the issue:

Dashboard gets 404 when attempting to get the yaml from github https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard-arm.yaml