-
Notifications
You must be signed in to change notification settings - Fork 28
Description
📜 Description
In openshift environment kubeslice cannot run as with privileged permissions, there needs to be minimal set of permissions to run kubeslice in openshift.
We can achieve this with a security context with a minimal set of permissions instead of running kubeslice with full privileged permissions.
This change will have to be applied in a number of KubeSlice components not just worker-operator.
👟 Reproduction steps
install kubeslice in openshift
👍 Expected behavior
It should run in openshift without privileged permissions out of the box.
👎 Actual Behavior
Fails to run kubeslice on openshift
🐚 Relevant log output
Version
No response
🖥️ What operating system are you seeing the problem on?
No response
✅ Proposed Solution
With a security context with a minimal set of permissions instead of running kubeslice with full privileged permissions.
This change will have to be applied in a number of KubeSlice components not just worker-operator.
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find any similar issue
Code of Conduct
- I agree to follow this project's Code of Conduct