summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
diff options
context:
space:
mode:
authorewolinetz <ewolinet@redhat.com>2017-01-20 14:19:09 -0600
committerewolinetz <ewolinet@redhat.com>2017-01-20 14:19:09 -0600
commit9edfa73d2caeca19472bb369580d10a1c9057c24 (patch)
tree79afabddb1a990e4e6a3df531b6d874e8bf474a4 /roles/openshift_logging/README.md
parent7cb710f66261ee6367c0b9ee88bced87f1331134 (diff)
downloadopenshift-9edfa73d2caeca19472bb369580d10a1c9057c24.tar.gz
openshift-9edfa73d2caeca19472bb369580d10a1c9057c24.tar.bz2
openshift-9edfa73d2caeca19472bb369580d10a1c9057c24.tar.xz
openshift-9edfa73d2caeca19472bb369580d10a1c9057c24.zip
Removing docker run strategy and make java a requirement for control host
Diffstat (limited to 'roles/openshift_logging/README.md')
-rw-r--r--roles/openshift_logging/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_logging/README.md b/roles/openshift_logging/README.md
index 2cc2c48ee..07b9cf13e 100644
--- a/roles/openshift_logging/README.md
+++ b/roles/openshift_logging/README.md
@@ -6,6 +6,9 @@ This role is used for installing the Aggregated Logging stack. It should be run
a single host, it will create any missing certificates and API objects that the current
[logging deployer](https://github.com/openshift/origin-aggregated-logging/tree/master/deployer) does.
+This role requires that the control host it is run on has Java installed as part of keystore
+generation for Elasticsearch (it uses JKS).
+
As part of the installation, it is recommended that you add the Fluentd node selector label
to the list of persisted [node labels](https://docs.openshift.org/latest/install_config/install/advanced_install.html#configuring-node-host-labels).