From 60b0feb7dedf37eb7e0ef9fec5c0f867db13c7f1 Mon Sep 17 00:00:00 2001 From: Venkat Date: Sun, 26 Apr 2026 12:54:11 -0700 Subject: [PATCH] feat: Add network configuration to k3d config to work with lower MTU networks --- k3d-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k3d-config.yaml b/k3d-config.yaml index 52ae05b..fe70f13 100644 --- a/k3d-config.yaml +++ b/k3d-config.yaml @@ -2,6 +2,7 @@ apiVersion: k3d.io/v1alpha5 kind: Simple metadata: name: captain +network: k3d-glueops-net servers: 1 agents: 6 kubeAPI: # same as `--api-port myhost.my.domain:6443` (where the name would resolve to 127.0.0.1)