summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-07 14:00:33 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-07 14:00:33 +0300
commiteee691478fce8b2d49a30526a39a3d0451efca4f (patch)
treeac1b73fbcf9fdf5c999a9b3aec6504568038edce /README.md
parenta07a3123ae9ff4d9dc0bc11e29088475d68eab04 (diff)
Move custom section
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index ded1065..66dc518 100644
--- a/README.md
+++ b/README.md
@@ -102,10 +102,6 @@ By default, we use a _simple_ strategy to calculate resource recommendations. It
- For memory, we take the maximum value over the past week and add a 5% buffer.
-#### Creating a Custom Strategy
-
-Look into the `examples` directory for examples on how to create a custom strategy/formatter.
-
### Difference with Kubernetes VPA
| Feature 🛠️ | Robusta KRR 🚀 | Kubernetes VPA 🌐 |
@@ -242,6 +238,12 @@ poetry run krr simple --help
<p align="right">(<a href="#readme-top">back to top</a>)</p>
+<!-- CUSTOM -->
+
+## Creating a Custom Strategy/Formatter
+
+Look into the `examples` directory for examples on how to create a custom strategy/formatter.
+
<!-- BUILDING -->
## Building