Hi guys,
I am trying to get a prometheus instance up and running as a none-clusteradmin user.. and it seems to be progressing well..
I only had to get admins to create a ClusterRole and Rolebindings I could do myself in my own namespaces.
Prometheus-server is failing to start as it says there is no file in /etc/config/prometheus.yml - but configmap has been mounted so it should be there :(
Normally I'd just add a sleep to the Dockerfile - and then I can have it staying alive long enough for me to enter a shell in the container..
Is there an "Official way" - to do this, so I can enter a shell in my prometheus-server pod, to debug?