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

Kubernetes Operator for StarRocks

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

## Describe the current behavior Currently all the `config` in starrocks helm chart are taken as a block, see the code [here](https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/charts/starrocks/templates/_helpers.tpl#L53-L72). As a result, partial update is not supported....

enhancement

I want to change proxy-send-timeout from 60 to 600

documentation

## Describe the bug Enabling ReadOnlyRootFilesystem should be supported. ## To Reproduce Not able to add ReadOnlyRootFilesystem:true ## Expected behavior Both the frontend and compute node are expected to function...

bug

When deploying to OpenShift, we see the following errors in the operator manager logs ``` 2024-03-19T03:14:25.923+0800 INFO StarRocksClusterReconciler begin to reconcile StarRocksCluster {"name": "starrockscluster", "namespace": "starrocks"} 2024-03-19T03:14:25.923+0800 INFO StarRocksClusterReconciler get...

bug

# Related Issue(s) Fixes: #483 # Checklist For operator, please complete the following checklist: - [ ] run `make generate` to generate the code. - [ ] run `golangci-lint run`...

Upgrade BE nodes Run the following command to specify a new BE image file, such as starrocks/be-ubuntu:latest: ``` kubectl -n starrocks patch starrockscluster starrockscluster-sample --type='merge' -p '{"spec":{"starRocksBeSpec":{"image":"starrocks/be-ubuntu:latest"}}}' ``` Upgrade FE...

enhancement

Similar to https://kubebyexample.com/learning-paths/operator-framework/operator-lifecycle-manager/cleaning-operators-and-operands ``` atwong@Albert-CelerData sroperatortest % kubectl get subscription -n starrocks error: the server doesn't have a resource type "subscription" atwong@Albert-CelerData sroperatortest % kubectl get clusterserviceversion -n starrocks error:...

enhancement

https://operator-framework.github.io/olm-book/docs/uninstall-an-operator.html ``` atwong@Albert-CelerData sroperatortest % kubectl get clusterserviceversion -n starrocks error: the server doesn't have a resource type "clusterserviceversion" ```

enhancement

https://operator-framework.github.io/olm-book/docs/uninstall-an-operator.html ``` atwong@Albert-CelerData sroperatortest % kubectl get subscription -n starrocks error: the server doesn't have a resource type "subscription" ```

enhancement

## Describe the current behavior Currently, `CRD: StarrocksCluster` has a fixed version `apiVersion: starrocks.com/v1`, without proper versioning and capability guarantee, the risk to upgrade CRD is unknown. ## Describe the...

enhancement