-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
4.10.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
No
-
None
-
None
-
Rejected
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
When using imagestream to pull the images from external image registry to internal image registry, images get corrupted randomly. - Internal image registry is configured to use s3 for image storage - Image pruning is enabled but the corrupted images are not getting cleaned - No third party operators are being used in the cluster
Version-Release number of selected component (if applicable):
How reproducible:
non-reproducible
Steps to Reproduce:
non-reproducible
Actual results:
N/A
Expected results:
N/A
Additional info:
Image from external repo is pulled as below method and all the config regarding pull secret,linking the secrets are done properly and still some of the images are getting corrupted apiVersion: image.openshift.io/v1 kind: ImageStream metadata: name: my-external-image spec: tags: - from: kind: DockerImage name: <external_registry_url>/<repository>:<tag> name: latest