Add delete cluster
This commit is contained in:
parent
cb3d135d6c
commit
16eb38ca06
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat <<EOF | kind create cluster --name opencloud --config=-
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
|
3
delete_kind_cluster.sh
Executable file
3
delete_kind_cluster.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
kind delete cluster --name opencloud
|
Loading…
Reference in New Issue
Block a user