bl1tzcra1g
bl1tzcra1g
CCoder.com
Created by bl1tzcra1g on 2/3/2025 in #help
Coder Workspaces Stuck in Apply Complete
After updating to the latest 2.18.x release, we're seeing the following on coder workspaces (custom kubevirt template)
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: Still creating... [30s elapsed]
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: (local-exec): "phase": "Running",
null_resource.start_vm[0]: (local-exec): VM started successfully
null_resource.start_vm[0]: (local-exec) Provisioning complete
null_resource.start_vm[0]: Creation complete after 32s [id=6062895267040240662]
Apply complete! Resources: 4 added, 1 changed, 4 destroyed.
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: Still creating... [30s elapsed]
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: (local-exec): Waiting for VM to start...
null_resource.start_vm[0]: (local-exec): "phase": "Running",
null_resource.start_vm[0]: (local-exec): VM started successfully
null_resource.start_vm[0]: (local-exec) Provisioning complete
null_resource.start_vm[0]: Creation complete after 32s [id=6062895267040240662]
Apply complete! Resources: 4 added, 1 changed, 4 destroyed.
It looks like the terraform build completes, the terraform process exits inside coder, but coder still thinks the workspace is building. tried rolling back versions but still no fix. is this a known issue?
26 replies