Uploaded image for project: 'Openshift sandboxed containers'
  1. Openshift sandboxed containers
  2. KATA-2038

OSC 1.3.3 on OCP 4.10 disconnected install, the env KATA_MONITOR_IMAGE value requires changes from Tag to Digest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • sandboxed-containers
    • None
    • False
    • None
    • False
    • Hide
      Previously, the installation of OSC in a disconnected cluster was not possible. This was due to the Kata monitor image container pull specification using a tag instead of a digest, preventing the image from being mirrored via an ImageContentSourcePolicy.

      With this release, we have made necessary adjustments to the CSV's spec.relatedImages section. This change ensures that all container images forming part of the Operator are included. As a result, all container pull specifications now utilize digests instead of tags. (KATA-2038)

      This modification now permits the installation of OSC in disconnected environments, increasing the robustness and flexibility of our system.
      Show
      Previously, the installation of OSC in a disconnected cluster was not possible. This was due to the Kata monitor image container pull specification using a tag instead of a digest, preventing the image from being mirrored via an ImageContentSourcePolicy. With this release, we have made necessary adjustments to the CSV's spec.relatedImages section. This change ensures that all container images forming part of the Operator are included. As a result, all container pull specifications now utilize digests instead of tags. ( KATA-2038 ) This modification now permits the installation of OSC in disconnected environments, increasing the robustness and flexibility of our system.
    • 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:

       

       

            cmeadors@redhat.com Cameron Meadors
            rhn-support-pkhilare Pawan Khilare
            Cameron Meadors Cameron Meadors
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: