need this node-selector for logging

This commit is contained in:
Kevin Fenzi 2018-11-07 01:03:03 +00:00
parent c34b24e97d
commit f58313fba1
2 changed files with 2 additions and 0 deletions

View file

@ -687,6 +687,7 @@ openshift_hosted_metrics_deploy=true
# #
# Currently logging deployment is disabled by default, enable it by setting this # Currently logging deployment is disabled by default, enable it by setting this
openshift_logging_install_logging=true openshift_logging_install_logging=true
openshift_logging_es_nodeselector={"node-role.kubernetes.io/infra":"true"}
# #
# Logging storage config # Logging storage config
# Option A - NFS Host Group # Option A - NFS Host Group

View file

@ -687,6 +687,7 @@ openshift_hosted_metrics_deploy=true
# #
# Currently logging deployment is disabled by default, enable it by setting this # Currently logging deployment is disabled by default, enable it by setting this
openshift_logging_install_logging=true openshift_logging_install_logging=true
openshift_logging_es_nodeselector={"node-role.kubernetes.io/infra":"true"}
# #
# Logging storage config # Logging storage config
# Option A - NFS Host Group # Option A - NFS Host Group