-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
-
None
-
False
-
None
-
False
-
-
Bug Fix
-
In Progress
-
-
-
Kata Sprint #233, Kata Sprint #234, Kata Sprint #235, Kata Sprint #236, Kata Sprint #237
-
0
-
0
-
High
Description of problem:
OSC 1.3.3 on OCP 4.10 disconnected install, the env KATA_MONITOR_IMAGE value requires changes from Tag to Digest The openshift-sandboxed-containers-monitor pods is crashlooping on ImagePullBackOff because the env KATA_MONITOR_IMAGE value is using Tag in deployment controller-manager. ~~~ env: - name: KATA_MONITOR_IMAGE value: >- registry.redhat.io/openshift-sandboxed-containers/osc-monitor-rhel8:1.3.3 ~~~ The above hardcoded tag needs to be changed to a digest.
Version-Release number of selected component (if applicable):
4.10
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
The daemonset pods of openshift-sandboxed-containers-monitor goes in ImagePullBackOff
Expected results:
The pods should be in running state without any image pull errors.
Additional info:
- account is impacted by
-
KATA-2159 add cloud-api-adaptor as related image in CSV
- Closed