jbusche commented on PR #510: URL: https://github.com/apache/flink-kubernetes-operator/pull/510#issuecomment-1402839750
I tested on an OpenShift 4.10.46 Cluster, both with the helm install method, as well as building a bundle and installing in multiple namespaces. It looked good in all cases. The operator logs looked like this: ``` oc logs -f flink-kubernetes-operator-5b6d584c7c-jgttf |grep artifacts 2023-01-24 23:21:01,713 o.a.f.k.o.a.ArtifactManager [INFO ][flink/basic-session-job-only-example] Created dir: /opt/flink/artifacts/flink/basic-session-deployment-only-example/basic-session-job-only-example 2023-01-24 23:21:24,427 o.a.f.k.o.a.ArtifactManager [INFO ][jim/basic-session-job-only-example] Created dir: /opt/flink/artifacts/jim/basic-session-deployment-only-example/basic-session-job-only-example ``` Did a twistlock scan of the image created from the Dockerfile, and no known vulnerabilities. I think it looks good, the artifacts folders can be written now both in `default` and non-default namespaces on OpenShift. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
