kubernetes/test/images/ipc-utils
Claudiu Belu 38dea811cb test images: Minor changes to trigger postsubmit image building jobs
Some of these images didn't have any job run for them. Some of these
images previously failed due to an issue that has been addressed since.

Making a change into their image directory will spawn a postsubmit job
that will build that image.
2021-01-13 21:44:55 -08:00
..
BASEIMAGE images: Adds linux/ prefix to BASEIMAGE entries 2020-02-21 02:09:49 -08:00
Dockerfile test images: Adds Windows support (part 1) 2020-02-21 02:09:49 -08:00
README.md
VERSION test images: Minor changes to trigger postsubmit image building jobs 2021-01-13 21:44:55 -08:00

ipc-utils

This container will be used to exercise the HostIPC functionality in e2e-node tests.

The version of ipcs shipped in busybox performs operations that get blocked by SELinux on hosts where it is enabled. The version of ipcs in util-linux does not perform those operations, rather it checks whether the /proc files it needs are available and proceeds to read from them directly.

Using ipcs from util-linux makes these tests pass, even when running under SELinux enabled, so let's use them here.