-
Notifications
You must be signed in to change notification settings - Fork 21
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
resource_unavailable error on packer build #198
Comments
@apricote do you have an idea here? this is making things very hard for us right now |
This might be related to the fact that the server type you are requesting is currently unavailable in the location you configured. Some locations ( Please try a different location. |
Yes that worked. but I think the main problem here is following: As per the PR here syself/cluster-api-provider-hetzner#1330 and probably the blog as well, the old servers The dashboard doesn't show the types anymore. Screenshot few days back:in this image, it is shown the screenshot todayit was removed today without any notice. I don't know if this will come back later or not but for now it's removed looking at the console. For now, given we have made the switch to |
The server types are still available through the API, and will continue to be available until the announced date. The error you got today is about limited availability of the specific server type in the location you chose, this can happen at any time depending on demand and availability of additional hardware to service that demand. As our main focus is to be a "simple cloud" we have removed the server type from the Console, to keep the offering simple for our users. Its still available through the API to avoid breaking any automation:
(I noticed that there is no way to show the deprecation info in the And if you describe the image you can see the announcement & removal dates:
|
Closing, as unrelated to packer, feel free to continue the discussion if needed. |
Overview of the Issue
This is happening since yesterday i think, I'm getting this very frequently and sometimes when I invoke back to back I get the same message.
sometimes this seems to go away after a while but I invoke
packer build
almost say more than 30 times in less than a hour in different projects using terminal multiplexer to do things. This all is wrapped around a make target.It would be really helpful to me if we have more information than
resource_unavailable
here. What does it mean? I'm not able to understand the error message as well in this case.Reproduction Steps
packer build against a packer config. (packer version is 1.9.5 MPL licensed)
Plugin and Packer version
packer version: v1.9.5
packer plugin hcloud version: 1.4.0
Simplified Packer Buildfile
If the file is longer than a few dozen lines, please include the URL to the
gist of the log or use the Github detailed
format
instead of posting it directly in the issue.
Operating system and Environment details
OS, Architecture, and any other information you can provide about the
environment.
Log Fragments and crash.log files
Include appropriate log fragments. If the log is longer than a few dozen lines,
please include the URL to the gist of the log or
use the Github detailed format instead of posting it directly in the issue.
Set the env var
PACKER_LOG=1
for maximum log detail.The text was updated successfully, but these errors were encountered: