mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +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
|
||||
description: ""
|
||||
name: local
|
||||
driver: btrfs
|
||||
# TODO use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335
|
||||
driver: lvm
|
||||
profiles:
|
||||
- config: {}
|
||||
description: ""
|
||||
|
Loading…
Reference in New Issue
Block a user