mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-19 01:10:35 +00:00
Test containers need to run as spc_t in order to interact with the host filesystem under /tmp, as the tests for StatefulSet are doing. Docker will transition the container into this domain when running the container as privileged. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>