You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue while trying to use cloud-init to automate the installation of my VPS. This is crucial for me as I aim to create a small cluster of 4 VPS instances with installed and configured public services.
Unfortunately, the Contabo client panel does not seem to support this functionality. Therefore, I have resorted to using the CLI tool.
During my exploration, I discovered a flag called --file which allows me to perform a reinstall using my cloud-init.yml configuration.
To reinstall the instance, I executed the following command:
level=error msg="Error while reinstalling instance: 400 - [imageId must be a UUID]\n"
level=fatal msg="Aborting, due to errors"
Expected Behavior
The instance should be reinstalled successfully using the specified cloud-init.yml configuration file. Or if there is another error with my way of passing the file as an argument the error message should be descriptive and not point to an error with the imageId
Actual Behavior
Reinstallation fails with the error message: "Error while reinstalling instance: 400 - [imageId must be a UUID]."
Additional Information
Operating System: Windows 11
cntb.exe version: 1.4.2
The text was updated successfully, but these errors were encountered:
I'm encountering an issue while trying to use
cloud-init
to automate the installation of my VPS. This is crucial for me as I aim to create a small cluster of 4 VPS instances with installed and configured public services.Unfortunately, the Contabo client panel does not seem to support this functionality. Therefore, I have resorted to using the CLI tool.
During my exploration, I discovered a flag called
--file
which allows me to perform a reinstall using mycloud-init.yml
configuration.To reinstall the instance, I executed the following command:
However, the output I received was as follows:
Expected Behavior
The instance should be reinstalled successfully using the specified
cloud-init.yml
configuration file. Or if there is another error with my way of passing the file as an argument the error message should be descriptive and not point to an error with the imageIdActual Behavior
Reinstallation fails with the error message: "Error while reinstalling instance: 400 - [imageId must be a UUID]."
Additional Information
The text was updated successfully, but these errors were encountered: