How severe does this issue affect your experience of using Ray?
- Low: It annoys or frustrates me for a moment.
When creating RayCluster on OpenShift and setting the ServiceAccount sometimes there is an issue with a race condition while using the integrated openshift registry. Because OpenShift adds imagePullSecrets to the ServiceAccount, sometimes KubeRay will create the HeadPod before the imagePullSecrets exist and will get stuck on pulling the image. Killing the head pod solves the issue. Anyone has any ideas how could this be fixed?