-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add a diagnostic that runs extended validation on routes #14819
Add a diagnostic that runs extended validation on routes #14819
Conversation
@Miciah this will flag routes that fail extended validation, and we would invoke prior to upgrade for non-online clusters |
@openshift/networking FYI |
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 love this. LGTM
[merge][severity:blocker] (planning on making ansible block this on upgrade) |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 12 |
Evaluated for origin merge up to 39eee51 |
re[test] |
In 3.6 route extended validation has become more aggressive. This diagnostic makes it easy for an admin to test how many routes on the cluster would fail extended validation by running it on all routes. $ oadm diagnostics RouteCertificateValidation will report all failing routes.
39eee51
to
bd79ab1
Compare
[test]
…On Mon, Jun 26, 2017 at 8:07 PM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/test FAILURE (
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2649/)
(Base Commit: a5bf960
<a5bf960>)
(PR Branch Commit: bd79ab1
<bd79ab1>
)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14819 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_pz8p_fOQBu-mL_J5UxCrca1ho56vks5sIEfKgaJpZM4OBvK->
.
|
Evaluated for origin test up to bd79ab1 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2665/) (Base Commit: 955efb1) (PR Branch Commit: bd79ab1) |
In 3.6 route extended validation has become more aggressive. This
diagnostic makes it easy for an admin to test how many routes on the
cluster would fail extended validation by running it on all routes.
will report all failing routes.
[test] @knobunc @liggitt