cloudfoundry / concourse-infra-for-fiwg

This repo holds the deployment tooling used to deploy a Concourse instance for the Foundation Infrastructure Working Group
2 stars 7 forks source link

Make "init" script idempotent #55

Closed jochenehret closed 2 years ago

jochenehret commented 2 years ago

We should make the init script idempotent so that we can easily re-run it if a configuration parameter has changed. For example, the database CPU or memory may need to be adapted or the number of nodes in the GKE cluster.

It could also happen that the init script fails in the middle and then must be re-run from the start.

Possible solutions:

beyhan commented 2 years ago

@ramonskie do you have any feedback on this?

ramonskie commented 2 years ago

my personal opinion is we should not over engineer this. as it is only going to be used for cf working groups. who should have enough knowledge to debug if something goes wrong. instead of catching every failure/upgrade scenario

ramonskie commented 2 years ago

this issue will be closed as there has been no activity for a long time. you can reopen this issue if its still necessary to investigate this