kubernetes/test/images/ipc-utils
2021-10-07 01:25:55 -04:00
..
BASEIMAGE Enable more test images for s390x 2021-10-07 01:25:55 -04:00
Dockerfile test images: Adds Windows support (part 1) 2020-02-21 02:09:49 -08:00
README.md Adds some basic READMEs to some of the test images 2019-10-25 11:33:41 -05:00
VERSION Enable more test images for s390x 2021-10-07 01:25:55 -04: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.