{{ define "content" }}

You're almost there!

{{ if .Err.KubeconfigMissing }}

Glasskube did not find a kubeconfig file in the default location!

{{ else if not .Err.BootstrapMissing }}

Unfortunately, there is an error with your kubeconfig:

{{ .Err }}
{{ end }} Please get a kubeconfig file from your cloud provider and drag & drop it here:

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.


If you want to test Glasskube locally, check out minikube.
If you have any questions or encounter bugs, don't hesitate to reach out via Github or Discord.
{{ end }}