tmforum-oda / oda-ca

Apache License 2.0
6 stars 8 forks source link

component-IngressController operator - race condition #54

Closed LesterThomas closed 3 years ago

LesterThomas commented 3 years ago

Description

There appears to be a race condition when deploying a component with multiple exposed APIs. The race condition causes the API deployments to fail and the component operator to stick in a 'In-Progress-CompCon' status,

The API resources are created properly, but the status (where you can see the ready status and the URL for the API endpoint) seems to be being constantly over-written.