-
Bug
-
Resolution: Done
-
Blocker
-
None
-
False
-
None
-
False
-
Testable
-
No
-
-
-
-
-
-
-
1.27.0-30
-
No
-
No
-
Pending
-
None
-
-
-
High
Description of problem:
In RHODS 1.27 RC build, when you create a Data Science Pipeline server some pods are started in the project's namespace.
One of them is the pod ds-pipeline-pipelines-definition-XXXX. We just found that this pod is starting the container oauth-proxy, which is using the image registry.redhat.io/openshift4/ose-oauth-proxy:v4.12.0
This prevents Data Science Pipelines be used in a disconnected cluster (we see ImagePullBackOff when starting the pod). The url of the image should contain sha256 (same as rhods-dashboard is doing for the same container)
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install RHODS 1.27 RC
- Create a Data Science Pipelines Project
- Start a Pipeline Server
- In OpenShift console, go to the project and verify that the ds-pipeline-pipelines-definition pod has status ImagePullBackOff