From 01764785adaef3a8c96575820d7fc04e08334517 Mon Sep 17 00:00:00 2001 From: Venkat Date: Sun, 26 Apr 2026 12:53:00 -0700 Subject: [PATCH] fix: Update README with new k3d cluster creation command to work with lower MTU networks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c0012..2563272 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run: ```bash -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) +k3d cluster delete captain || true && docker network rm k3d-glueops-net || true && docker network create --driver bridge --opt com.docker.network.driver.mtu=1400 k3d-glueops-net && 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