Prometheus operator causing prometheus pods to continuously restart

Hi. I’ve currently got PX 3.0.1 installed on my K8s cluster and noticed that when prometheus is enabled, I’m seeing the operator start up and immediately startup/shutdown the prometheus pods on the nodes over and over again endlessly. If I change the deployment of the operator and set the replicas to 0, the behavior stops, and prometheus successfully starts up on one of the nodes.

If I set the replicas back 1 on the operator, it terminates the running prometheus pod and starts cycling over and over again.

Has anyone seen this before and have an idea of where to look for errors? I don’t see anything in the operator logs that point me in any particular direction…there are no errors there.

Thanks.