Change externalElasticsearchUrl to externalElasticsearchHost at cc#185
Change externalElasticsearchUrl to externalElasticsearchHost at cc#185mangoGoForward wants to merge 3 commits into
Conversation
|
/cc @kubesphere/sig-observability |
|
/assign @calvinyv |
|
what about the users from the old version of KubeSphere CC with previous parm? do we have any migration mechanism? |
We may could use Could you give some suggestions? |
|
Thanks for this contribution. And https://github.com/kubesphere/ks-installer/pull/1798 has been merged. But v3.2.0 has been released and does not contain this change. Therefore, I think it is more appropriate to merge this pr and kubesphere/kubekey#742 after the release of the next version, otherwise it will cause v3.2.0 to fail to find |
Ok. And do we need some compatibility measures for old version like above logic? |
|
Adding only the logic above should not be fully compatible with the old version, because the install process is already included in the image of the old version. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mangoGoForward 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 |
I have no idea to avoid now, if you have any idea, please share with me, Thanks a lot. |
|
I think the best way at present may be to update the chart of ks-installer to v3.2.0 first, and then the later new version can use |
@pixiake Do we need to create a GitHub issue to track the ks-installer Helm Chart upgrade? If so, it could be a good first issue. |
Ok. |
Yes,I have created an issue #190 . |
|
Do we still need to modify |
What this PR dose?
Change externalElasticsearchUrl to externalElasticsearchHost at cc, and make the definition more clear.
What this PR does / why we need it:
please see kubesphere/kubesphere#3829.
Which issue(s) this PR fixes:
Fixes kubesphere/kubesphere#3829.