Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for dependencies #2151

Closed
lburgazzoli opened this issue Mar 22, 2021 · 3 comments
Closed

Wait for dependencies #2151

lburgazzoli opened this issue Mar 22, 2021 · 3 comments
Labels
area/core Core features of the integration platform status/stale

Comments

@lburgazzoli
Copy link
Contributor

Top level resources such as Integration, IntegrationKit and KameletBinding should wait for the the resources they depends on. As example:

  • an Integration should wait for any secret or config map it requires
  • a KameletBinding should wait for all the required kamelt

The availability or the waiting status should be reflected by the related status -> conditions block.

@lburgazzoli
Copy link
Contributor Author

/cc @nicolaferraro @astefanutti I remember we have discussed about this for the service binding operator integrations

@johnpoth
Copy link
Member

There is one action for the service binding operator that does this : "The availability or the waiting status should be reflected by the related status -> conditions block.". It could be adapted by renaming the "IntegrationConditionServiceBindingsCollectionReady" to something more generic to be reused by other traits.

Before this, the flow of the integration.Status.Phases was controlled by Actions. It seems that traits have a need to do so as well

@astefanutti astefanutti added the area/core Core features of the integration platform label Mar 22, 2021
@astefanutti astefanutti changed the title wait for depdendencies wait for dependencies Mar 26, 2021
@astefanutti astefanutti changed the title wait for dependencies Wait for dependencies Mar 26, 2021
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core Core features of the integration platform status/stale
Projects
None yet
Development

No branches or pull requests

3 participants