kyma-project / cloud-manager

Apache License 2.0
3 stars 14 forks source link

fix: Azure IpRange first delete peering #717

Closed tmilos77 closed 17 hours ago

tmilos77 commented 20 hours ago

Description

When Azure IpRange was deleted, it deletes both peering and network, and they get into race condition and if network is deleted first then peering is stuck. Modified the IpRange reconciler to synchronously first delete the peering, wait for it, and then delete the network

Changes proposed in this pull request:

Related issue(s)