-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Merged by Bors] - OpenShift compatibility #126
Conversation
This allows the operator installation to pass the pod security admission and complete successfuly.
Setting runAsGroup automatically makes runAsUser required in non OpenShift environments.
And add runAsUser to Jobs preapring dependency volumes.
bors try |
tryBuild succeeded: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On kind i have flaky tests on a fresh cluster (minio is ready but connection refused when trying to connect). Could not reproduce that if the images are already there (which should not make a difference actually).
There is some duplication between the single tests (e.g. 00-serviceaccount.yaml.j2). Not sure if this is isolated on purpose?
LGTM otherwise.
lgtm - all tests run successfully on CRC/OS running on local machine. |
Moved nodeSelector property to the spark-examples and delete the node-selector test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind tests are only flaky on my machine. LGTM.
bors merge |
Pull request successfully merged into main. Build succeeded: |
Fixes #125
Jenkins run: https://ci.stackable.tech/job/spark-k8s-operator-it-custom/32/