{{ define "content" }}
Glasskube did not find a kubeconfig file in the default location!
{{ else if not .Err.BootstrapMissing }}Unfortunately, there is an error with your kubeconfig:
Alternatively, you can copy it to this location on your computer:
{{ .KubeconfigDefaultLocation }}
Afterwards, stop the Glasskube Server in your terminal with CTRL+C, and then restart it with
glasskube serve
.