meilisearch / cloud-providers

☁ Meilisearch DevOps Tools for the Cloud ☁
MIT License
17 stars 2 forks source link

[GCP] Issue with importing Image to GCP #56

Closed derickdecesare closed 1 year ago

derickdecesare commented 1 year ago

Description Running into an error when importing the meilisearch image to GCP. It looks like the error is coming from the image (not gcp).

This happens about 12 minutes into importing the image from the URI provided by the meilisearch documentation: meilisearch-image/meilisearch-v1.0.2-debian-10.vmdk

Expected behavior Successful import of the meilisearch image into GCP compute engine.

Current behavior Error about 12 minutes in.

Screenshots or Logs Last few lines of the logs:

[import-image]: 2023-07-14T14:47:57Z step "translate-disk" run error: step "wait-for-translator" run error: WaitForInstancesSignal FailureMatch found for "inst-translator-translate-translate-disk-r5qr1": "TranslateFailed: error: E: Sub-process /usr/bin/dpkg returned an error code (1)" ERROR ERROR: build step 0 "gcr.io/compute-image-tools/gce_vm_image_import:release" failed: step exited with non-zero status: 1

Environment (please complete the following information):

alallema commented 1 year ago

Hi @derickdecesare, Thanks for raising this issue. Indeed, the GCP image seems to be broken. And yes the image is based on Debian

matthiastjong commented 1 year ago

+1 on this. What's the timeframe?

sengkiq commented 1 year ago

+1

alallema commented 1 year ago

Hi @derickdecesare, I dig a little and if you deselect the Install guest packages it would work properly, I don't know why exactly for now. I hope it will help Also the last version available is the meilisearch-v1-3-0-debian-11.vmdk

matthiastjong commented 1 year ago

Is there an up-to-date version list?

alallema commented 1 year ago

Additional note in the problem-solving tenative:

alallema commented 1 year ago

Hi @derickdecesare, Good news, this should be corrected, I've re-edited the latest version: gs://meilisearch-image/meilisearch-v1-3-3-debian-11.vmdk Also as the: gs://meilisearch-image/meilisearch-v1-2-1-debian-11.vmdk gs://meilisearch-image/meilisearch-v1-1-1-debian-11.vmdk Let me know if it works well for you, but usually it's all good with the Install guest packages

alallema commented 1 year ago

Hi @matthiastjong,

Is there an up-to-date version list?

No, indeed, but you can access all the available images here It could be useful to add it to the documentation page