-
Notifications
You must be signed in to change notification settings - Fork 71
OCPBUGS-17950: Make packageserver wakeup interval configurable #555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@tmshort: This pull request references Jira Issue OCPBUGS-17950, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Alternative to #553 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
f3c96db
to
fa69fd6
Compare
/retest |
/lgtm |
fa69fd6
to
59604da
Compare
The packageserver wakeup interval is used to update its package manifest from CatSrcs. However, this does not need to happen periodically (especially 5m) as the CatSrc pods will restart when a change occurs to data it is caching, and this will be acted upon by packageserver. This allows configuration of this interval via the package-server-manager deployment (which then gets passed onto the packageserver deployment). Signed-off-by: Todd Short <[email protected]>
59604da
to
a7d5711
Compare
/unhold |
/retest |
@tmshort: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/lgtm |
/label qe-approved |
/label acknowledge-critical-fixes-only |
@tmshort: Jira Issue OCPBUGS-17950: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-17950 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The packageserver wakeup interval is used to update its package manifest from CatSrcs. However, this does not need to happen periodically (especially 5m) as the CatSrc pods will restart when a change occurs to data it is caching, and this will be acted upon by packageserver.
This allows configuration of this interval via the package-server-manager deployment (which then gets passed onto the packageserver deployment).