Description
Copy an executable to an OpenShift container and run the executable.
oc-inject is a prototype tool for last-resort troubleshooting of a running container, when a required debugging tool is not present in the container image.
Installation Instructions
Requires a prior installation of the oc
command-line tool (not included as a dependency of this package) for whichever version of OpenShift you are using.
Install the package and log into an OpenShift session with the oc
command-line tool. Then use as follows:
$ ./oc-inject <pod_ID> [-c <container_ID>] <executable>
$ ./oc-inject <pod_ID> [-c <container_ID>] -- <executable> <args...>
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (32)* | EPEL 7 (151 downloads) |
![]() |
i386 (7)*, x86_64 (2)* | Fedora 39 (0 downloads) |
![]() |
i386 (7)*, x86_64 (7)* | Fedora 40 (35 downloads) |
![]() |
i386 (6)*, x86_64 (8)* | Fedora 41 (12 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 42 (0 downloads) |
![]() |
i386 (52)*, x86_64 (52)* | Fedora rawhide (133 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable serhei/oc-inject
More info about enabling Copr repositories