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 If the number of replicas for CN or BE is reduced without performing a DROP operation, the FE Leader will continuously report the following error: 1....

bug

## Describe the bug For safety reasons, cloud service providers will limit the maximum disk space each Pod can use, such as 100GB. When the files for Stream Load are...

bug

## Describe the problem In Kubernetes, the `shareProcessNamespace` field in a Pod specification determines whether all containers within the pod share the same process namespace. When set to true, containers...

feature

## Describe the problem Some logs like `fe.internal.log` `fe.gc.log.20240605-094644` are not print to stdout even when `LOG_CONSOLE=1` is set. One way to get it to datadog is to tail it...

feature

## Describe the bug Deploy starrocks version 3.1.4 with helm 1.9.0, pod startup of be failed, please ask which helm chart version should be selected to deploy starrocks version 3.1.4...

bug

## Describe the bug Executing the pprof command causes the index to fail and the cn node is killed. ## To Reproduce Steps to reproduce the behavior: `/root/go/bin/pprof --svg --seconds=30...

bug

need to use a different operator for each namespace

documentation

## Describe the bug `helm install kube-starrocks kube-starrocks -n starrocks` Error: INSTALLATION FAILED: failed to install CRD crds/starrocks.com_starrocksclusters.yaml: unable to decode "": json: cannot unmarshal string into Go value of...

bug

## Describe the bug When we delete the imagePullSecrets field from StarRockCluster, imagePullSecrets still exists in the statefulset of the component and has not been deleted. ## To Reproduce 1....

bug