summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Rizzo <fulminemizzega@users.noreply.github.com>2022-04-15 21:51:30 +0000
committerFederico Rizzo <fulminemizzega@users.noreply.github.com>2022-04-15 21:51:30 +0000
commit08d08f995e9896a966ec1114502ce634f35e9480 (patch)
treefb584a9e0684553113657be1956e4850402647e4
parent25eeaec219ccc49dcb35e098afaed7d7987cbee1 (diff)
downloadpodman-08d08f995e9896a966ec1114502ce634f35e9480.tar.gz
podman-08d08f995e9896a966ec1114502ce634f35e9480.tar.bz2
podman-08d08f995e9896a966ec1114502ce634f35e9480.zip
Correct play kube docs for selinux labeling
Signed-off-by: Federico Rizzo <fulminemizzega@users.noreply.github.com>
-rw-r--r--docs/source/markdown/podman-play-kube.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md
index ad3bd421d..b959f6dd9 100644
--- a/docs/source/markdown/podman-play-kube.1.md
+++ b/docs/source/markdown/podman-play-kube.1.md
@@ -24,7 +24,7 @@ Only two volume types are supported by play kube, the *hostPath* and *persistent
Note: When playing a kube YAML with init containers, the init container will be created with init type value `always`.
-Note: *hostPath* volume types created by play kube will be given an SELinux private label (Z)
+Note: *hostPath* volume types created by play kube will be given an SELinux shared label (z), bind mounts are not relabeled (use `chcon -t container_file_t -R <directory>`).
Note: If the `:latest` tag is used, Podman will attempt to pull the image from a registry. If the image was built locally with Podman or Buildah, it will have `localhost` as the domain, in that case, Podman will use the image from the local store even if it has the `:latest` tag.