Some unexpected error happened when bootstrapping. Please check the logs in the terminal!
{{ template "bootstrap-button" "Try Bootstrapping Again" }}
{{ template "bootstrap-footer" . }}
{{ end }}
{{ define "bootstrap-footer" }}
You're almost there!
{{ if eq .Err nil }}
Glasskube is not yet installed in your current context
{{ .CurrentContext }}. You can do so now by clicking the Bootstrap button:
{{ template "bootstrap-button" "Bootstrap Glasskube" }}
{{ else }}
Failed to check whether Glasskube is bootstrapped in your cluster.
If you have already successfully bootstrapped Glasskube previously, please check whether you have access to
this cluster right now, e.g. with kubectl
. For additional error information, please check the
logs in the terminal!
{{ end }}
{{ template "bootstrap-footer" . }}
{{ end }}