Add "--pvc-request-size" new command line parameter (#1406)

This commit is contained in:
ithaiq
2021-08-07 14:47:02 +08:00
committed by GitHub
parent 33b646c116
commit b605fd986c
8 changed files with 679 additions and 2 deletions
+2 -1
View File
@@ -257,7 +257,8 @@ services:
kompose.image-pull-secret: "example-kubernetes-secret"
```
- `kompose.volume.size` defines the requests storage's size in the PersistentVolumeClaim
- `kompose.volume.size` defines the requests storage's size in the PersistentVolumeClaim, or you can use command line parameter `--pvc-request-size`.
The priority follow label (kompose.volume.size) > command parameter(--pvc-request-size) > defaultSize (100Mi)
For example: