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

Merged
merged 26 commits into from
Feb 12, 2025
Merged

Add PodMounter #368

merged 26 commits into from
Feb 12, 2025

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 enabled auto-merge February 11, 2025 13:44
@unexge unexge added this pull request to the merge queue Feb 12, 2025
Merged via the queue into awslabs:main with commit 2a1e421 Feb 12, 2025
28 checks passed
@unexge unexge deleted the add-pod-mounter branch February 12, 2025 13:17
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