We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when using method 5 the double quotes must be removed:
Faulty:
- --set - securityContext.capabilities.ciliumAgent="{CHOWN,KILL,NET_ADMIN,NET_RAW,IPC_LOCK,SYS_ADMIN,SYS_RESOURCE,DAC_OVERRIDE,FOWNER,SETGID,SETUID}" - --set - securityContext.capabilities.cleanCiliumState="{NET_ADMIN,SYS_ADMIN,SYS_RESOURCE}"
Correct:
- --set - securityContext.capabilities.ciliumAgent={CHOWN,KILL,NET_ADMIN,NET_RAW,IPC_LOCK,SYS_ADMIN,SYS_RESOURCE,DAC_OVERRIDE,FOWNER,SETGID,SETUID} - --set - securityContext.capabilities.cleanCiliumState={NET_ADMIN,SYS_ADMIN,SYS_RESOURCE}
Thanks
The text was updated successfully, but these errors were encountered:
docs: fix two typos
62ee6e6
Fixes siderolabs#10014 Fixes siderolabs#10007 Signed-off-by: Andrey Smirnov <[email protected]>
9b30601
675854a
Successfully merging a pull request may close this issue.
Hi, when using method 5 the double quotes must be removed:
Faulty:
Correct:
Thanks
The text was updated successfully, but these errors were encountered: