Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1467265 Add 'Purge' Option with Uninstall
  • Loading branch information
bmcelvee committed Sep 21, 2017
1 parent c3a86b9 commit 43b15d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install_config/aggregate_logging.adoc
Expand Up @@ -428,6 +428,14 @@ for deploying Kibana instances.
|`openshift_logging_curator_ops_nodeselector`
|A node selector that specifies which nodes are eligible targets
for deploying Curator instances.

|`openshift_logging_purge_logging`
| The common uninstall would keep PVC to prevent unwanted data loss during
reinstalls. To ensure the Ansible playbook will completely and irreversibly
remove all logging persistent data including PVC, set
`openshift_logging_install_logging` to 'false' to trigger uninstallation and
`openshift_logging_purge_logging` to 'true'. The default is set to 'false'.

|===


Expand Down

0 comments on commit 43b15d6

Please sign in to comment.