Update: Because of https://access.redhat.com/solutions/3654961 in 3.11 the correct command to enable logging is , we now need to have a {{openshift_logging_es_nodeselector}} variable:
{code} ansible-playbook -i /home/hadmin/.config/openshift/hosts ./playbooks/openshift-logging/config.yml -e openshift_logging_install_logging=true -e openshift_logging_es_allow_external=True -e openshift_logging_es_hostname=elasticsearch.example.com \ -e openshift_logging_es_nodeselector={"node-role.kubernetes.io/infra":"true"} {code}
I wasn't able to pass this with -e option. |
|