mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Use lvm instead of btrfs because of a bug in k8s
This commit is contained in:
parent
6b337fb94a
commit
a91869cc85
@ -14,7 +14,8 @@ storage_pools:
|
|||||||
size: 50GB
|
size: 50GB
|
||||||
description: ""
|
description: ""
|
||||||
name: local
|
name: local
|
||||||
driver: btrfs
|
# TODO use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335
|
||||||
|
driver: lvm
|
||||||
profiles:
|
profiles:
|
||||||
- config: {}
|
- config: {}
|
||||||
description: ""
|
description: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user