Skip to content

Commit

Permalink
Delete local cluster as part of bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Sep 25, 2023
1 parent d1a5a75 commit e6d98c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/bootstrap-local.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
branch=$(git rev-parse --abbrev-ref HEAD)

echo "🔥 Destroying existing local Kubernetes cluster"
k3d cluster delete cluster-local

echo "🚀 Provisioning local Kubernetes cluster"
k3d cluster create cluster-local --config k3d-config.yaml

Expand Down

0 comments on commit e6d98c3

Please sign in to comment.