ansible-devops icon indicating copy to clipboard operation
ansible-devops copied to clipboard

mirroring does not include some of the Grafana images

Open witekwww opened this issue 1 year ago • 0 comments

Collection version

22.5.2

Environment information

quay.io/ibmmas/cli 10.9.2

What happened?

Mirroring of OpenShift catalogs does not include some of the Grafana images. Image for Operator deployment is there, but i'm missing image for mas-grafana-deployment (docker.io/grafana/grafana:10.4.3)

Relevant log output

status of pod:

status:
  phase: Pending
  conditions:
    - type: Initialized
      status: 'True'
      lastProbeTime: null
      lastTransitionTime: '2024-09-06T13:02:19Z'
    - type: Ready
      status: 'False'
      lastProbeTime: null
      lastTransitionTime: '2024-09-06T13:02:19Z'
      reason: ContainersNotReady
      message: 'containers with unready status: [grafana]'
    - type: ContainersReady
      status: 'False'
      lastProbeTime: null
      lastTransitionTime: '2024-09-06T13:02:19Z'
      reason: ContainersNotReady
      message: 'containers with unready status: [grafana]'
    - type: PodScheduled
      status: 'True'
      lastProbeTime: null
      lastTransitionTime: '2024-09-06T13:02:19Z'
  hostIP: 192.168.222.210
  podIP: 10.128.0.248
  podIPs:
    - ip: 10.128.0.248
  startTime: '2024-09-06T13:02:19Z'
  containerStatuses:
    - name: grafana
      state:
        waiting:
          reason: ImagePullBackOff
          message: 'Back-off pulling image "docker.io/grafana/grafana:10.4.3"'
      lastState: {}
      ready: false
      restartCount: 0
      image: 'docker.io/grafana/grafana:10.4.3'
      imageID: ''
      started: false

witekwww avatar Sep 06 '24 13:09 witekwww