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

Being able to create Kubernetes Webhooks and CRDs dependency #6420

Open
olivierACRI opened this issue Aug 1, 2024 · 2 comments
Open

Being able to create Kubernetes Webhooks and CRDs dependency #6420

olivierACRI opened this issue Aug 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@olivierACRI
Copy link

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 olivierACRI added the enhancement New feature or request label Aug 1, 2024
@olivierACRI olivierACRI changed the title Better manage Kubernetes Webhooks Being able to create Kubernetes Webhooks and CRDs dependency Aug 1, 2024
@nicks
Copy link
Member

nicks commented Aug 1, 2024

thanks! related issue - #6287

@olivierACRI
Copy link
Author

Ok, closing it as duplicate

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