You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Multiple parallel KRM function evaluator pods for the same KRM functions (kptdev#336)
* NCDEV-2832 : support sequential KRM function evaluation in podEvaluator
* refactor podevaluator modules into separate files
* NCDEV-2833: Multiple parallel KRM function evaluator pods
* NCOMGITFM-1569 Schedule waitlisted items for failed pod to another
* NCDEV-3650: Unify KRM fn parameter names
* Add pod retrieve logic, fixes, resource request/limits for krm pods
* fix lint error
* lint fixes
* additional changes
* fix goscan
* add some buffer to e2e test
* set max-waitlist-length
* minor fixes
* additional unit test by thc1006
* add missing test file
* more unit tests by thc1006
* Increase the expected time buffer a little for e2e test
* comment fix
---------
Co-authored-by: Bhargav Anil Kumar Singh <singh.bhargav_anil_kumar@nokia.com>
Co-authored-by: Kosimov Javlonbek <javlonbek.kosimov@nokia.com>
Co-authored-by: Mózes László Máté <laszlo.mozes@nokia.com>
Copy file name to clipboardExpand all lines: docs/content/en/docs/6_configuration_and_deployments/configurations/components/function-runner-config/_index.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,14 @@ args:
34
34
```bash
35
35
args:
36
36
- --pod-cache-config=/pod-cache-config/pod-cache-config.yaml # Pod cache config file path
37
-
- --warm-up-pod-cache=true # Warm up pod cache on startup (default: true)
38
-
- --pod-namespace=porch-fn-system # Namespace for KRM function pods (default: porch-fn-system)
39
-
- --pod-ttl=30m # Pod TTL before GC (default: 30m)
0 commit comments