Greg greg
  • Joined on 2018-11-05
greg pushed to doc/4-join_ipfs_cluster at kosmos/chef 2019-05-28 11:06:54 +00:00
339f32c957 Simplify the instructions to get the cluster secret
greg closed issue kosmos/chef#2 2019-05-28 10:33:20 +00:00
Make this repo public
greg commented on issue kosmos/chef#2 2019-05-28 10:33:20 +00:00
Make this repo public

I have made the repo public, closing this one

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#24 2019-05-23 14:31:56 +00:00
Upgrade Gitea to 1.8.1
greg closed pull request kosmos/gitea.kosmos.org#23 2019-05-02 15:36:14 +00:00
Update Gitea to 1.8.0
greg merged 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 closed pull request kosmos/gitea.kosmos.org#15 2019-05-02 15:27:31 +00:00
Add default and Kosmos label sets
greg merged pull request kosmos/gitea.kosmos.org#15 2019-05-02 15:27:31 +00:00
Add default and Kosmos label sets
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 closed 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 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?