Files
terraform-talos/azure/images
Serge Logvinov 7e3be623a0 update packages
2022-11-21 18:33:35 +02:00
..
2022-05-19 17:22:23 +03:00
2022-05-19 17:22:23 +03:00
2022-07-15 12:05:09 +03:00
2022-11-21 18:33:35 +02:00
2022-08-19 12:44:08 +03:00
2022-06-14 23:34:29 +03:00
2022-10-06 19:00:28 +03:00

Upload OS image to azure Gallery

# Body of terraform.tfvars

project         = "<name of resource group>"
subscription_id = "<subscription id>"


# Zones, fist is main zone
regions         = ["uksouth", "ukwest", "westeurope"]

Init and upload images

wget https://github.com/siderolabs/talos/releases/download/v1.2.0-beta.0/azure-amd64.tar.gz
tar -xzf azure-amd64.tar.gz && mv disk.vhd disk-x64.vhd

wget https://github.com/siderolabs/talos/releases/download/v1.2.0-beta.0/azure-arm64.tar.gz
tar -xzf azure-arm64.tar.gz && mv disk.vhd disk-arm64.vhd

terraform init && terraform apply