Skip to content

Commit 2717f06

Browse files
authored
Merge pull request #77313 from lahinson/osdocs-10861-etcd-db-sizing-guidance
[OSDOCS-10861]: Adding database sizing requirements to etcd docs
2 parents ed4f97f + a145cf7 commit 2717f06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/etcd-increase-db.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ You might want to increase the disk quota if you encounter a `low space` alert.
1212

1313
Another scenario where you might want to increase the disk quota is if you encounter an `excessive database growth` alert. This alert is a warning that the database might grow too large in the next four hours. In this scenario, consider increasing the disk quota so that you do not eventually encounter a `low space` alert and possible write fails.
1414

15-
When you increase the disk quota, the amount of space that you specify is not immediately reserved. Instead, etcd can grow to that size if needed. Ensure that etcd is running on a dedicated disk that is larger than the value that you specify for the disk quota.
15+
If you increase the disk quota, the disk space that you specify is not immediately reserved. Instead, etcd can grow to that size if needed. Ensure that etcd is running on a dedicated disk that is larger than the value that you specify for the disk quota.
16+
17+
For large etcd databases, the control plane nodes must have additional memory and storage. Because you must account for the API server cache, the minimum memory required is at least three times the configured size of the etcd database.
1618

1719
:FeatureName: Increasing the database size for etcd
1820
include::snippets/technology-preview.adoc[]

0 commit comments

Comments
 (0)