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

Kubernetes Operator for StarRocks

Results 51 starrocks-kubernetes-operator issues
Sort by recently updated
recently updated
newest added

## Describe the bug I attempted to follow the [example for the shared storage](https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/examples/starrocks/deploy_a_starrocks_cluster_running_in_shared_data_mode.yaml) setup after deploying the operator. The shared storage example only deploys the FE and CN components...

bug

When reducing from 3 fe nodes to 1 fe node, if the remaining node was not previously the leader, it will still have the FOLLOWER role after the reduction.

https://docs.starrocks.io/zh-cn/latest/deployment/upgrade https://docs.starrocks.io/en-us/latest/deployment/upgrade

Ideally, we can use a init container to download the ddprofile binary. and share it with the main container via emptydir. The version can be configurable in values.yaml as well...

## Describe the current behavior CRD starrocksclusters.starrocks.com do not includes ``ipFamilies``, we need it to make service works in dual stack k8s. ## Describe the enhancement Add ``ipFamilies`` and other...

enhancement

## Describe the bug Flink starrocks stream JOB found restarting due to Connection fe timed out ## Please complete the following information - Operator Version: [ v1.8.6] - starrocks 3.1.3...

bug

``` CREATE TABLE `score_board` ( `id` INT, `name` STRING, `score` INT, PRIMARY KEY (id) NOT ENFORCED ) WITH ( 'connector' = 'starrocks', 'jdbc-url' = 'xxx', 'scan-url' = 'yyy', 'database-name' =...

bug

Datadog has a nice profile feature that can automate the process of collecting perf data and visualize them nicely on Datadog dashboard. To use this feature in Starrocks, we need...

https://connect.redhat.com/en/blog/red-hat-openshift-operator-certification-glance https://cloud.redhat.com/blog/red-hat-openshift-operator-certification This will address the security issues along with secrets and configs, etc etc all the issues that the operator currently has.