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

Investigate making runtime a dependent resource of Component #226

Open
metacosm opened this issue Feb 21, 2020 · 0 comments
Open

Investigate making runtime a dependent resource of Component #226

metacosm opened this issue Feb 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@metacosm
Copy link
Collaborator

metacosm commented Feb 21, 2020

As runtimes are now represented as custom resources, it would make sense to make the component's runtime a dependent of the component so that its status could be automatically updated based on the availability of the target runtime. That way, if a component defines a runtime that's not yet available, it would be failed until said runtime becomes available. Conversely, if a runtime is removed, components depending on it would be set to failed as well.

#223 would have been addressed that way.

@metacosm metacosm added the enhancement New feature or request label Feb 21, 2020
metacosm added a commit that referenced this issue Feb 21, 2020
Fixes #223, might address adequately #226 without having to have a
dependent for runtimes…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant