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 |
---|---|---|
![]() |
i386 (0)*, x86_64 (0)* | Epel for CentOS 6 (37 downloads) |
![]() |
x86_64 (0)* | Epel for CentOS 7 (34 downloads) |
![]() |
i386 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 28 (0 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 29 (0 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 30 (0 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 31 (0 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 32 (27 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 33 (21 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora 34 (1 downloads) |
![]() |
i386 (0)*, x86_64 (0)* | Fedora rawhide (28 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
$ dnf copr enable serhei/oc-inject
More info about enabling Copr repositories