Skip to content

Deploy clusters in two stages

John Jarvis requested to merge jarv/parallel-cluster into master

What does this MR do?

This reverts the changes made in !737 (merged) which were done to help alleviate pressure on the cloud NAT gitlab-com/gl-infra/production#3981 (closed). Since then, we have added more IP addresses to remove the cloudNAT saturation issue so we can go back to deploying in parallel.

Instead of deploying all clusters in parallel, we will start by deploying to two clusters at a time.

  • regional/us-east1-b: alpha
  • us-east1-c/us-east1-d: beta

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Assign to the correct reviewer per the contributing document
  • Apply the correct metadata per the contributing document

Reviewer Check-list

  • Reviewed the diff jobs to confirm changes are as expected
  • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation
Edited by John Skarbek

Merge request reports