Skip to content

Commit f0029d3

Browse files
committed
📝 docs
modified: README.md
1 parent 6286e4f commit f0029d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Disclaimer:
3737

3838
`sample-size` is the amount of data-points the controller will store in cache before constructing an average for the pod. After a requests resizing, the cache will clean itself and a new average will be calculated based on the sample size. If `min-seconds` has not yet passed since the pod has last been supposed to be sample-reconciled, the controller will keep sampling the pod until `min-seconds` have been reached and only then zero the sample and restart from cache.
3939

40+
## Limitations
41+
42+
- Does not work with CRD controllers (such as Argo Rollouts)
43+
- Does not have persistent cache. Will reset cache on controller restart
4044

4145
# Development
4246
## Getting Started

0 commit comments

Comments
 (0)