Skip to content

feat: initial support for IPv6 only #3750

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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

touchardv
Copy link

@touchardv touchardv commented Apr 30, 2025

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).

It is a work-in-progress and some further changes are required to:

  • Package the proxy container image with the injector registry (already supported by zarf)
  • Update the Rust injector to support serving the proxy image.
  • Fix the broken tests.
  • Add additional tests to cover the changes.
  • Find an alternative solution for running the proxy (???)

Related Issue

Fixes #

Relates to #3455

Checklist before merging

Copy link

netlify bot commented Apr 30, 2025

Deploy Preview for zarf-docs ready!

Name Link
🔨 Latest commit 57d2ee6
🔍 Latest deploy log https://app.netlify.com/projects/zarf-docs/deploys/68260502d61659000891354c
😎 Deploy Preview https://deploy-preview-3750--zarf-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@touchardv touchardv force-pushed the support-ipv6-only branch 3 times, most recently from 3264afb to 25734a2 Compare May 5, 2025 09:16
Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

see 199 files 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.

@touchardv touchardv force-pushed the support-ipv6-only branch from dabe8ae to 57d2ee6 Compare May 15, 2025 15:15
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.

1 participant