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 NFS support #13

Merged
merged 2 commits into from
Mar 26, 2024
Merged

Conversation

gautierdag
Copy link
Contributor

Given we now have an NFS partition. This allows us to use it by passing the following:

    job = KubernetesJob(
       ...
        volume_mounts={
            "nfs": {"mountPath": "/nfs", "server": "10.24.1.255", "path": "/"}
        },
    )

Then from within the pod we can access it at /nfs/...

@AntreasAntoniou
Copy link
Owner

Can you add an example in the README.md? Then we can merge this! :)

@gautierdag
Copy link
Contributor Author

@AntreasAntoniou done, let me know if you want more!

@AntreasAntoniou
Copy link
Owner

Excellent! Merging.

@AntreasAntoniou AntreasAntoniou merged commit d2fcc11 into AntreasAntoniou:main Mar 26, 2024
1 of 2 checks passed
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