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

deployment: fix the nri volume type to DirectoryOrCreate #123

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

fmuyassarov
Copy link
Collaborator

If the NRI feature is not enable yet in the runtime, runnig Helm charts with nri.patchContainerdConfig parameter set to true will fail because the directory is not created yet. Setting the hostPath volume type to DirectoryOrCreate ensures that we get the directory created in case it's missing.

If the NRI feature is not enable yet in the runtime, runnig Helm
charts with nri.patchContainerdConfig parameter set to true will
fail because the directory is not created yet. Setting the hostPath
volume type to DirectoryOrCreate ensures that we get the directory
created in case it's missing.

Signed-off-by: Feruzjon Muyassarov <[email protected]>
@fmuyassarov fmuyassarov requested review from klihub and marquiz October 3, 2023 13:02
@klihub klihub merged commit c866a1d into containers:main Oct 4, 2023
3 checks passed
@fmuyassarov fmuyassarov deleted the fix-volume branch October 4, 2023 09:16
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