Another "Error: remote-exec provisioner error" #763
-
For some reason
The thing is: It doesn't give me any hint what the problem might be. Any hints how I could debug this further to find out what the issue is? I tried what is written in the docs regarding debugging, also sshd into the nodes. Probably something with the control plane nodes, because the logs for the other nodes were pretty empty for that timestamp. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@gefloh First run Then apply again, and if it fails with the same error, login to the SSH node in question, and run that terraform sh file (located in /tmp/) to see the outputs and errors. |
Beta Was this translation helpful? Give feedback.
@gefloh First run
terraform init -upgrade
, if you do not have the ARM snapshot yet, to proceed with the image creation, first usehcloud image list
andhcloud image delete ...
to delete the old x86 snapshot, then runcreatekh
in your project folder (no worries it's non-destructive).Then apply again, and if it fails with the same error, login to the SSH node in question, and run that terraform sh file (located in /tmp/) to see the outputs and errors.