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

use crd Established to determine readiness #6287

Open
nicks opened this issue Dec 14, 2023 · 1 comment
Open

use crd Established to determine readiness #6287

nicks opened this issue Dec 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nicks
Copy link
Member

nicks commented Dec 14, 2023

Describe the Feature You Want

If you deploy a CRD in a Tilt resource, tilt should wait until the Established condition is true before it marks the resource ready and runs its dependencies.

Current Behavior

Currently, if you deploy a CRD with Tilt, tilt will consider it ready as soon as the CRD applies.

Why Do You Want This?

Currently people have to hack around this with local_resource, cf
#3301
https://github.com/tilt-dev/tilt-extensions/blob/master/helm_remote/Tiltfile

Additional context
Helm has built-in support for this with helm --wait:
helm/helm#11717 (comment)

@nicks nicks added the enhancement New feature or request label Dec 14, 2023
@diogobaeder
Copy link

Nice, this would be super helpful! :-)

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

2 participants