-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug 1680504. Create collector clusterrole to watch pods/ns #106
bug 1680504. Create collector clusterrole to watch pods/ns #106
Conversation
/hold |
I suggest setting fluentd with loglevel trace or debug to see the metadata cache stats to see if it is reporting any problems, and the cache stats appear to be changing correctly |
e78b7ca
to
3088eff
Compare
/hold cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/retest Please review the full test history for this PR and help us cut down flakes. |
/test e2e-operator |
/retest Please review the full test history for this PR and help us cut down flakes. |
3088eff
to
e3be0ee
Compare
@ewolinetz @richm Note rsyslog e2e test failed. Temporarily disabled for 4.0 since its no longer techpreview. We'll have to re-enable for 4.x |
looking at the full test output - https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_cluster-logging-operator/106/pull-ci-openshift-cluster-logging-operator-master-e2e-operator/155/build-log.txt - fluentd failed too - so it might not be a problem with rsyslog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uncomment the 'removeFluentd' line, it is required
[]string{"get", "list", "watch"}, | ||
), | ||
) | ||
clusterRole, err := utils.CreateClusterRole("metadata-reader", clusterrules, cluster) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update this to follow the other role creation patterns for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what you are asking here. I added code to a reusable method that does the same thing as if it was inlined.
@jcantrill you need to add the permission to |
e3be0ee
to
ede2092
Compare
9d2e8c3
to
d98bb92
Compare
d98bb92
to
aa7fe82
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ewolinetz, jcantrill, richm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…r_role_binding bug 1680504. Create collector clusterrole to watch pods/ns
This PR fixes https://bugzilla.redhat.com/show_bug.cgi?id=1680504 by: