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

osd: set blkdevmapper capabilities #9158

Merged
merged 1 commit into from Nov 15, 2021
Merged

osd: set blkdevmapper capabilities #9158

merged 1 commit into from Nov 15, 2021

Commits on Nov 15, 2021

  1. osd: set blkdevmapper capabilities

    The OSD blkdevmapper init container relies on the MKNOD capability,
    which it does not actually request.
    As a result, deployments fail on Kubernetes clusters that do not
    happen to assign this capability to all containers by default.
    Solve this by updating the container spec securityContext to
    explicitly request the capability it relies on.
    
    Closes: #9156
    Signed-off-by: Omar Pakker <Omar007@users.noreply.github.com>
    Omar007 committed Nov 15, 2021
    Copy the full SHA
    4726d39 View commit details
    Browse the repository at this point in the history