-
Bug
-
Resolution: Done
-
Critical
-
maistra-0.10.0
-
None
-
Maistra TP sprint 10
Isito new operator fails to set up promethus pod on OCP4
We are getting prometheus pod error:
level=error ts=2019-03-26T19:15:16.535109497Z caller=main.go:597 err="Opening storage failed mkdir data/: permission denied"
Build: istio maistra-0.9.0
image: docker.io/prom/prometheus:v2.3.1
Environment: OCP 4 AWS
Test steps:
Install ocp 4 AWS cluster
Install registry-puller pod
Install new maistra istio-operator
Apply the following CR ( See attachment)
Results:
prometheus-bc8754577-zcjpf 0/1 CrashLoopBackOff 17
Log:
level=error ts=2019-03-26T19:15:16.535109497Z caller=main.go:597 err="Opening storage failed mkdir data/: permission denied"
community OCP 3.11 working pod: http://pastebin.test.redhat.com/744715
product OCP4 failed pod: http://pastebin.test.redhat.com/744714
It looks like the prometheus service account did not get added to anyuid scc.