Greg greg
  • Joined on 2018-11-05
greg pushed to feature/4-label_sets at kosmos/gitea.kosmos.org 2019-02-05 19:30:29 +00:00
eba722992f Copy the labels to the persistent data volume
871d47fff8 Merge branch 'master' into feature/4-label_sets
9ef15325cc Merge branch 'chore/upgrade_gitea' of kosmos/gitea.kosmos.org into master
526f4b9035 Upgrade Gitea to 1.7.1
43ad6f842b Merge branch 'docs/update' of kosmos/gitea.kosmos.org into master
Compare 7 commits »
greg commented on issue kosmos/gitea.kosmos.org#15 2019-01-29 09:12:16 +00:00
Add default and Kosmos label sets

OK. Can you take it from here?

greg commented on issue kosmos/gitea.kosmos.org#13 2019-01-28 16:29:33 +00:00
Add documentation about updating Gitea

This is still the old commit because we're commenting on it, new content is:

greg commented on issue kosmos/gitea.kosmos.org#15 2019-01-28 16:22:57 +00:00
Add default and Kosmos label sets

My plan was to upload them to the persistent volume, or create a small Docker container that contains these files, whichever makes more sense. kubectl cp can be used to copy files/directories to a container

greg pushed to docs/update at kosmos/gitea.kosmos.org 2019-01-25 15:53:56 +00:00
34068bc7ac Add docs about building our own images
greg commented on issue kosmos/gitea.kosmos.org#13 2019-01-25 15:23:22 +00:00
Add documentation about updating Gitea

Local building of images is really easy. Clone https://github.com/go-gitea/gitea and run make docker and you get a image tagged gitea/gitea:latest that you can then push. I'm updating the docs

greg commented on issue kosmos/gitea.kosmos.org#14 2019-01-25 13:56:46 +00:00
Set up a CI server

I didn't realize the load balancers were so expensive. I have only read an introduction to Ingress so far (https://kubernetes.io/docs/concepts/services-networking/ingress/). It seems complex, but worth learning about.

greg commented on issue kosmos/gitea.kosmos.org#13 2019-01-25 12:29:13 +00:00
Add documentation about updating Gitea

It depends, I think sometimes we'll want to use releases, so official images, and sometimes we'll want an unreleased feature. production tag sounds good

greg commented on issue kosmos/gitea.kosmos.org#13 2019-01-25 12:22:51 +00:00
Add documentation about updating Gitea

Yes, but a copy of gitea/gitea:latest at the revision we want, instead of always keeping up with their latest. Creating our own images should be a separate issue

greg created pull request kosmos/gitea.kosmos.org#13 2019-01-08 11:15:47 +00:00
WIP: Add documentation about updating Gitea
greg pushed to docs/update at kosmos/gitea.kosmos.org 2019-01-08 11:15:08 +00:00
8a2d491e45 Add documentation about updating Gitea
greg commented on issue kosmos/gitea.kosmos.org#12 2019-01-08 10:18:16 +00:00
Document how to update Gitea itself

Until now we were deploying from https://hub.docker.com/r/5apps/gitea/tags/ (because we needed unreleased fixes to Let's Encrypt). We can now switch to the 1.7 release from the official images (https://hub.docker.com/r/gitea/gitea/tags/)

greg merged pull request kosmos/gitea.kosmos.org#11 2019-01-07 11:02:37 +00:00
Backup & Restore
greg closed pull request kosmos/gitea.kosmos.org#11 2019-01-07 11:02:37 +00:00
Backup & Restore
greg pushed to feature/5-backups at kosmos/gitea.kosmos.org 2019-01-07 11:02:17 +00:00
78bccff685 Use the git submodule update command with the --init flag in the docs
greg closed pull request kosmos/gitea.kosmos.org#9 2018-12-17 10:36:46 +00:00
Remove the init environment variables
greg merged pull request kosmos/gitea.kosmos.org#9 2018-12-17 10:36:46 +00:00
Remove the init environment variables
greg commented on issue kosmos/gitea.kosmos.org#9 2018-12-17 10:35:51 +00:00
Remove the init environment variables

This is confirmed to work, running on GKE

greg commented on issue kosmos/gitea.kosmos.org#7 2018-12-17 10:35:32 +00:00
Add initial Kubernetes config files

What happened to removing the obsolete env vars? I just found them in master.

greg created pull request kosmos/gitea.kosmos.org#9 2018-12-17 10:35:14 +00:00
Remove the init environment variables