diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-23 12:58:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 12:58:40 -0400 |
commit | 37984787b7c020503992eee5fa9ee8cfcf7a3ecd (patch) | |
tree | 620ce1911c1cb047575302a96b2501be6727f8f3 /docs/source/markdown/podman-play-kube.1.md | |
parent | 3f297c5dc2a22ab7495ecfec4888baaf592f67c8 (diff) | |
parent | e22611baf7d10ea4f16d25a1bde1e18b19617ed1 (diff) | |
download | podman-37984787b7c020503992eee5fa9ee8cfcf7a3ecd.tar.gz podman-37984787b7c020503992eee5fa9ee8cfcf7a3ecd.tar.bz2 podman-37984787b7c020503992eee5fa9ee8cfcf7a3ecd.zip |
Merge pull request #14323 from tupyy/main
Update _play kube_ doc following PR #14266 merging
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, 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 5c4bdc8c4..08bb2a5bc 100644 --- a/docs/source/markdown/podman-play-kube.1.md +++ b/docs/source/markdown/podman-play-kube.1.md @@ -20,7 +20,7 @@ Currently, the supported Kubernetes kinds are: `Kubernetes Pods or Deployments` -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. +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*, *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`. |