github StarRocks/starrocks-kubernetes-operator v1.9.6
v1.9.6 🌈

latest releases: v1.11.4, v1.11.3, v1.11.2...
22 months ago

Release Notes for starrocks-kubernetes-operator v1.9.6

We are excited to announce the release of StarRocks Kubernetes Operator v1.9.6. This version has the following enhancements:

  1. Support command and args(#516) in StarRocksCluster spec. You can easily customize the command and args if you are using helm chart.
    Below is a code snippet from values.yaml for your reference:
     entrypoint:
       script: |
         #! /bin/bash
         echo "do something before start cn"
         exec /opt/starrocks/cn_entrypoint.sh $FE_SERVICE_NAME
  2. Support ImagePullPolicy in StarRocksCluster spec(#514).
  3. Support to use namespaced scope permission to deploy warehouses(#513).

Don't miss a new starrocks-kubernetes-operator release

NewReleases is sending notifications on new releases.