Skip to content

Add retry mechanism to remove gloo ingress job

Marcos Huck requested to merge fix/retry_gloo_remove into develop

Related tasks

Context

The RemoveIngressRules job needs to be updated to retry with a timeout in case the rule removal fails due to concurrent writes to the resource.

Change

This MR adds a retry mechanism to the remove gloo ingress rules job.

Other information

Additional documentation

Merge request reports