diff --git a/docs/guides/singlestore/concepts/opsrequest.md b/docs/guides/singlestore/concepts/opsrequest.md index 2a356704ea..3a04c5efb4 100644 --- a/docs/guides/singlestore/concepts/opsrequest.md +++ b/docs/guides/singlestore/concepts/opsrequest.md @@ -128,7 +128,7 @@ metadata: name: sdbops-reconfigure-config namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: sdb-sample configuration: @@ -149,7 +149,7 @@ metadata: name: sdbops-reconfigure-config namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: sdb-standalone configuration: @@ -166,7 +166,7 @@ metadata: name: sdbops-reconfigure-config namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: sdb-sample configuration: @@ -185,7 +185,7 @@ metadata: name: sdbops-reconfigure-config namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: sdb-standalone configuration: diff --git a/docs/guides/singlestore/reconfigure/reconfigure-steps/index.md b/docs/guides/singlestore/reconfigure/reconfigure-steps/index.md index dd1b01c344..c8e8120137 100644 --- a/docs/guides/singlestore/reconfigure/reconfigure-steps/index.md +++ b/docs/guides/singlestore/reconfigure/reconfigure-steps/index.md @@ -218,7 +218,7 @@ metadata: name: sdbops-reconfigure-config namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: custom-sdb configuration: @@ -231,7 +231,7 @@ spec: Here, - `spec.databaseRef.name` specifies that we are reconfiguring `custom-sdb` database. -- `spec.type` specifies that we are performing `Configuration` on our database. +- `spec.type` specifies that we are performing `Reconfigure` on our database. - `spec.configuration.aggregator.applyConfig` is a map where key supports 1 values, namely `sdb-apply.cnf` for aggregator nodes. You can also specifies `spec.configuration.leaf.applyConfig` which is a map where key supports 1 values, namely `sdb-apply.cnf` for leaf nodes. Let's create the `SinglestoreOpsRequest` CR we have shown above, @@ -250,8 +250,7 @@ Let's wait for `SinglestoreOpsRequest` to be `Successful`. Run the following co ```bash $ kubectl get singlestoreopsrequest --all-namespaces NAMESPACE NAME TYPE STATUS AGE -demo sdbops-reconfigure-config Configuration Successful 10m - +demo sdbops-reconfigure-config Reconfigure Successful 10m ``` We can see from the above output that the `SinglestoreOpsRequest` has succeeded. If we describe the `SinglestoreOpsRequest` we will get an overview of the steps that were followed to reconfigure the database. @@ -277,7 +276,7 @@ Spec: sdb-apply.cnf: max_connections = 550 Database Ref: Name: custom-sdb - Type: Configuration + Type: Reconfigure Status: Conditions: Last Transition Time: 2024-10-04T10:18:22Z @@ -396,7 +395,7 @@ metadata: name: sdbops-reconfigure-remove namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: custom-sdb configuration: @@ -426,7 +425,7 @@ Let's wait for `SingleStoreOpsRequest` to be `Successful`. Run the following co ```bash $ kubectl get singlestoreopsrequest -n demo NAME TYPE STATUS AGE -sdbops-reconfigure-remove Configuration Successful 5m31s +sdbops-reconfigure-remove Reconfigure Successful 5m31s ``` Now let's connect to a singlestore instance and run a singlestore internal command to check the new configuration we have provided. diff --git a/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-remove.yaml b/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-remove.yaml index b557e898e9..49cdc7cc54 100644 --- a/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-remove.yaml +++ b/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-remove.yaml @@ -4,7 +4,7 @@ metadata: name: sdbops-reconfigure-config namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: custom-sdb configuration: diff --git a/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-using-applyConfig.yaml b/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-using-applyConfig.yaml index 65b617765d..ecacdbd1ad 100644 --- a/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-using-applyConfig.yaml +++ b/docs/guides/singlestore/reconfigure/reconfigure-steps/yamls/reconfigure-using-applyConfig.yaml @@ -4,7 +4,7 @@ metadata: name: sdbops-reconfigure-config namespace: demo spec: - type: Configuration + type: Reconfigure databaseRef: name: custom-sdb configuration: