You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy pod to Kubernetes minikube cluster. I am trying to deploy a container created from registry.access.redhat.com/ubi8/httpd-24 image, but it fails on pulling an image:
kubectl get events
...
13s Warning Failed pod/httpd-24-public-pod Failed to pull image "registry.access.redhat.com/ubi8/httpd-24:latest": writing blob: adding layer with blob "sha256:c3b9f94f675753261dff8baad6d5e5c94c3baee6e1654057bc9ca3799ab0bf53": Error processing tar file(exit status 1): operation not permitted
...
The text was updated successfully, but these errors were encountered:
I am trying to deploy pod to Kubernetes minikube cluster. I am trying to deploy a container created from
registry.access.redhat.com/ubi8/httpd-24
image, but it fails on pulling an image:The text was updated successfully, but these errors were encountered: