Replies: 4 comments 8 replies
-
Please at least attach imagestream/deploymentconfig yamls? |
Beta Was this translation helpful? Give feedback.
-
Image-stream: apiVersion: image.openshift.io/v1 Deployment-config: apiVersion: apps.openshift.io/v1 |
Beta Was this translation helpful? Give feedback.
-
So it is not OKD issue? |
Beta Was this translation helpful? Give feedback.
-
also being investigated in https://bugzilla.redhat.com/show_bug.cgi?id=2000216 |
Beta Was this translation helpful? Give feedback.
-
Hi.
I upgraded OKD cluster to version 4.7.0-0.okd-2021-08-22-163618.
I have some deployment-config which has a reference to some image-stream (image: my-image:latest).
Everything was ok until last upgrade. Now pod creation fails with an error:
"Failed to pull image "my-image:latest": rpc error: code = Unknown desc = Error reading manifest latest in docker.io/library/my-image: errors: denied: requested access to the resource is denied unauthorized: authentication required"
It looks that reference to image-stream not working anymore. Intsted it looks for image on docker.io/library...
I also have spec.lookupPolicy.local: true in my image-stream.
As I mentioned, everything was ok before upgrade.
Beta Was this translation helpful? Give feedback.
All reactions