mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-04 15:27:52 +07:00
Change storage pool name back to default
This commit is contained in:
@ -67,7 +67,7 @@ resource "lxd_profile" "kubenode" {
|
||||
name = "root"
|
||||
|
||||
properties = {
|
||||
pool = "local"
|
||||
pool = "default"
|
||||
path = "/"
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ storage_pools:
|
||||
- config:
|
||||
size: 50GB
|
||||
description: ""
|
||||
name: local
|
||||
name: default
|
||||
# TODO use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335
|
||||
driver: lvm
|
||||
profiles:
|
||||
@ -26,7 +26,7 @@ profiles:
|
||||
type: nic
|
||||
root:
|
||||
path: /
|
||||
pool: local
|
||||
pool: default
|
||||
type: disk
|
||||
name: default
|
||||
cluster:
|
||||
|
Reference in New Issue
Block a user