Kyle Sessions
Kyle Sessions
Hey @rdglinux! > When the image has Docker MediaType, the pull succeeds. When the image uses OCI MediaType, the pull fails. 1. No I wouldn't consider that expected. If you...
@gerald-pinder-omnicell our eks variants don't ship with Docker, that would only be found on our ecs variants. If you have any logs, errors or a reproduction of the issue those...
@dshackith Are you also getting `400 Bad Request` on ImagePullBackOff?
Interesting @gerald-pinder-omnicell Thanks for the additional info. I found: https://github.com/containerd/containerd/issues/11953 Which seems semi-related, maybe inline with: >images our company built and stored in Artifactory were able to be pulled down...
@dshackith That also seems to be setup as pull through cache, is that right?
I have setup Artifactory and ran some experiements with pull through cache on both docker-hub and public-ecr, and haven't been able to reproduce, all using the default `8mib` setup. I'll...
@angabini thanks for providing some of the info. Seems to match the behavior the others might be describing, where some pulls from Artifactory are working, and others (specifically pull through...
@dshackith @gerald-pinder-omnicell @angabini seems an update to JFrog Artifactory version (bug fix server side) may also mitigate the issue, allowing for Range GET requests which explains why I haven't been...
@langesven I'll be curious to hear updates if `settings.container-runtime.concurrent-download-chunk-size=0` helps. > As soon as I force-delete the pod and get it re-scheduled on a different node the pull works fine....
@langesven thanks for the update! Happy to hear : `settings.container-runtime.concurrent-download-chunk-size=0` at least helps mitigate the issue you are seeing. Thanks for the detail, that definitely sounds odd, and I would...