This message was deleted.
# general
a
This message was deleted.
b
There should be a timeout block available, I am just guessing, but it seems like it just needs longer to process. I think the default is 5min, set it to 10min.
i
Thanks for the reply, I’ll give it a shot. If that’s the problem though, it makes me wonder if I have something misconfigured, because why would it anywhere remotely close to 5 minutes to check if a version exists?
b
I think it is waiting for the app to be in a ready status.
i
That does sound like it could be the issue. I suppose the error message is misleading then, because
no chart version found for longhorn-104.2.1+up1.7.2
does not sound anything like “timed out waiting for app to be ready”.
Ok, it was failing to destroy the app too after two consecutive max time destroys because I misunderstood
deletingConfirmationFlag
. I thought it should be set to false to allow deletion but apparently it needs to be true. As far as the install issues go though, I ended up just switching to just using a TF
helm_release
to install Longhorn instead of
rancher2_app_v2
and it fixed the double apply requirement.
Thank you again for the advice
b
sorry I couldn't be more help, I still have a lot to learn about Rancher apps.
i
No worries at all, I think you were right either way, helm_release just ended up being more stable for my use case.