I've been trying to install Karpenter through helm...
# golang
m
I've been trying to install Karpenter through helmchart with pulumi, and then right after make a few karpenter custom resources. Issue I'm currently running into is that the karpenter helm chart creates a webhook, and pulumi doesn't wait long enough for karpenter to be healthy before continuing. I've looked at this https://www.pulumi.com/blog/improved-kubernetes-await-logic/ but it seems to be limited to k8s resources, and not helm. Any ideas?
b
@many-psychiatrist-37867 implementation of Karpenter example here: https://github.com/lbrlabs/pulumi-lbrlabs-eks/blob/main/provider/pkg/provider/cluster.go#L1221
m
Amazing thank you
p
saving this post, for future usage.. thanks @billowy-army-68599