hi, is it possible to say for a kubernetes LoadBal...
# general
c
hi, is it possible to say for a kubernetes LoadBalancer resource to not wait for available pods, just create the service?
c
Not currently. What are you trying to do?
c
we have an infra and a deploy repo separately and currently trying to migrate the infra to pulumi, I'm creating the load balancers with pulumi, then update the dns in cloudflare and after that deploying the services with the old deploy solution, so during load balancer creation the pods are not exists, which means it dies while waiting to route the traffic I can solve this with a separate stack, run that after the deploy, just would be easier to do in one step
c
@cold-coat-35200 hmm, let me make sure I understand. So you’re saying the pods and the load balancers are in different repositories?
c
yes
c
Yeah that's reasonable