Skip to content

Commit 470d653

Browse files
committed
tweak README, add prune to datasource
1 parent 335a770 commit 470d653

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

samples/speedystore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The diagram below, taken from the [SingleStore documentation](https://docs.singl
2626

2727
The SingleStore Toolbox is used to deploy, administer, and manage a SingleStore cluster. The `sdb-admin start-monitoring-kube` command is used to configure and start the monitoring. It has a number of flags to control its operations. See the [SingleStore documentation](https://docs.singlestore.com/db/v8.9/reference/singlestore-tools-reference/sdb-admin-commands/start-monitoring-kube/) for more information.
2828

29-
>**NOTE: The SingleStore Toolbox must be installed on a host that can access the SingleStore cluster pods using the internal cluster hostnames and IP addresses. This can be a jump box (bastion) host or, if necessary, one of the Kubernetes cluster nodes. In addition to the SingleStore Toolbox, you must be able to submit `kubectl` commands from this host.**
29+
>**NOTE: The SingleStore Toolbox must be installed on a host that can access the SingleStore cluster pods using the internal cluster hostnames and IP addresses. This can be a jump box (bastion) host or, if necessary, one of the Kubernetes cluster nodes. In addition to the SingleStore Toolbox, you must be able to submit `kubectl` commands from this host as well.**
3030
3131
To configure and start the monitoring, including the metrics database, the following command will (eventually) be submitted:
3232

samples/speedystore/speedystore-datasource.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apiVersion: 1
2-
2+
deleteDatasources:
3+
- name: s2monitoring
4+
prune: true
35
datasources:
4-
- name: monitoring
6+
- name: s2monitoring
57
type: mysql
68
url: svc-sas-singlestore-cluster-ddl.VIYA_NS.svc.cluster.local:3306
79
database: metrics

0 commit comments

Comments
 (0)