Skip to content
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

Add PodMounter #368

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

Add PodMounter #368

wants to merge 6 commits into from

Conversation

unexge
Copy link
Contributor

@unexge unexge commented Feb 4, 2025

Part of #279. This PodMounter is not in use at the moment, only tests are running for it. I'll do a follow-up PR to add Kubernetes manifests and enabling this PodMounter via Helm flag.

Best reviewed on commit-by-commit.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@unexge unexge requested a review from a team as a code owner February 4, 2025 15:16
Go returns `invalid argument` if you try to `net.{Dial, Listen}` on a
Unix socket if the path is longer than 108 characters.

This limitation is only to the argument passed to those functions, if
we receive a Unix socket path longer than 108 characters, we try to
make that path relative to the current working directory and use it
instead if relative path is shorter than 108 characters.

Signed-off-by: Burak Varlı <[email protected]>
@unexge unexge deployed to approval-gate February 4, 2025 16:29 — with GitHub Actions Active
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