Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
Apply Changes to a Cluster
When scaling, updating, or upgrading the cluster, edit the sdb-cluster. file and run the following command.
kubectl apply -f sdb-cluster.yaml
This will cause the Operator to scale, update, or upgrade the cluster.
Refer to the appropriate section of this reference to determine which fields in the sdb-cluster. file to scale, update, or upgrade the cluster.
Some updates can be achieved by updating the Operator’s command-line arguments rather than updating the cluster directly.sdb-operator. file (which will first update the Operator, and the Operator will then update the cluster) or via the sdb-cluster. file (where the Operator will remain unchanged, but will still update the cluster).
To update the cluster via the Operator’s command-line arguments, edit spec. in the sdb-operator. file and add, update, or delete the desired command-line arguments.
Run the following command to apply these changes.
kubectl apply -f sdb-operator.yaml
The Operator pod will be restarted.
Last modified: