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 |
---|---|---|
EPEL 6 | i386 (13)*, x86_64 (17)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (28)* | EPEL 7 (146 downloads) |
Fedora 39 | i386 (3)*, x86_64 (2)* | Fedora 39 (0 downloads) |
Fedora 40 | i386 (2)*, x86_64 (2)* | Fedora 40 (27 downloads) |
Fedora 41 | i386 (2)*, x86_64 (2)* | Fedora 41 (7 downloads) |
Fedora rawhide | i386 (44)*, x86_64 (43)* | Fedora rawhide (126 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable serhei/oc-inject
More info about enabling Copr repositories