-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Failed to create fedora spot instance using mapt #327
Comments
tried to use the same image for creating fedora instance, although i didn't get the panic, but the process gets stuck for ~15mins trying to download the pulumi aws provider:
|
Did you use exact same params? nested + airgap + custom memory and cpu? Yeah I notice the aws provider...I think this is the provider from terraform. Not from pulumi. May I can create a different issue for this, as we have 2 options now:
|
yes, this is the command i ran:
from the stack trace: the panic is occurring at mapt/pkg/provider/aws/modules/spot/stack.go Lines 137 to 138 in 57e2325
i think we should use the |
So what would be the reason no error and outputs must be nil... Meaning there was no results for the spot request. So it should print some log (debug or error) before, even if we add the check here. |
this occurs when the spot price stack exists but it has no outputs which can happen if the
stop it mid execution using |
The text was updated successfully, but these errors were encountered: