fix: pass --node_config_file so hami-device-node-config takes effect#116
fix: pass --node_config_file so hami-device-node-config takes effect#116ouyangluwei163 wants to merge 1 commit into
Conversation
The ConfigMap is mounted at /node-config.yaml but the DaemonSet args never passed --node_config_file, so main.go never loaded the per-node config. Add the flag to the standalone manifest and Helm chart args. Signed-off-by: ouyangluwei(riseunion) <ouyangluwei@riseunion.io>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ouyangluwei163 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe device plugin DaemonSet arguments now include ChangesNode configuration wiring
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related issues
Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The ConfigMap is mounted at /node-config.yaml but the DaemonSet args never passed --node_config_file, so main.go never loaded the per-node config. Add the flag to the standalone manifest and Helm chart args. #115
Summary by CodeRabbit