mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #84362 from johnSchnake/addSomeImageREADMEs
Adds some basic READMEs to some of the test images
This commit is contained in:
commit
966cfde450
13
test/images/ipc-utils/README.md
Normal file
13
test/images/ipc-utils/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 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.
|
4
test/images/jessie-dnsutils/README.md
Normal file
4
test/images/jessie-dnsutils/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# jessie-dnsutils
|
||||
|
||||
DNS utils but implemented in a different OS to have some basic check across OSes.
|
||||
See issue #10161 for original issue and discussion.
|
0
test/images/kitten/README.md
Normal file
0
test/images/kitten/README.md
Normal file
5
test/images/metadata-concealment/README.md
Normal file
5
test/images/metadata-concealment/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# metadata-concealment
|
||||
|
||||
Runs various checks against the GCE metadata API. If the checks pass, the job is run to completion. It fails and stops at the first error encountered.
|
||||
|
||||
Only valid if using the GCE provider.
|
6
test/images/nautilus/README.md
Normal file
6
test/images/nautilus/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# nautilus
|
||||
|
||||
A basic file server that serves an image. The underlying base image does most
|
||||
of the work but we load a specific image when building this one so that we
|
||||
can test that a pod's image really changed. Often used to contrast against
|
||||
the kitten image which loads/serves a different image.
|
3
test/images/nonewprivs/README.md
Normal file
3
test/images/nonewprivs/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# nonewprivs
|
||||
|
||||
A simple go app that prints the UID of the process running to test security context features.
|
3
test/images/nonroot/README.md
Normal file
3
test/images/nonroot/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# nonroot
|
||||
|
||||
A trivial image that just builds in the default user ID to confirm how it interacts with other security settings.
|
3
test/images/redis/README.md
Normal file
3
test/images/redis/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# redis
|
||||
|
||||
Image to run Redis for our guestbook application.
|
Loading…
Reference in New Issue
Block a user