I was trying to reinstall fluentbit on a minikube cluster running on my local machine by following the steps in https://docs.fluentbit.io/manual/installation/kubernetes#installing-with-helm-chart. I've been able to get fluentbit deployed in the past by following the same process, but for some reason after I edited the configmap and re-applied it as a daemonset (a workflow that I've used successfully in the past), the pod's status is ErrImagePull.
I've tried
• The solution in Why am I getting an ErrImagePull error in this Kubernetes deployment? (although I'm not sure if it was relevant as I'm not building a docker image myself).
• Deleting my fluent-bit configmap and daemonset and reinstalling with helm chart.
Neither seemed to work.
I've attached the output of running kubectl describe pods
here. I'd appreciate some help with this issue, thanks.