-
Notifications
You must be signed in to change notification settings - Fork 127
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
Scaleway instance does not boot correctly when deployed #1384
Comments
Hello, this is not a problem with terraform but rather with the instances. So I will be closing it, for now, feel free to reopen it if you have a snippet of terraform code that can reproduce your issue. Sometimes it can take a bit of time between the moment where terraform complete the installation of your resources and the moment when the SSH daemon is up and ready to accept incoming connections. So that might be an issue. One way to test that is to test after one minute or two to be sure that the SSH daemon had plenty of time to start. Also are you sure that the proper SSH keys are available on your organization account and properly deployed on your instance? Can you connect after some moment to your instance manually? |
Hello @remyleone ! I've deployed all my resources this morning using terraform, and my instance is still not accessible via SSH or Scaleway web console. The proper SSH keys are available on my organization account et properly associated to my account (I've tried to reboot my instance rescue mode and it worked well !). However, as mentioned previously, the problem is not on the SSH daemon, but on booting step, as You can reproduce just with my snippet (previously mentioned too):
|
Same issue here. Using the official example (https://registry.terraform.io/providers/scaleway/scaleway/latest/docs), I am not able to boot an instance on Scaleway with Terraform (tested on multiple regions without success). State is applied, resources are created, but the server never boots.
|
Hello, |
Hi, sorry for inconvenience, a fix is on the way, it will be released right after |
Fix is in release v2.2.4 |
Community Note
Terraform Version
Terraform v1.2.4
on windows_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
All resources properly deployed:
However, I could not access to my instance, neither via SSH (Connexion timeout) nor via console.
When deep diving the problem on the console, I see that start http boot over ipv4 is not working.
Panic Output
Expected Behavior
scaleway_instance_server properly deployed and accessible via SSH
Actual Behavior
scaleway_instance_server properly deployed but not accessible via SSH and not booted correctly
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: