Closed maggie44 closed 1 year ago
When running the script:
tmp_script=$(mktemp) && curl -sSL -o "${tmp_script}" https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/scripts/create.sh && chmod +x "${tmp_script}" && "${tmp_script}" && rm "${tmp_script}"
The following error:
==> hcloud.microos-x86-snapshot: --2023-04-26 14:50:19-- https://ftp.gwdg.de/pub/opensuse/repositories/devel:/kubic:/images/openSUSE_Tumbleweed/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2 ==> hcloud.microos-x86-snapshot: Resolving ftp.gwdg.de (ftp.gwdg.de)... 134.76.12.6 ==> hcloud.microos-x86-snapshot: Connecting to ftp.gwdg.de (ftp.gwdg.de)|134.76.12.6|:443... connected. ==> hcloud.microos-x86-snapshot: HTTP request sent, awaiting response... 404 Not Found ==> hcloud.microos-x86-snapshot: 2023-04-26 14:50:20 ERROR 404: Not Found. ...
Has the path to the qcow2 changed?
The arm build seems to go through fine.
N/A
No response
MacOS
Found the inline code note on the mirrors:
https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/blob/488e107b599d538a732b8d7134b85197c967de38/packer-template/hcloud-microos-snapshots.pkr.hcl#L12
Maybe that could be echoed in the error message and would have got me right there.
Apologies for the hasty issue.
Description
When running the script:
tmp_script=$(mktemp) && curl -sSL -o "${tmp_script}" https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/scripts/create.sh && chmod +x "${tmp_script}" && "${tmp_script}" && rm "${tmp_script}"
The following error:
Has the path to the qcow2 changed?
The arm build seems to go through fine.
Kube.tf file
Screenshots
No response
Platform
MacOS