Hi all
I am trying to configure persistent storage with Prometheus Operator, but I
can't get it right even though I think I follow the official documentation
<https://github.com/coreos/prometheus-operator/blob/master/Documentation/user-guides/storage.md>
to
the letter. What happens is that the StatefulSet created by the operator,
prometheus-k8s, logs the following error:
create Claim prometheus-k8s-db-prometheus-k8s-0 for Pod
prometheus-k8s-0 in StatefulSet prometheus-k8s failed error:
PersistentVolumeClaim "prometheus-k8s-db-prometheus-k8s-0" is invalid:
spec.resources[storage]: Required value
I wonder if this is due to a bug in Prometheus Operator or whether I've
made a mistake in my configuration. Can someone please help me out? I've
made my Prometheus manifest available in this gist
<https://gist.github.com/aknuds1/06d93bf20155eb821ff0d913f8b43dfa>.
Thanks,
Arve