-
-
Notifications
You must be signed in to change notification settings - Fork 502
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
feat: adds k3s module #1194
feat: adds k3s module #1194
Conversation
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'll have a better docs experience including the suggestions I added in the docs.
Hopefully, this change will be the last one 🤞 so this PR will be ready to be merged
Signed-off-by: Mritunjay <mritunjaysharma394@gmail.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks a lot @mdelapenya for the amazing reviews and suggestions, just improved the doc as suggested, let's hope it looks good now, ping me for any other improvements 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the contribution and for your patience while reviewing it
@mritunjaysharma394 I'm creating a K3s module for NodeJS and I'm looking at the three existing implementations: testcontainers/testcontainers-node#863 I noticed that this golang version does not bind mount Why is this? |
What does this PR do?
This PR adds k3s modules for golang testcontainers
Why is it important?
It is important as part of a task of #636 to support k3s modules too.
Related issues
Relates to #636