mirror of
https://github.com/containers/podman.git
synced 2025-06-07 07:45:34 +08:00
fix typo
Signed-off-by: Cosmin Tupangiu <cosmin@redhat.com>
This commit is contained in:
@ -20,7 +20,7 @@ Currently, the supported Kubernetes kinds are:
|
|||||||
|
|
||||||
`Kubernetes Pods or Deployments`
|
`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*, *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.
|
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`.
|
Note: When playing a kube YAML with init containers, the init container will be created with init type value `always`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user