keycloak / keycloak-benchmark

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

Unable to remove ROSA cluster due to osd-network-verifier SecurityGroup #841

Closed ryanemerson closed 4 months ago

ryanemerson commented 4 months ago

Describe the bug

The nightly cluster reaper is occasionally failing due to the presence of a "osd-network-verifier" SecurityGroup being associated with some ROSA clusters. This is created by ROSA itself as part of the network verification step and AFAIK can't be prevented, however it may not be necessary once https://github.com/keycloak/keycloak-benchmark/issues/789 has been fixed.

A simple workaround for now is to explicitly delete the SecurityGroup as part of the rosa_delete_cluster.sh script if present.

Version

N/A

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response