starrocks-kubernetes-operator
starrocks-kubernetes-operator copied to clipboard
Update starrocks-fe-and-be.yaml
Description
Please provide a detailed description of the changes you have made. Include the motivation for these changes, and any additional context that may be important.
the PR should include helm chart changes and operator changes.
Related Issue(s)
Please list any related issues and link them here.
Checklist
For operator, please complete the following checklist:
- [ ] run
make generateto generate the code. - [ ] run
golangci-lint runto check the code style. - [ ] run
make testto run UT. - [ ] run
make manifeststo update the yaml files of CRD.
For helm chart, please complete the following checklist:
- [ ] make sure you have updated the values.yaml file of starrocks chart.
- [ ] In
scriptsdirectory, runbash create-parent-chart-values.shto update the values.yaml file of the parent chart( kube-starrocks chart).
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Why do you want to modify the number of replicas and specifications ?
I can understand the problem you encountered. In a personal testing environment, we rarely need resources of such a large scale. However, in the examples/starrocks directory, we use the minimum specifications that can ensure the online operation of StarRocks. For example, the minimum number of FEs is 3, and it must be an odd number.