Hide Forgot
Problem description: Logging deployer should not be given daemonset-admin role, since the fluentd daemonset feauture is not in OSE Version-Release number of selected component (if applicable): https://docs.openshift.com/enterprise/3.1/install_config/aggregate_logging.html#pre-deployment-configuration How reproducible: Always Steps to Reproduce: Visit https://docs.openshift.com/enterprise/3.1/install_config/aggregate_logging.html#pre-deployment-configuration Actual Result: $ oc policy add-role-to-user daemonset-admin --serviceaccount logging-deployer Expected Result: Should remove this line: $ oc policy add-role-to-user daemonset-admin --serviceaccount logging-deployer Additional info:
Fixed in 3.1 and 3.2 docs. 3.3 onwards the docs have different steps. https://github.com/openshift/openshift-docs/commit/dafc6615dfa40d73a4f351b4693a147966b93d5f and https://github.com/openshift/openshift-docs/commit/f27e9e7804281ad8c499fd3f54f954f787b929a2 Closing this bug.