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

Ability to conditionally install components based on state of in-cluster resources #857

Open
dexhorthy opened this issue Jul 25, 2020 · 1 comment

Comments

@dexhorthy
Copy link
Member

dexhorthy commented Jul 25, 2020

As a simple example, let's say my application requires contour for ingress. It would be cool if there was a programmatic way to detect if it's present, and if not, include it my application. I can obviously do some of this with preflight checks and/or configuration, but there's not presently a good way to populate a kots.io/when annotation with the status of a preflight check or some other function that checks for the presence of resources in the cluster.

@sgraham785
Copy link

i am the one the originally reported this request to Dex. the addition of a feature like this would greatly help in the gaps that occur from an embedded install to an existing cluster. we have run into this with storage and ingress, since initially we coded to support contour and rook-ceph but have no way of ensuring that it's actually installed if not present on a clients existing cluster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants