rhythmic-night-12176
04/20/2023, 4:44 PMfleet.yaml
files. Each one of those has several corresponding GitRepo
s in Continuous Delivery each one pointing at different clusters. This lets us change a branch on a GitRepo
pointing to a sandbox cluster so we can POC changes without affecting production. Once the branch gets merged to main
branch the changes are propagated to all clusters that reference the main
branch.
This works really well but it's a huge bottleneck because only one engineer can be referencing that sandbox cluster at a time with their selected development branch.
Question: Has anyone else run into this and does anyone have any examples of ways they've solved this in the past? I can't really give everyone their own sandbox cluster yet, unfortunately, or I'd just do that.salmon-train-47748
04/20/2023, 7:48 PMrhythmic-night-12176
04/26/2023, 12:34 PM