This image is pushed into the github registry(ghcr.io) in the following namespace: ghcr.io
Image name:
ghcr.io/ppc64le-cloud/debug-net:<TAG>Valid tags are:
main: always pointing to the latest code from the main branchvx.x.x: released image, e.g:v0.0.1latest: point to latest released version
This image is multi-arch manifest supporting the following architectures
linux/amd64linux/ppc64le
Note: for all the references,
maintag is being used in the following examples, feel free to change it to appropriate version if needed.
docker run -ti ghcr.io/ppc64le-cloud/debug-net:mainpodman run -ti ghcr.io/ppc64le-cloud/debug-net:main# Create an interactive debugging session on a node and immediately attach to it.
# The container will run in the host namespaces and the host's filesystem will be mounted at /host
kubectl debug node/<node_name> -it --image=ghcr.io/ppc64le-cloud/debug-net:main# Debug a node as an administrator
# To use host binaries, run `chroot /host`
oc debug node/<node_name> --image=ghcr.io/ppc64le-cloud/debug-net:main