tilt icon indicating copy to clipboard operation
tilt copied to clipboard

Being able to create Kubernetes Webhooks and CRDs dependency

Open olivierACRI opened this issue 1 year ago • 2 comments

Describe the Feature You Want

I need to have a way to deploy some resources only when the an associated webhook is deployed and ready.

Current Behavior

The resource dependency is limited to deployments and not CRDs

Why Do You Want This?

In kubernetes I am deploying Tekton which install a Webhook which takes sometimes to start. Then I am deploying in the same process the tasks and pipelines which are checked by the webhooks. Unfortunatly the tasks and pipelines are not part of the k8_resources known by Tilt so we can't create dependency

Additional context I am using Minikube

olivierACRI avatar Aug 01 '24 09:08 olivierACRI

thanks! related issue - https://github.com/tilt-dev/tilt/issues/6287

nicks avatar Aug 01 '24 21:08 nicks

Ok, closing it as duplicate

olivierACRI avatar Aug 02 '24 06:08 olivierACRI