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

Deploying Cilium CNI - issue with Method 5 #10014

Closed
tijmenvandenbrink opened this issue Dec 23, 2024 · 0 comments · Fixed by #10022
Closed

Deploying Cilium CNI - issue with Method 5 #10014

tijmenvandenbrink opened this issue Dec 23, 2024 · 0 comments · Fixed by #10022

Comments

@tijmenvandenbrink
Copy link

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

smira added a commit to smira/talos that referenced this issue Dec 23, 2024
Fixes siderolabs#10014

Fixes siderolabs#10007

Signed-off-by: Andrey Smirnov <[email protected]>
smira added a commit to smira/talos that referenced this issue Dec 23, 2024
Fixes siderolabs#10014

Fixes siderolabs#10007

Signed-off-by: Andrey Smirnov <[email protected]>
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 a pull request may close this issue.

1 participant