clank-bootstrapper/kind/delete-kind.sh

6 lines
67 B
Bash
Raw Normal View History

2022-12-10 22:08:07 +01:00
#!/bin/bash
. kind.sh
kind delete cluster --name "$CLUSTER_NAME"