octarinesec / kube-scan

kube-scan: Octarine k8s cluster risk assessment tool
https://www.octarinesec.com/
MIT License
795 stars 101 forks source link

Unable to Pull image #47

Open mrunalinir opened 3 years ago

mrunalinir commented 3 years ago

The pod keeps crashing saying ImagePullBackOff. On describing, it says the image might be on a private docker registry or unavailable. Additionally, the kube scan images are not available on the docker registry. How can one go about this?

santikris2003 commented 3 years ago

Failed to load logs: container "kube-scan-ui" in pod "redacted" is waiting to start: trying and failing to pull image Reason: BadRequest (400)...Im too getting same error

santikris2003 commented 3 years ago

these are the description of the pod events: Events: Type Reason Age From Message


Normal Scheduled 60m default-scheduler Successfully assigned kube-scan/kube-scan-redacted to ip-redacted.ec2.internal Warning Failed 59m (x2 over 60m) kubelet Failed to pull image "octarinesec/kubescan-scanner-ui:20.5": rpc error: code = Unknown desc = Error response from daemon: pull access denied for octarinesec/kubescan-scanner-ui, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Warning Failed 59m (x2 over 60m) kubelet Error: ErrImagePull Normal Pulling 59m (x2 over 60m) kubelet Pulling image "octarinesec/kubescan-scanner:20.5" Warning Failed 59m (x2 over 60m) kubelet Failed to pull image "octarinesec/kubescan-scanner:20.5": rpc error: code = Unknown desc = Error response from daemon: pull access denied for octarinesec/kubescan-scanner, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Warning Failed 59m (x2 over 60m) kubelet Error: ErrImagePull Normal BackOff 59m (x3 over 60m) kubelet Back-off pulling image "octarinesec/kubescan-scanner:20.5" Warning Failed 59m (x3 over 60m) kubelet Error: ImagePullBackOff Normal Pulling 59m (x3 over 60m) kubelet Pulling image "octarinesec/kubescan-scanner-ui:20.5" Warning Failed 4m56s (x242 over 60m) kubelet Error: ImagePullBackOff Normal BackOff 5s (x264 over 60m) kubelet Back-off pulling image "octarinesec/kubescan-scanner-ui:20.5"

faust64 commented 3 years ago

I can't find any of those images either ... It this project still maintained?

FYI, you may be able to pull those from: https://hub.docker.com/r/siddharth67/kubescan-scanner-ui/tags https://hub.docker.com/r/siddharth67/kubescan-scanner/tags

Now I wouldn't recommend trusting random images integrating with your Kubernetes API

distortedsignal commented 2 years ago

I would assume that this is supposed to point to this Docker Hub repository, and it looks like that repo doesn't have images associated with the names that we're trying to pull.

I don't want to call it too early, but I think he's dead, Jim.

DanceMore commented 2 years ago

use Github Actions to push fresh Docker Images to Github Registry? It's basically built in...