summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_logging/README.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-09-02 14:10:38 -0400
committerScott Dodson <sdodson@redhat.com>2016-09-26 13:33:47 -0400
commit9c71e0f1e562da86a25060d38286f3084a8dc66e (patch)
treebaf266745772e2eba73d64b40200819e6176cc62 /roles/openshift_hosted_logging/README.md
parent3973df126d393f40e9d7e3ff947149119aed5953 (diff)
downloadopenshift-9c71e0f1e562da86a25060d38286f3084a8dc66e.tar.gz
openshift-9c71e0f1e562da86a25060d38286f3084a8dc66e.tar.bz2
openshift-9c71e0f1e562da86a25060d38286f3084a8dc66e.tar.xz
openshift-9c71e0f1e562da86a25060d38286f3084a8dc66e.zip
Label all nodes for fluentd
Need to come back to this and figure out the right thing to do here. I think we should make the node selector flag for fluentd immutable and then have the user specify a selector with which to apply the label.
Diffstat (limited to 'roles/openshift_hosted_logging/README.md')
-rw-r--r--roles/openshift_hosted_logging/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_hosted_logging/README.md b/roles/openshift_hosted_logging/README.md
index 03db1c4b1..12ffe777d 100644
--- a/roles/openshift_hosted_logging/README.md
+++ b/roles/openshift_hosted_logging/README.md
@@ -17,7 +17,8 @@
- openshift_hosted_logging_elasticsearch_pvc_dynamic: Set to `true` to have created PersistentVolumeClaims annotated such that their backing storage can be dynamically provisioned (if that is available for your cluster).
- openshift_hosted_logging_elasticsearch_storage_group: Number of a supplemental group ID for access to Elasticsearch storage volumes; backing volumes should allow access by this group ID (defaults to 65534).
- openshift_hosted_logging_elasticsearch_nodeselector: Specify the nodeSelector that Elasticsearch should be use (label=value)
-- openshift_hosted_logging_fluentd_nodeselector: The nodeSelector to use for the Fluentd DaemonSet. Defaults to "logging-infra-fluentd=true".
+- openshift_hosted_logging_fluentd_nodeselector: The nodeSelector used to determine which nodes to apply the `openshift_hosted_logging_fluentd_nodeselector_label` label to.
+- openshift_hosted_logging_fluentd_nodeselector_label: The label applied to nodes included in the Fluentd DaemonSet. Defaults to "logging-infra-fluentd=true".
- openshift_hosted_logging_kibana_nodeselector: Specify the nodeSelector that Kibana should be use (label=value)
- openshift_hosted_logging_curator_nodeselector: Specify the nodeSelector that Curator should be use (label=value)
- openshift_hosted_logging_enable_ops_cluster: If "true", configure a second ES cluster and Kibana for ops logs.