Skip to content

Commit

Permalink
update to 'make delete' and include pvc deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Sep 6, 2024
1 parent b796c7f commit 55588e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/sdk/guides/devnet-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ scrollsdk helper fund-accounts --dev

`kubectl get ingress` will show all the exposed services and URIs.

`make uninstall` will stop all services.
`make delete` will stop all services. You wil also need to run `kubectl delete pvc data-l2-rpc-0` to delete the remaining pvc.

`minikube dashboard` launches a WebUI for exploring the kubernetes cluster and the various pods, volumes and ingresses without learning all the CLI commands. `k9s` is also a CLI great tool for exploring running pods and quickly looking at their logs.

Expand Down

0 comments on commit 55588e3

Please sign in to comment.