diff options
author | Zohar Galor <zgalor@redhat.com> | 2017-10-23 18:12:33 +0300 |
---|---|---|
committer | Zohar Galor <zgalor@redhat.com> | 2017-10-24 17:21:55 +0300 |
commit | 108aebebe4bdababaf754c18856039f7b541b176 (patch) | |
tree | 53210ce602db38c493f36885302cf26973fa3567 /roles/openshift_prometheus/README.md | |
parent | d54942dac6551d59e19e9f9a0096ca4684b7079f (diff) | |
download | openshift-108aebebe4bdababaf754c18856039f7b541b176.tar.gz openshift-108aebebe4bdababaf754c18856039f7b541b176.tar.bz2 openshift-108aebebe4bdababaf754c18856039f7b541b176.tar.xz openshift-108aebebe4bdababaf754c18856039f7b541b176.zip |
Change default in prometheus storage type to emptydir
Only create pvcs when openshift_prometheus_<alertmanager|buffer>_storage_type==pvc
By default deployment will use emptydir.
Add some documentation and examples.
bz: https://bugzilla.redhat.com/show_bug.cgi?id=1495446
Diffstat (limited to 'roles/openshift_prometheus/README.md')
-rw-r--r-- | roles/openshift_prometheus/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_prometheus/README.md b/roles/openshift_prometheus/README.md index 07ea0299d..63f5f554f 100644 --- a/roles/openshift_prometheus/README.md +++ b/roles/openshift_prometheus/README.md @@ -24,7 +24,7 @@ For default values, see [`defaults/main.yaml`](defaults/main.yaml). ## PVC related variables Each prometheus component (prometheus, alertmanager, alertbuffer) can set pv claim by setting corresponding role variable: ``` -openshift_prometheus_<COMPONENT>_storage_type: <VALUE> +openshift_prometheus_<COMPONENT>_storage_type: <VALUE> (pvc, emptydir) openshift_prometheus_<COMPONENT>_pvc_(name|size|access_modes|pv_selector): <VALUE> ``` e.g |