Commit Graph
13 Commits
Author SHA1 Message Date
Veer Singh 798cc3bd1d Document rule interval scheduling behavior
State that rules with different intervals run on independent schedules.
State the concurrency limit and the catch-up behavior.
State the rule timeout validation limit.
2026-07-20 14:24:04 -07:00
Veer Singh 25105fd576 Add per-rule custom plugin intervals
Group rules by their effective invoke interval.
Use the global interval when a rule omits its interval.
Reject non-positive invoke intervals before scheduler startup.
Test grouped cadence, concurrency, and shutdown behavior.
2026-07-20 13:55:00 -07:00
Sergey Kanzhelev b132355fb7 docs: Add versioning proposal 2025-08-13 06:42:54 +00:00
Zhen Wang 132ccc8e81 Bump NPD versions to v0.8.19 2024-05-18 01:11:21 +00:00
Zhen Wang e14c3e4ae5 Add make release
Adds a `make release` command for releasing new NPD version. It stops
pushing the tar files to gs://kubernetes-release, because no one has
write permission to the GCS bucket any more. We haven't pushed NPD tar
files to that GCS bucket after v0.8.10. k/k has been using NPD v0.8.13+
since 1.29. NPD release should just include the tar files in the release
note.
2024-03-11 04:27:16 +00:00
Zhen WangandZhen Wang e8623bdba7 Update release process 2024-03-09 14:35:54 +00:00
Brian McQueen 4906ebb182 updated the custom plugin doc to clarify the usage for reason and message 2023-04-10 18:57:28 -07:00
vaibhav2107 a5fd95c982 Updated references from k8s.gcr.io to registry.k8s.io 2023-02-14 17:10:08 +05:30
Yordis Prieto Lazo 0842910049 chore: fix misspelling 2022-12-18 22:58:07 -05:00
Taylor Chaparro 9344c938bb Allow skipping condition during customplugin initialization 2022-04-26 10:12:01 -07:00
Sean McGinnis e7511e6eeb Add notes on steps to perform when doing a release
There are a few things that need to be done for each release. This adds
some basic notes to help make sure all steps are followed. This is a
working document, so hopefully it will be expanded over time as we
identify other steps that should be done.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-02-02 16:55:22 -06:00
Andy Xie 33dffe0761 enable codnition updaet when message change for custom plugin 2018-12-11 13:14:49 +08:00
Andy Xie 4475a5a919 add docs about custom plugin 2018-12-10 14:17:23 +08:00