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: September 7, 2022