This message was deleted.
# aws
s
This message was deleted.
b
if you do
helm ls
on the namespace, do you see any releases?
a
yes, with status
failed
b
delete that, then try again with the tag
a
so I tried deleting the failed Helm Release, and got this error:
Helm release "luketest-serve-karpenter-ns/karpenter" was created, but failed to initialize completely. Use Helm CLI to investigate.: failed to become available within allocated timeout. Error: Helm Release luketest-serve-karpenter-ns/karpenter: timed out waiting for the condition
, and then tried tearing down the cluster and building from a clean slate and got the same error?
I'm a little more confused based on this Github issues thread which the code snippet used seems pretty similar and works for them https://github.com/pulumi/pulumi-kubernetes/issues/2334
Hm, so after examining the pod logs for the Karpenter controller there was an error in the
values
field, and after fixing that the image was pulled from the OCI repo so I don't think this is a Pulumi issue, thank you for your help!