Skip to content

feat: Add network configuration to k3d config to work with lower MTU …#74

Merged
venkatamutyala merged 1 commit into
mainfrom
venkatamutyala-patch-1
Apr 26, 2026
Merged

feat: Add network configuration to k3d config to work with lower MTU …#74
venkatamutyala merged 1 commit into
mainfrom
venkatamutyala-patch-1

Conversation

@venkatamutyala

Copy link
Copy Markdown
Contributor

…networks

Copilot AI review requested due to automatic review settings April 26, 2026 19:54
@venkatamutyala venkatamutyala merged commit 385cc52 into main Apr 26, 2026
4 checks passed
@venkatamutyala venkatamutyala deleted the venkatamutyala-patch-1 branch April 26, 2026 19:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an explicit Docker network to the k3d cluster config so the cluster can be attached to a custom network (e.g., one created with a lower MTU) instead of relying on the default.

Changes:

  • Set network: k3d-glueops-net in k3d-config.yaml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread k3d-config.yaml
@@ -2,6 +2,7 @@ apiVersion: k3d.io/v1alpha5
kind: Simple
metadata:
name: captain

Copilot AI Apr 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

network: k3d-glueops-net introduces an external dependency on a pre-existing Docker network (and, per the PR intent, one configured with a lower MTU). To avoid confusing setup failures or silently running with the wrong MTU, add an inline comment here (and/or ensure the setup docs reference it) stating that this network must be created with the desired MTU before running k3d cluster create --config.

Suggested change
name: captain
name: captain
# This Docker network must be created ahead of time with the desired MTU
# before running `k3d cluster create --config`.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants