Pothulapati / gitpod-docker-k3s

Complete Gitpod installation in a Docker container with k3s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitpod in a Docker container with k3s

This is merely a starting point

Things that are working:

  • latest installer is integrated
  • PVCs are provisioned using local-path
  • All containers go out of pending (some don't work because of the buildin-registry-certs issue)

Things that are missing:

  • generating self-signed certs in the entrypoint.sh
  • all the DNS setup, e.g. patching CoreDNS in the entrypoint

Things that are not working:

  • the builtin-registry-certs secret seems to be missing

About

Complete Gitpod installation in a Docker container with k3s

License:MIT License


Languages

Language:Shell 88.8%Language:Dockerfile 11.2%