diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-10 13:44:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 13:44:47 -0400 |
commit | 5e9758fd5f75d8e2be88c9a4b929cbbfd301fb70 (patch) | |
tree | d6d7eb5980534edf68c731731985684a90a5438e /docs/source/markdown/podman-play-kube.1.md | |
parent | e6046224ea88cad9286303456562b4a24ad9cf9b (diff) | |
parent | f5e4ffb5e46be03a81b4425d3fe080543fca7035 (diff) | |
download | podman-5e9758fd5f75d8e2be88c9a4b929cbbfd301fb70.tar.gz podman-5e9758fd5f75d8e2be88c9a4b929cbbfd301fb70.tar.bz2 podman-5e9758fd5f75d8e2be88c9a4b929cbbfd301fb70.zip |
Merge pull request #11323 from umohnani8/init
Add init containers to generate and play kube
Diffstat (limited to 'docs/source/markdown/podman-play-kube.1.md')
-rw-r--r-- | docs/source/markdown/podman-play-kube.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-play-kube.1.md b/docs/source/markdown/podman-play-kube.1.md index 6af1bde1d..c170d6495 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -20,6 +20,8 @@ Currently, the supported Kubernetes kinds are: Only two volume types are supported by play kube, the *hostPath* and *persistentVolumeClaim* volume types. For the *hostPath* volume type, only the *default (empty)*, *DirectoryOrCreate*, *Directory*, *FileOrCreate*, *File*, and *Socket* subtypes are supported. The *CharDevice* and *BlockDevice* subtypes are not 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: *hostPath* volume types created by play kube will be given an SELinux private label (Z) 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. |