keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
127 stars 70 forks source link

Deploy HCP clusters in parallel #765

Closed ryanemerson closed 4 months ago

ryanemerson commented 4 months ago

Description

Currently when creating multi-az clusters via GH actions, the clusters are created sequentially to avoid overlapping CIDR ranges. It should be possible for us to create the two clusters in parallel if we determine two non-overlapping CIDR ranges before creation and pass these as parameters.

Discussion

No response

Motivation

No response

Details

No response