Fixed handling of install images
The default image was missing the qemu guest agent.
This commit is contained in:
@@ -2,7 +2,9 @@ locals {
|
||||
repo_root = "${dirname(abspath(path.root))}"
|
||||
|
||||
# Talos Linux
|
||||
talos_linux_iso_image_filename = "talos-linux-qemu-guest-agent-amd64.iso"
|
||||
talos_linux_iso_image_url = "https://factory.talos.dev/image/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515/v1.8.2/nocloud-amd64.iso"
|
||||
talos_linux_iso_image_filename = "talos-linux-v1.8.2-qemu-guest-agent-amd64.iso"
|
||||
talos_linux_image_reference = "factory.talos.dev/installer/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515:v1.8.2"
|
||||
|
||||
# K8s control plane
|
||||
k8s_control_plane_ip_address = "192.168.1.150"
|
||||
|
||||
Reference in New Issue
Block a user