aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-20 19:37:25 +0200
committerGitHub <noreply@github.com>2022-07-20 19:37:25 +0200
commitabfdd4b00cdd754c8b0745fa0921d12796029586 (patch)
tree4293206b8c19d1f63d76f1dcc6812e074437bf94 /docs/source
parent8c9eff5b12eebe318be1f905562be6a236285caa (diff)
parentda33f100551ebd9b5e8790d677a1a8be2ea4fae4 (diff)
downloadpodman-abfdd4b00cdd754c8b0745fa0921d12796029586.tar.gz
podman-abfdd4b00cdd754c8b0745fa0921d12796029586.tar.bz2
podman-abfdd4b00cdd754c8b0745fa0921d12796029586.zip
Merge pull request #14977 from umohnani8/init
Update init ctr default for play kube
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-kube-play.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-kube-play.1.md b/docs/source/markdown/podman-kube-play.1.md
index ee68380e6..f52989623 100644
--- a/docs/source/markdown/podman-kube-play.1.md
+++ b/docs/source/markdown/podman-kube-play.1.md
@@ -22,7 +22,7 @@ Currently, the supported Kubernetes kinds are:
Only two volume types are supported by kube play, the *hostPath* and *persistentVolumeClaim* volume types. For the *hostPath* volume type, only the *default (empty)*, *DirectoryOrCreate*, *Directory*, *FileOrCreate*, *File*, *Socket*, *CharDevice* and *BlockDevice* subtypes are supported. Podman interprets the value of *hostPath* *path* as a file path when it contains at least one forward slash, otherwise Podman treats the value as the name of a named volume. When using a *persistentVolumeClaim*, the value for *claimName* is the name for the Podman named volume.
-Note: When playing a kube YAML with init containers, the init container will be created with init type value `always`.
+Note: When playing a kube YAML with init containers, the init container will be created with init type value `once`. To change the default type, use the `io.podman.annotations.init.container.type` annotation to set the type to `always`.
Note: *hostPath* volume types created by kube play will be given an SELinux shared label (z), bind mounts are not relabeled (use `chcon -t container_file_t -R <directory>`).