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

Enhance DSR docs aroung CRI socket mounting #1737

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

jnummelin
Copy link
Contributor

Change the mount examples to use whole directory as the socket file might change during runtime and thus mounting the single file might break the behaviour in case of container runtime restarts.

Also simplified all the examples to use containerd as CRI as it's probably the most used CRI.

Fixes #1719

Change the mount examples to use whole directory as the socket file might change during runtime and thus mounting the single file might break the behaviour in case of container runtime restarts.

Also simplified all the examples to use containerd as CRI as it's probably the most used CRI.

Signed-off-by: Jussi Nummelin <[email protected]>
@aauren
Copy link
Collaborator

aauren commented Sep 12, 2024

@jnummelin Thanks for fixing this up!

@aauren aauren merged commit 14a9e80 into cloudnativelabs:master Sep 12, 2024
7 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.

documentation/DSR examples: mount directory containing the socket instead the socket directly
2 participants