squakez commented on PR #4025:
URL: https://github.com/apache/camel-k/pull/4025#issuecomment-1431207625

   Latest commits are enabling the possibility for the user to assist the 
creation of a storage adding the following installation flags:
   ```
         --storage-access-mode string                  Persistent Volume Access 
Mode (any of ReadWriteOnce, ReadOnlyMany, ReadWriteMany or ReadWriteOncePod) 
(default "ReadWriteOnce")
         --storage-capacity string                     How much capacity to use 
(default "20Gi")
         --storage-class-name string                   Use a storage class name 
to create a dynamic volume (if empty will look up for cluster default)
   ```
   We leverage [k8s dynamic 
provisioning](https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/)
 and if no value is provided, we use the default `StorageClass`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to