Skip to content

feat: ZEP-0032 support ipv6 only #3938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

touchardv
Copy link

Description

Initial support for IPv6 only mode with zarf.
Use of HTTP and localhost is kept in IPv6 mode (to avoid the need for dealing with registry configuration in the k8s container runtime) by using a socket proxy (currently a basic socat Alpine container image).

Related Issue

Relates to zarf-dev/proposals#32
Relates to #3455

Checklist before merging

- enable tcp listener for ipv6
- allow serving multiple images

Signed-off-by: Vincent Touchard <[email protected]>
Signed-off-by: Vincent Touchard <[email protected]>
@touchardv touchardv requested review from a team as code owners June 23, 2025 14:45
Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit 3308396
🔍 Latest deploy log https://app.netlify.com/projects/zarf-docs/deploys/685d7b2e16e75b00080f29a9

Copy link

codecov bot commented Jun 26, 2025

Codecov Report

Attention: Patch coverage is 76.96970% with 38 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pkg/cluster/injector.go 84.39% 14 Missing and 8 partials ⚠️
src/pkg/state/state.go 15.38% 11 Missing ⚠️
src/internal/packager/template/template.go 40.00% 2 Missing and 1 partial ⚠️
src/cmd/initialize.go 50.00% 1 Missing ⚠️
src/pkg/packager/deploy.go 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/config/config.go 0.00% <ø> (ø)
src/pkg/cluster/cluster.go 36.52% <100.00%> (+0.83%) ⬆️
src/cmd/initialize.go 31.00% <50.00%> (+0.19%) ⬆️
src/pkg/packager/deploy.go 0.00% <0.00%> (ø)
src/internal/packager/template/template.go 70.83% <40.00%> (+58.87%) ⬆️
src/pkg/state/state.go 20.00% <15.38%> (-0.47%) ⬇️
src/pkg/cluster/injector.go 67.54% <84.39%> (+1.50%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mkcp
Copy link
Contributor

mkcp commented Jun 26, 2025

Hey @touchardv, thanks for putting together this PR! Our CI linters are currently failing on the changed CLI flags. We have some automation to fix this -- running make docs-and-schema locally will update the markdown files for you. Pushing up the resulting diffs ought to resolve the failed check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants