Hi, I'm trying to set up Stream Load following thi...
# questions-and-troubleshooting
k
Hi, I'm trying to set up Stream Load following this documentation(https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/doc/load_data_using_stream_load_howto.md) which requires FE Proxy. I've added the starrocksFeProxySpec configuration to my values.yaml, but the operator keeps deleting the proxy resources with the log message: src.Spec.StarRocksFeProxySpec == nil, clear fe proxy resource. My values.yaml configuration: starrocksFeProxySpec: enabled: true replicas: 1 resolver: "" limits: cpu: 1 memory: 2Gi requests: cpu: 1 memory: 2Gi service: type: NodePort ports: - name: http-port containerPort: 8080 nodePort: 30180 port: 8080 i have tried different casing: starrocksFeProxySpec, StarRocksFeProxySpec and Multiple Helm chart versions: 1.11.1, 1.11.2, 1.11.3 but the problem remains and My current services are running fine without proxy: kube-starrocks-fe-service: 803031084/TCP,902030954/TCP,903030150/TCP,901030081/TCP kube-starrocks-be-service: 906032448/TCP,804032703/TCP,905032132/TCP,806030000/TCP Any help would be greatly appreciated!
k
which chart are you using, there are two different charts there, and you need to figure out which one and make sure the indention is correct in the values.yaml
k
i am using kube-starrocks chart and i have checked indentation with chatgpt
k
in
kube-starrocks
, the
starrocksFeProxySpec
shall be under the
starrocks
section.
you can check the cr yaml created by the helmchart values, double confirm it.
k
it is not in the cr yaml, but i do not know what is wrong with my config
k
so must be something wrong with the values. you can manually render the values with the chart templates without applying to the cluster, check the template, could be something wrong. from the template, it is referencing to
starrocksFeProxySpec.enabled
under starrocks sub chart https://github.com/StarRocks/starrocks-kubernetes-operator/blob/6906c0ab0fa3d5ac4a[…]kube-starrocks/charts/starrocks/templates/starrockscluster.yaml