You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have generated the random keys and put them in values/minio-secrets.yaml and generated the certificates for my custom domain and put them in the certs/ directory.
After running docker-compose up I can connect to the domain with my browser and see gitpod is running as expected. I'm able setup the git integration with GitHub using oauth but can’t start any workspaces.
When trying to start a workspace the error is:
Request createWorkspace failed with message: 14 UNAVAILABLE: No connection established
Unknown Error: { "code": -32603 }
Looking at the logs I see this error which may be related.
secret.go:195] Couldn't get secret default/image-builder-registry-secret: secret "image-builder-registry-secret" not found
Any tips, additional documentation, or blogs to get this running on version 0.10.0 would be appreciated.
Steps to reproduce
Run
$ docker-compose up
in the gitpod/install/docker/examples/gitpod directory.
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
The gitpod/install/* folder is in a state of flux at the moment and I would recommend avoiding it - apologies for the time wasted will keep this issue open to track the need for improvements. Here are three solid resources for Gitpod Self-Hosted v0.10.0 with k3s:
Bug description
I'm trying to follow the example for self-hosted on k3s.
I have generated the random keys and put them in values/minio-secrets.yaml and generated the certificates for my custom domain and put them in the certs/ directory.
After running docker-compose up I can connect to the domain with my browser and see gitpod is running as expected. I'm able setup the git integration with GitHub using oauth but can’t start any workspaces.
When trying to start a workspace the error is:
Request createWorkspace failed with message: 14 UNAVAILABLE: No connection established
Unknown Error: { "code": -32603 }
Looking at the logs I see this error which may be related.
secret.go:195] Couldn't get secret default/image-builder-registry-secret: secret "image-builder-registry-secret" not found
Any tips, additional documentation, or blogs to get this running on version 0.10.0 would be appreciated.
Steps to reproduce
Run
$ docker-compose up
in the gitpod/install/docker/examples/gitpod directory.
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: