Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
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, while SingleStore 9.0 is recommended for production workloads.
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: