kube-hetzner / terraform-hcloud-kube-hetzner

Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
MIT License
2.39k stars 368 forks source link

[Bug]: Change in path to Tumbleweed? #767

Closed maggie44 closed 1 year ago

maggie44 commented 1 year ago

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:

==> 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.

Kube.tf file

N/A

Screenshots

No response

Platform

MacOS

maggie44 commented 1 year ago

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.