Skip to content

gcp-linux example template fails immediately when creating workspace #3738

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

Closed
ericpaulsen opened this issue Aug 29, 2022 · 3 comments · Fixed by #3743
Closed

gcp-linux example template fails immediately when creating workspace #3738

ericpaulsen opened this issue Aug 29, 2022 · 3 comments · Fixed by #3743
Labels
waiting-for-info The issue creator is asked to provide more information.

Comments

@ericpaulsen
Copy link
Member

ericpaulsen commented Aug 29, 2022

when creating a workspace using our gcp-linux template, it fails immediately and there are no logs shown in the workspace logs UI, preventing me from debugging. using server version 0.8.6

additionally, when deleting the workspace, it fails immediately, requiring me to manually run SQL commands to delete the workspace from the database table.

steps to reproduce:

  • run coder templates init
  • select "Develop in Linux on Google Cloud"
  • run cd ./gcp-linux && coder templates create
  • create the workspace via `coder create --template="gcp-linux"

UI workspace log screen upon failure:

Screen Shot 2022-08-29 at 2 29 02 PM

@kylecarbs
Copy link
Member

@ericpaulsen can you try with the latest? Are there any logs in your command-line when running this?

@kylecarbs kylecarbs added waiting-for-info The issue creator is asked to provide more information. and removed support labels Aug 29, 2022
@ericpaulsen
Copy link
Member Author

@kylecarbs yup - just tested with 0.8.9, and am receiving the following terminal logs:

Error resolving image name 'debian-cloud/debian-9': Could not find image or family debian-cloud/debian-9

they're also displaying correctly in the workspace log UI 😄

@ericpaulsen
Copy link
Member Author

a recent related issue: hashicorp/terraform-provider-google#12221.

looks like the debian-cloud/debian-9 disk doesn't exist anymore. I can update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-info The issue creator is asked to provide more information.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants