diff options
| 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 |
| commit | eee691478fce8b2d49a30526a39a3d0451efca4f (patch) | |
| tree | ac1b73fbcf9fdf5c999a9b3aec6504568038edce /README.md | |
| parent | a07a3123ae9ff4d9dc0bc11e29088475d68eab04 (diff) | |
Move custom section
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |
