cloudnativer / kube-install

一键安装k8s(kubernetes):二進位離線方式部署,支持定時安裝、添加與銷毀node、銷毀與修復master、一鍵卸載集羣等。Install k8s (kubernetes): one click offline installation of highly available multiple kubernetes cluster, supports schedule installation, addition of nodes, rebuild of kubernetes master, and uninstallation of clusters.
Apache License 2.0
422 stars 118 forks source link

dashboard blank page #43

Closed 176883745 closed 1 year ago

176883745 commented 1 year ago

I get a blank white k8s dashboard after installation: image any idea?

houseonline commented 1 year ago

It may be related to your browser settings or compatibility.

By the way, you can run kubectl get pod - n kube-system | grep dashboard to see if the dashboard container is running?

176883745 commented 1 year ago

It may be related to your browser settings or compatibility.

  • Skip security restrictions?
  • Try changing your browser?

By the way, you can run kubectl get pod - n kube-system | grep dashboard to see if the dashboard container is running?

Yes, you're right, it works on Chrome, thank you : )