The stackdriver-exporter container within the postgresql Stateful Set is repeatedly entering CrashLoopBackOff.
The following error message is consistently observed on restart:
"flag provided but not defined: -monitored-resource-types"
This appears to be very similar to the issue created for cassandra (#2863).
I would like to submit a pull request to update the line with the same fix applied to cassandra.
|
- --monitored-resource-types=k8s |
The
stackdriver-exportercontainer within thepostgresqlStateful Set is repeatedly enteringCrashLoopBackOff.The following error message is consistently observed on restart:
This appears to be very similar to the issue created for
cassandra(#2863).I would like to submit a pull request to update the line with the same fix applied to
cassandra.click-to-deploy/k8s/postgresql/chart/postgresql/templates/postgresql-statefulset.yaml
Line 92 in fe470f2