summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
diff options
context:
space:
mode:
authorWesley Hearn <whearn@redhat.com>2017-02-23 12:15:36 -0500
committerWesley Hearn <whearn@redhat.com>2017-02-23 12:15:36 -0500
commit9e76a034e60ad6cbe8c1a4bb4b2175a596856b8f (patch)
treec475404220d937ff4f4395233697c82f0af3e4dc /roles/openshift_logging/README.md
parentbb7985f751eab9c9e987e85f00a1918f0f9594c8 (diff)
downloadopenshift-9e76a034e60ad6cbe8c1a4bb4b2175a596856b8f.tar.gz
openshift-9e76a034e60ad6cbe8c1a4bb4b2175a596856b8f.tar.bz2
openshift-9e76a034e60ad6cbe8c1a4bb4b2175a596856b8f.tar.xz
openshift-9e76a034e60ad6cbe8c1a4bb4b2175a596856b8f.zip
Add insecure edge termination policy for kibana.
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 c90a5bf20..14b80304d 100644
--- a/roles/openshift_logging/README.md
+++ b/roles/openshift_logging/README.md
@@ -46,6 +46,7 @@ When both `openshift_logging_install_logging` and `openshift_logging_upgrade_log
- `openshift_logging_kibana_proxy_memory_limit`: The amount of memory to allocate to Kibana proxy or unset if not specified.
- `openshift_logging_kibana_replica_count`: The number of replicas Kibana should be scaled up to. Defaults to 1.
- `openshift_logging_kibana_nodeselector`: A map of labels (e.g. {"node":"infra","region":"west"} to select the nodes where the pod will land.
+- `openshift_logging_kibana_edge_term_policy`: Insecure Edge Termination Policy. Defaults to Redirect.
- `openshift_logging_fluentd_nodeselector`: The node selector that the Fluentd daemonset uses to determine where to deploy to. Defaults to '"logging-infra-fluentd": "true"'.
- `openshift_logging_fluentd_cpu_limit`: The CPU limit for Fluentd pods. Defaults to '100m'.