1
0
Fork 0
home-stack-kustomize/clean-dev-cluster.sh

7 lines
132 B
Bash
Executable File

#!/bin/bash -e
k3d cluster delete local
docker rm -f registry-localhost
docker rm -f postgres-localhost
docker rm -f nfs-localhost