Apply Changes to a Cluster
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
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: September 7, 2022