-
Notifications
You must be signed in to change notification settings - Fork 378
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
feat: custom deploy addon support cluster addon and can select version #6446
Conversation
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6446 +/- ##
==========================================
+ Coverage 15.14% 15.16% +0.02%
==========================================
Files 3674 3674
Lines 376844 376905 +61
==========================================
+ Hits 57076 57163 +87
+ Misses 314307 314280 -27
- Partials 5461 5462 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: CeerDecy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @sfwn
apistructs.AddonMSENacos, // mse-nacos only can be deployed by `config-center` or `register-center` | ||
} | ||
createableAddonVersion := map[string]string{ | ||
apistructs.AddonApiGateway: "3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these default addon:version
pairs should be putted in envs or db configs, for easier modifying.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yes, I found these version just for getting AddonSpec, now I've changed it to get AddonSpec from cache.
Signed-off-by: CeerDecy <[email protected]>
/approve |
What this PR does / why we need it:
feat custom deploy addon support cluster addon and can select version
Which issue(s) this PR fixes:
Specified Reviewers:
/assign @iutx
ChangeLog
Need cherry-pick to release versions?
Add comment like
/cherry-pick release/1.0
when this PR is merged.