Closed withinboredom closed 2 years ago
@withinboredom thanks for creating this issue! The problem is probably the finalizer on the user object, which is needed to cleanup user resources. We might think about running a cleanup hook though that removes things like that when you just use helm.
NP, you guys have built a fantastic product!
@withinboredom thanks a lot for the kind words, glad you like it!
I think that loft start
sorted this out as it looks like it nukes the admin user prior to redeploying (via helm), so that probably aligns with the finalizer comment above. I think/hope this is OK (and is quite old) so I'll close this out, but please re-open if this is still an issue!
During a loft installation via helm, there was a transient failure:
Rerunning the helm command just ends up with this error:
which results in a single loft-agent pod, no other loft pods.
Here's the values for the helm chart fwiw:
loft start
was able to resolve the issue.