...
1# Local DSDS cluster for datasync using K3d
2
3The following env variables are required to run the script properly:
4
5```shell
6export API_URL=https://dev1.edge-preprod.dev/api/v2
7export API_ORGANIZATION=edge-dev1-retail-b526aa
8export API_BANNER=mailmen
9export API_USERNAME=<ncr-user>
10export API_PASSWORD=<edge-password>
11```
12
13## Available Commands
14
15`just just hack/k3d/{command}`
16
17- publish-datasync: publish the datasync pallet to use in the dsds cluster
18- down: deletes the k3d cluster
19- up: sets up the k3d cluster with the appropriate label
20- reset: down up
21- connect: runs the `edge connect` command
22- dsds: reset connect
23- new-dsds: publish-datasync dsds
24
25> when in doubt just run `just hack/k3d/new-dsds`
26
View as plain text