kube-hetzner / terraform-hcloud-kube-hetzner

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

[Bug]: Trying to follow the script through WSL but getting error: "stat hcloud-microos-snapshots.pkr.hcl: no such file or directory" #1140

Closed Caryntjen closed 11 months ago

Caryntjen commented 11 months ago

Description

Following along the script, have Ubuntu installed through WSL, brew all the things and now triggering: 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}"

But I get the error: `Running packer build for hcloud-microos-snapshots.pkr.hcl Error:

stat hcloud-microos-snapshots.pkr.hcl: no such file or directory`

Kube.tf file

n/a

Screenshots

image

Platform

Windows

Caryntjen commented 11 months ago

it did work using the home folder, fill in a folder name and path and not the one I created