Skip to content

Commit 785602d

Browse files
committed
2 parents ba24524 + 3587ba9 commit 785602d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,16 @@ The repository has the following structure:
2222
├── docs # Documentation source files
2323
└── scripts # Scripts and tools which check and create addons
2424
```
25+
26+
## Plan design
27+
28+
The design of the plan follows certain principles, and the minimum recommended number of installation nodes for k8s is usually 4. Therefore, our addons design plans according to this standard, and they follow the following principles:
29+
30+
* The number of CPUs is allocated according to the principle of `2 * * n`
31+
* The minimum allocation ratio of CPU and memory is `1 : 1`, and the maximum is `1 : 8`
32+
* The allocation ratio of limits and requests is:
33+
* `1 : 1` for database
34+
* `1 : 2` for others addon
35+
* Due to cluster size limitations, we usually design a maximum number of replicas of `4`
36+
37+
If these designs do not match your hardware and scale, we suggest forking this project and customizing it.

0 commit comments

Comments
 (0)