Greg greg
  • Joined on 2018-11-05
greg closed issue kosmos/chef#2 2019-05-28 10:33:20 +00:00
Make this repo public
greg merged pull request kosmos/gitea.kosmos.org#24 2019-05-23 14:31:56 +00:00
Upgrade Gitea to 1.8.1
greg closed pull request kosmos/gitea.kosmos.org#24 2019-05-23 14:31:56 +00:00
Upgrade Gitea to 1.8.1
greg merged pull request kosmos/gitea.kosmos.org#23 2019-05-02 15:36:14 +00:00
Update Gitea to 1.8.0
greg closed pull request kosmos/gitea.kosmos.org#23 2019-05-02 15:36:14 +00:00
Update Gitea to 1.8.0
greg pushed to upgrade/22-gitea at kosmos/gitea.kosmos.org 2019-05-02 15:36:03 +00:00
f73c58d7ee Merge branch 'master' into upgrade/22-gitea
68771a8e61 Merge branch 'feature/4-label_sets' of kosmos/gitea.kosmos.org into master
e3de3af82f Merge branch 'chore/resource_config' of kosmos/gitea.kosmos.org into master
e0741b4438 Ship the customizations as a Docker image
8050126d2d Merge branch 'master' into feature/4-label_sets
Compare 11 commits »
greg merged pull request kosmos/gitea.kosmos.org#15 2019-05-02 15:27:31 +00:00
Add default and Kosmos label sets
greg closed pull request kosmos/gitea.kosmos.org#15 2019-05-02 15:27:31 +00:00
Add default and Kosmos label sets
greg closed pull request kosmos/gitea.kosmos.org#20 2019-05-02 15:25:13 +00:00
Add resource requests and limits for Gitea
greg merged pull request kosmos/gitea.kosmos.org#20 2019-05-02 15:25:13 +00:00
Add resource requests and limits for Gitea
greg commented on issue kosmos/gitea.kosmos.org#20 2019-05-02 15:25:02 +00:00
Add resource requests and limits for Gitea

I thought this one was already merged, I think I confused it with the one about our Drone setup for 5apps

greg pushed to production at kosmos/mastodon 2019-04-03 08:42:11 +00:00
314497e831 Merge tag 'v2.7.4' into production
a91349d45d Bump version to 2.7.4
ae9e5ac6c8 Fix suspended account's fields being set as empty dict instead of list (#10178)
7034bb65d6 Fix lists export (#10136)
a4bc5c375c Fix home timeline perpetually reloading when empty (#10130)
Compare 81 commits »
greg commented on issue kosmos/gitea.kosmos.org#17 2019-04-02 09:38:08 +00:00
Don't lose session data when upgrading GKE pods/containers

Fixed by adding this to the session section of the app.ini:

greg closed issue kosmos/gitea.kosmos.org#17 2019-04-02 09:38:08 +00:00
Don't lose session data when upgrading GKE pods/containers
greg commented on issue kosmos/gitea.kosmos.org#15 2019-04-01 15:06:39 +00:00
Add default and Kosmos label sets

I have switched over to ship the custom files as a Docker image, that is based on the busybox image (see e0741b4 for details). The files are copied to the persistent volume in the init container. This is much better than what I had come up with previously and is running on GKE

greg pushed to feature/4-label_sets at kosmos/gitea.kosmos.org 2019-04-01 15:03:40 +00:00
e0741b4438 Ship the customizations as a Docker image
greg commented on issue kosmos/gitea.kosmos.org#15 2019-03-30 11:48:02 +00:00
Add default and Kosmos label sets

OK, I have finally understood.

greg commented on issue kosmos/gitea.kosmos.org#15 2019-03-30 11:24:32 +00:00
Add default and Kosmos label sets

I don’t think that’s the case. This seems to be exactly what init containers are for, as you suggested in the beginning:

greg commented on issue kosmos/gitea.kosmos.org#15 2019-03-29 14:56:56 +00:00
Add default and Kosmos label sets

Then why does the title say “Add a script to copy the content of the custom folder to a running pod”? Shouldn’t it say “copy the custom folder to the persistent volume” in that case?

greg commented on issue kosmos/gitea.kosmos.org#15 2019-03-29 14:26:48 +00:00
Add default and Kosmos label sets

What’s wrong with simply deploying them to a PV and mounting that as /custom? I thought that was the intial approach with the init container (which would also mount the PV and copy the files oves).