From 3b15809090fc1e27ad016f41882f22074c012f90 Mon Sep 17 00:00:00 2001 From: Venkat Date: Wed, 18 Feb 2026 17:06:23 -0800 Subject: [PATCH] major: delete existing k3d cluster and then create Update the command for creating a k3d cluster in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a9b0b..00c0012 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run: ```bash -curl https://raw.githubusercontent.com/GlueOps/k3d/main/k3d-config.yaml -o k3d-config.yaml && k3d cluster create --config k3d-config.yaml && bash <(curl -sL https://raw.githubusercontent.com/GlueOps/k3d/main/add-machineid.sh) +k3d cluster delete captain || true && curl https://raw.githubusercontent.com/GlueOps/k3d/main/k3d-config.yaml -o k3d-config.yaml && k3d cluster create --config k3d-config.yaml && bash <(curl -sL https://raw.githubusercontent.com/GlueOps/k3d/main/add-machineid.sh) ``` Run the request for new chisel nodes and then take the output to run against your k3ds cluster: https://tools.glueopshosted.rocks/docs#/default/create_chisel_nodes_v1_chisel_post