Increase LXD storage size

This commit is contained in:
Khue Doan 2021-04-26 01:21:22 +07:00
parent f84fc1ae4e
commit 74015da237
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
terraform {
# TODO Generate endpoint automatically (terragrunt for variable)
backend "etcdv3" {
endpoints = ["192.168.1.35:2379"]
endpoints = ["192.168.1.25:2379"]
lock = true
}

View File

@ -11,7 +11,7 @@ networks:
project: default
storage_pools:
- config:
size: 50GB
size: 100GB
description: ""
name: default
# TODO use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335