I still have the same issue: I've deleted it from scc hostmount-anyuid and added it on scc privileged. I've deleted all fluentd pods but still the same issue. Even after recreating the project.
From: [email protected] Date: Tue, 5 Apr 2016 10:29:04 -0400 Subject: Re: Aggregating container logs using Kibana To: [email protected] CC: [email protected] On Tue, Apr 5, 2016 at 10:26 AM, Luke Meyer <[email protected]> wrote: 2016-04-05 10:55:13 +0000 [error]: unexpected error error_class=Errno::EACCES error=#<Errno::EACCES: Permission denied - /var/log/es-containers.log.pos> This looks like https://github.com/openshift/origin-aggregated-logging/issues/89 - keeps fluentd from reading any logs on the node. You should be able to resolve this by adding the fluentd service account to the privileged SCC, then having fluentd restart everywhere. oadm policy add-scc-to-user privileged system:serviceaccount:logging:aggregated-logging-fluentd Oh; probably need to also remove them from the hostmount-anyuid SCC.
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
