Skip to content

Commit

Permalink
fix: make delete cluster (#656)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas authored Jan 10, 2024
1 parent 8de0132 commit ba7426f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ Below are few helper commands to start the hedera network in the local kubernete
- `make destroy-network`: uninstalls the helm chart
- `make reset`: destroy the network, setup and start all nodes
## Prerequisite

Before you can run the commands above, you will need to have the following installed locally:
- make
- helm
- kubectl
- kind
- using the link https://kind.sigs.k8s.io/docs/user/quick-start/#installing-from-release-binaries
- docker

Some resources are stored in the bucket(SwirldsRegression org): `fst-resources`.
You will need access to it and have `gsutil` installed locally


## Typical workflow

### Start node:
Expand Down
1 change: 0 additions & 1 deletion dev/scripts/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function destroy_cluster() {
[[ -z "${NAMESPACE}" ]] && echo "ERROR: [destroy_cluster] Namespace name is required" && return 1

kind delete cluster -n "${CLUSTER_NAME}" || true
kubectl delete ns "${NAMESPACE}" || true
}

function deploy_shared() {
Expand Down

0 comments on commit ba7426f

Please sign in to comment.