-
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
openshift-diagnostics binary missing from origin images #18141
Labels
Comments
sosiouxme
added a commit
to sosiouxme/origin
that referenced
this issue
Jan 17, 2018
Makes `openshift-diagnostics` a symlink to `oc` (like `kubectl`) so that it can be packaged inside origin pods to be run from diagnostics. fixes openshift#18141
sosiouxme
added
kind/delivery-blocker
kind/bug
Categorizes issue or PR as related to a bug.
labels
Jan 17, 2018
sosiouxme
added a commit
to sosiouxme/origin
that referenced
this issue
Jan 19, 2018
Instead of building a separate `openshift-diagnostics` just turn its subcommands into hidden subcommands on `oc adm diagnostics`. Then use these within diagnostics pods. fixes openshift#18141 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513
sosiouxme
added a commit
to sosiouxme/origin
that referenced
this issue
Jan 19, 2018
Instead of building a separate `openshift-diagnostics` just turn its subcommands into hidden subcommands on `oc adm diagnostics`. Then use these within diagnostics pods. fixes openshift#18141 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513
sosiouxme
added a commit
to sosiouxme/origin
that referenced
this issue
Jan 19, 2018
Instead of building a separate `openshift-diagnostics` just turn its subcommands into hidden subcommands on `oc adm diagnostics`. Then use these within diagnostics pods. fixes openshift#18141 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513
sosiouxme
added a commit
to sosiouxme/origin
that referenced
this issue
Jan 19, 2018
Instead of building a separate `openshift-diagnostics` just turn its subcommands into hidden subcommands on `oc adm diagnostics`. Then use these within diagnostics pods. fixes openshift#18141 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513
sosiouxme
added a commit
to sosiouxme/origin
that referenced
this issue
Jan 19, 2018
Instead of building a separate `openshift-diagnostics` just turn its subcommands into hidden subcommands on `oc adm diagnostics`. Then use these within diagnostics pods. fixes openshift#18141 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513
sosiouxme
added a commit
to sosiouxme/origin
that referenced
this issue
Jan 19, 2018
Instead of building a separate `openshift-diagnostics` just turn its subcommands into hidden subcommands on `oc adm diagnostics`. Then use these within diagnostics pods. fixes openshift#18141 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513
openshift-merge-robot
added a commit
that referenced
this issue
Jan 25, 2018
…cs-unify Automatic merge from submit-queue. openshift-diagnostics => diagnostics subcommands Builds on commit from #17773 (diagnostics: individual parameters). Removes `openshift-diagnostics` in favor of hidden `oc adm diagnostics` subcommands as proposed with #18149 (comment). Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513 and #18141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oc adm diagnostics DiagnosticPod|NetworkCheck
are broken because there is no diagnostics binary to run in the origin-deployer image as expected.Version
3.9
Steps To Reproduce
oc adm diagnostics DiagnosticPod -l 0
oc get events
Current Result
Additional Information
For the 1.8 kubernetes rebase in origin 3.8
openshift infra diagnostics
was factored out of theopenshift
binary for various reasons and is now built as a separate binaryopenshift-diagnostics
. I think we can either just add that binary into the image or add theopenshift-diagnostics
command into the client and package it as a symlink (as we've done for various commands before).Of course this needs to be done for OCP as well.
The text was updated successfully, but these errors were encountered: