summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/README.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-03 12:44:55 -0500
committerGitHub <noreply@github.com>2017-02-03 12:44:55 -0500
commit98d6f514256471134f80c51a737b47bf21810bd9 (patch)
tree576b72b4da39866f209025d225eaf738bdf5bebd /roles/openshift_logging/README.md
parent986dc852f38c8be69d2c3ca6da2f61f560ef1e5c (diff)
parent0ec048fb998076aa97b316e14ccb0e8519d2ed16 (diff)
downloadopenshift-98d6f514256471134f80c51a737b47bf21810bd9.tar.gz
openshift-98d6f514256471134f80c51a737b47bf21810bd9.tar.bz2
openshift-98d6f514256471134f80c51a737b47bf21810bd9.tar.xz
openshift-98d6f514256471134f80c51a737b47bf21810bd9.zip
Merge pull request #3179 from jcantrill/logging_pull_secret
openshift_logging link pull secret to serviceaccounts
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 856cfa2b9..8651e06e7 100644
--- a/roles/openshift_logging/README.md
+++ b/roles/openshift_logging/README.md
@@ -36,6 +36,7 @@ When both `openshift_logging_install_logging` and `openshift_logging_upgrade_log
- `openshift_logging_curator_cpu_limit`: The amount of CPU to allocate to Curator. Default is '100m'.
- `openshift_logging_curator_memory_limit`: The amount of memory to allocate to Curator. Unset if not specified.
- `openshift_logging_curator_nodeselector`: A map of labels (e.g. {"node":"infra","region":"west"} to select the nodes where the curator pod will land.
+- `openshift_logging_image_pull_secret`: The name of an existing pull secret to link to the logging service accounts
- `openshift_logging_kibana_hostname`: The Kibana hostname. Defaults to 'kibana.example.com'.
- `openshift_logging_kibana_cpu_limit`: The amount of CPU to allocate to Kibana or unset if not specified.