chore: compatible with reload action of parameters definition#10079
chore: compatible with reload action of parameters definition#10079
Conversation
|
Auto Cherry-pick Instructions |
4cd4d68 to
39db52b
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #10079 +/- ##
==========================================
+ Coverage 51.42% 51.61% +0.19%
==========================================
Files 524 525 +1
Lines 57853 58135 +282
==========================================
+ Hits 29749 30008 +259
- Misses 25171 25182 +11
- Partials 2933 2945 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c4fcf20 to
c946bcb
Compare
05da089 to
df580a4
Compare
df580a4 to
8f765ba
Compare
cjc7373
left a comment
There was a problem hiding this comment.
If I understand correctly, old cluster will invoke kbagent's reconfigure action to makes a GRPC call to config-manager.
Yes. For existing clusters still using legacy ParametersDefinition.reloadAction, we translate it into a reconfigure GRPCAction, and kbagent calls the in-pod legacy config-manager through that action. This is compatibility only for existing instances; new instances are expected to use cmpd lifecycle actions directly. |
No description provided.