CNTRLPLANE-3431: restart operator upon config change#897
CNTRLPLANE-3431: restart operator upon config change#897ricardomaraschini wants to merge 1 commit into
Conversation
if the operator config changes we need to restart the operator. e.g. if the tls config has been updated we need to make sure the servers we keep online are respecting the new config. this commit makes the operator config part of the --terminate-on-files flag.
|
@ricardomaraschini: This pull request references CNTRLPLANE-3431 which is a valid jira issue. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe authentication-operator deployment manifest was updated to add the operator config file as a watched termination trigger. The operator process now terminates when ChangesOperator Termination Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
/test all |
|
/retest |
|
@ricardomaraschini: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
if the operator config changes we need to restart the operator. e.g. if the tls config has been updated we need to make sure the servers we keep online are respecting the new config.
this commit makes the operator config part of the --terminate-on-files flag.
Summary by CodeRabbit