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

[Question] privileged vs SYS_ADMIN in the CSI driver deployment #378

Open
lemonlatte opened this issue Jan 15, 2021 · 0 comments
Open

[Question] privileged vs SYS_ADMIN in the CSI driver deployment #378

lemonlatte opened this issue Jan 15, 2021 · 0 comments

Comments

@lemonlatte
Copy link

lemonlatte commented Jan 15, 2021

What did you do? (required. The issue will be closed when not provided.)

I start learning CSI recently. The csi-digitalocean is a pretty good resource for beginners. After study it for a while, I find a question about the privileged in this CSI driver deployment and would like ask for your helps.

When I checked the example in here,

privileged: true
capabilities:
add: ["SYS_ADMIN"]
I found that it includes both privileged and CAP_SYS_ADMIN.

Doesn't privileged include CAP_SYS_ADMIN? Is there any reason to include both?

Thanks in advance.

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

No branches or pull requests

1 participant