I’ve re-setup my k3s Kubernetes cluster and had some time today to get Gitpod reinstalled. Unfortunately without any documentation it was quite a pain in the ass and it still doesn’t work properly.
The ws-daemon
workload fails because there’s no ws-daemon
Docker image at eu.gcr.io/gitpod-io/self-hosted/ws-daemon:0.5.0
. Any ideas on why there is no ws-daemon
Docker image (anywhere)?
The ws-proxy
workload fails with this error in the log:
{"@type":"type.googleapis.com/google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent","error":"config validation error:
github.com/gitpod-io/gitpod/ws-proxy/cmd.getConfig
/tmp/build/components-ws-proxy--app.ca3b7dcc9d8c3c1634ff4e7f1297c63007ce8d00/cmd/root.go:203
- TheiaServer not configured:
github.com/gitpod-io/gitpod/ws-proxy/pkg/proxy.(*TheiaServer).Validate
/tmp/build/components-ws-proxy--app.ca3b7dcc9d8c3c1634ff4e7f1297c63007ce8d00/pkg/proxy/config.go:102","filename":"/config/config.json","message":"cannot load config","serviceContext":{"service":"ws-proxy","version":""},"severity":"fatal","time":"2020-12-02T03:28:11Z"}
What can be done to resolve that one?
Also, any ETA on when new documentation will be up?