Pod Security forbids creating Flux pod when set privileged
#473
-
|
When I tried to apply Then I inspected it:, it's due to Pod Security violation: But I did set When I apply, I see: Checking labels: Could anyone advise how to fix this? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
stefanprodan
Feb 3, 2025
Replies: 1 comment 5 replies
-
|
You need to set |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
p-null
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to set
podSecurityProfile: "privileged", see stefanprodan/flux-aio#99