hcloud-talos / terraform-hcloud-talos

This repository contains a Terraform module for creating a Kubernetes cluster with Talos in the Hetzner Cloud.
https://registry.terraform.io/modules/hcloud-talos/talos
MIT License
65 stars 16 forks source link

ARM or AMD #29

Closed knfoo closed 3 months ago

knfoo commented 3 months ago

Hi :wave:

When reading the doc it states that packer creates X86 and AMD images, but reading the code it seems that it should be X86 and ARM.

https://github.com/hcloud-talos/terraform-hcloud-talos/blob/df1abd1432e3fe2f2974b4af98098d2ae5bc51ef/README.md?plain=1#L101

https://github.com/hcloud-talos/terraform-hcloud-talos/blob/df1abd1432e3fe2f2974b4af98098d2ae5bc51ef/_packer/talos-hcloud.pkr.hcl#L32

I would like to use ARM servers, just want to make sure that it is actually a possibility.

mrclrchtr commented 3 months ago

Yes, that is a mistake. It's about ARM.

btw. AMD is also x86 ;)