diff --git a/infra/lxd/cluster.tf b/infra/lxd/cluster.tf index 3a519b53..0a861130 100644 --- a/infra/lxd/cluster.tf +++ b/infra/lxd/cluster.tf @@ -58,7 +58,7 @@ resource "lxd_profile" "kubenode" { type = "nic" properties = { - network = "lxdbr0" + network = "lxdfan0" } } @@ -67,7 +67,7 @@ resource "lxd_profile" "kubenode" { name = "root" properties = { - pool = "default" + pool = "local" path = "/" } } diff --git a/test/lxd.yaml b/test/lxd.yaml index e99a440a..67a15f07 100644 --- a/test/lxd.yaml +++ b/test/lxd.yaml @@ -13,8 +13,8 @@ storage_pools: - config: size: 50GB description: "" - name: default - driver: zfs + name: local + driver: btrfs profiles: - config: {} description: ""