kubevirt / cloud-provider-kubevirt

Kubernetes cloud-provider for KubeVirt
Apache License 2.0
73 stars 34 forks source link

lb: Add creation polling timeout #270

Closed qinqon closed 1 year ago

qinqon commented 1 year ago

Add a polling timeout at infra service creation to fail if services do not receive IPs after a period of time.

This will fail in cases where the lb provider has no more IPs or if there are failures like AWS not supporting multi protocol.

If the loop is not broken kccm is stuck and no more services will be created.

Closes: https://issues.redhat.com/browse/OCPBUGS-15055

qinqon commented 1 year ago

/cc @nunnatsa @davidvossel @mfranczy

kubevirt-bot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidvossel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubevirt/cloud-provider-kubevirt/blob/main/OWNERS)~~ [davidvossel] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
qinqon commented 1 year ago

/uncc @rhrazdil