Add PodSecurityPolicy support
artazar opened this issue · 2 comments
artazar commented
Presently Voyager Operator does not respect pod security policies and fails to create HAProxy pods, if cluster has 'restricted' policies enabled by default (and require to run as non-root).
Could you please:
- add the required psp objects to default Voyager operator installation
or - describe the proper way to allow ingress objects respect the applied pod security policies
Thanks!
tamalsaha commented
If you are interested, please open a pull request.
mohag commented
PSPs are going away...
https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/