aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-23 12:58:40 -0400
committerGitHub <noreply@github.com>2022-05-23 12:58:40 -0400
commit37984787b7c020503992eee5fa9ee8cfcf7a3ecd (patch)
tree620ce1911c1cb047575302a96b2501be6727f8f3
parent3f297c5dc2a22ab7495ecfec4888baaf592f67c8 (diff)
parente22611baf7d10ea4f16d25a1bde1e18b19617ed1 (diff)
downloadpodman-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
-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 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`.