# Local DSDS cluster for datasync using K3d The following env variables are required to run the script properly: ```shell export API_URL=https://dev1.edge-preprod.dev/api/v2 export API_ORGANIZATION=edge-dev1-retail-b526aa export API_BANNER=mailmen export API_USERNAME= export API_PASSWORD= ``` ## Available Commands `just just hack/k3d/{command}` - publish-datasync: publish the datasync pallet to use in the dsds cluster - down: deletes the k3d cluster - up: sets up the k3d cluster with the appropriate label - reset: down up - connect: runs the `edge connect` command - dsds: reset connect - new-dsds: publish-datasync dsds > when in doubt just run `just hack/k3d/new-dsds`