Skip to content
Advertisement

Error CrushLoopBackOff to start k8s Dashboard

I try to install dashboard to clear private k8s cluster (without internet connection). I did according to this instruction https://github.com/kubernetes/dashboard. When start apply recomended.yaml: metrics scrapper start successfully, but dashboard show error CrashLoopBackOff permanently.

Docker Version: 19.03.6 K8s version: 1.23.4

Containers status:

JavaScript

Containers log:

JavaScript

Worker-node logs from /var/log/syslog:

JavaScript

Advertisement

Answer

By default, the dashboard container is installed on the worker node. In the recommended.yaml file I included installation on the control machine: nodeName: k8s-master1. it works.

Final yaml file:

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement