stackitcloud / yawol

yawol is a Load Balancer solution for OpenStack, based on the Kubernetes controller pattern.
Apache License 2.0
41 stars 5 forks source link

Allow overriding of creation timeout for `LoadBalancerMachines` #279

Closed maboehm closed 6 months ago

maboehm commented 6 months ago

The LoadbalancerSet controller (specifically the LBM status controller) currently deletes any LBM that takes more than 10 Minutes to report their first condition. This change allows users to override this duration per object by setting the annotation yawol.stackit.cloud/creationTimeout on LoadBalancerMachine objects.