galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 3 forks source link

More space for etcd #1861

Closed techcobweb closed 4 weeks ago

techcobweb commented 1 month ago

Story

As a galasa ecosystem administrator, I want to make sure that the dss doesn't run out of space, so that I avoid a lock-out situation which is hard to recover from.

Background

The ecosystem needs a bigger default amount of space to hold the creds/cps/dss in etcd, especially now that dex stores information there also.

Previously, prod had 10GB for each, but the helm chart only allocates 1GB for all of them.

Etcd also supports auto-compaction/de-fragmentation, which needs to be turned on by default to make the system less likely to blow.

Tasks