-
Notifications
You must be signed in to change notification settings - Fork 4.8k
add cluster roles to diagnostics #4702
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
Conversation
|
@deads2k yes, explanations and recommendations are just embedded in the error message. What would someone want to do if they encountered these? |
pkg/diagnostics/cluster/roles.go
Outdated
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.
adjust godoc here
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.
adjust godoc here
done
d4bdda0 to
eeac7d3
Compare
pkg/diagnostics/cluster/roles.go
Outdated
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.
"is has"
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.
"is has"
fixed
eeac7d3 to
a7a341d
Compare
|
Aside from the nit and the test failure, LGTM. Thanks! |
|
[merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/3345/) (Image: devenv-fedora_2361) |
|
Evaluated for origin merge up to a7a341d |
Merged by openshift-bot
Adds a diagnostic test to see if the cluster-roles are up to date. It produces output like:
or
@sosiouxme ptal. Are recommendations simply embedded directly in the error message?