starrocks-kubernetes-operator icon indicating copy to clipboard operation
starrocks-kubernetes-operator copied to clipboard

Update starrocks-fe-and-be.yaml

Open Machos65 opened this issue 6 months ago • 3 comments

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 generate to generate the code.
  • [ ] run golangci-lint run to check the code style.
  • [ ] run make test to run UT.
  • [ ] run make manifests to 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 scripts directory, run bash create-parent-chart-values.sh to update the values.yaml file of the parent chart( kube-starrocks chart).

Machos65 avatar May 08 '25 11:05 Machos65

CLA assistant check
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.

CLAassistant avatar May 08 '25 11:05 CLAassistant

Why do you want to modify the number of replicas and specifications ?

yandongxiao avatar May 09 '25 01:05 yandongxiao

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.

yandongxiao avatar Jun 05 '25 23:06 yandongxiao