summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-11-16 09:44:58 -0800
committerGitHub <noreply@github.com>2017-11-16 09:44:58 -0800
commiteda85b04e5ed6e6520b218f626ebb0927665c1d9 (patch)
treedfe36cc3f7463cf0c159de35e20997dd339f82ab /roles/openshift_logging/README.md
parent3b00ad54ad65069114eaee45e6ba025bf7aea482 (diff)
parent5b005b03db3a0ec38097ded52a1d1a140cb53465 (diff)
downloadopenshift-eda85b04e5ed6e6520b218f626ebb0927665c1d9.tar.gz
openshift-eda85b04e5ed6e6520b218f626ebb0927665c1d9.tar.bz2
openshift-eda85b04e5ed6e6520b218f626ebb0927665c1d9.tar.xz
openshift-eda85b04e5ed6e6520b218f626ebb0927665c1d9.zip
Merge pull request #6029 from boeboe/master
Automatic merge from submit-queue. logging with static pvc: allow specifying the storage class name See https://github.com/openshift/openshift-ansible/issues/6028 for more info and motivation.
Diffstat (limited to 'roles/openshift_logging/README.md')
-rw-r--r--roles/openshift_logging/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_logging/README.md b/roles/openshift_logging/README.md
index 6c5bb8693..27cfc17d6 100644
--- a/roles/openshift_logging/README.md
+++ b/roles/openshift_logging/README.md
@@ -84,6 +84,7 @@ When `openshift_logging_install_logging` is set to `False` the `openshift_loggin
- `openshift_logging_es_memory_limit`: The amount of RAM that should be assigned to ES. Defaults to '8Gi'.
- `openshift_logging_es_log_appenders`: The list of rootLogger appenders for ES logs which can be: 'file', 'console'. Defaults to 'file'.
- `openshift_logging_es_pv_selector`: A key/value map added to a PVC in order to select specific PVs. Defaults to 'None'.
+- `openshift_logging_es_pvc_storage_class_name`: The name of the storage class to use for a static PVC. Defaults to ''.
- `openshift_logging_es_pvc_dynamic`: Whether or not to add the dynamic PVC annotation for any generated PVCs. Defaults to 'False'.
- `openshift_logging_es_pvc_size`: The requested size for the ES PVCs, when not provided the role will not generate any PVCs. Defaults to '""'.
- `openshift_logging_es_pvc_prefix`: The prefix for the generated PVCs. Defaults to 'logging-es'.