Closed sarroutbi closed 1 year ago
Hello,
Just a quick check for now. Did you try "adding '{ "privileged": true}'" to https://github.com/RedHatProductSecurity/rapidast/blob/development/helm/chart/values.yaml#L14? when you created a job? (as stated in helm/README.md)
I will try it and let you know. Thanks for your quick response
It seems that after applying the change, the errors disappear. I have errors in jobs, but that seems to be related to different issue, so I will investigate it and open another issue in case necessary.
Thanks @jeremychoi
Hello. I am trying to perform rapidast execution on OpenShift cluster.
I am using installation through helm, and it works correctly.
However, if I try to extract results, I am getting next error:
If I try to configure securityContext as in this diff:
The pod is started correctly:
However, pod is failing, dumping next logs:
Am I doing something wrong? This seems to be like chicken and egg issue ...
Thanks for your help