how can i wait for a tcp ingress route (traefik CR...
# kubernetes
i
how can i wait for a tcp ingress route (traefik CRD) to be ready, before creating a provider that connects to that route? this is for kafka - rollout redpanda, create ingress, create kafka provider, create topics
g
https://www.pulumi.com/registry/packages/kubernetes/api-docs/apiextensions/customresource/ re you using this? Not sure if the default behaviour await for any kind of readiness, or if there is one in the CR you're using but you might use https://www.pulumi.com/blog/improved-kubernetes-await-logic/#experimental-custom-readiness-with-pulumicomwaitfor to force pulumi to wait on something specific