quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Support for emptyDir kubernetes volumes

Open antssilva96 opened this issue 3 years ago • 1 comments

Description

One of the types of volumes in kubernetes is the emptyDir described in https://kubernetes.io/docs/concepts/storage/volumes/#emptydir

and from https://quarkus.io/guides/deploying-to-kubernetes#quarkus-kubernetes-kubernetes-config_configuration there seems to be no support in quarkus-lubernetes for this type of volumes

Implementation ideas

No response

antssilva96 avatar Aug 10 '22 11:08 antssilva96

/cc @geoand, @iocanel

quarkus-bot[bot] avatar Aug 10 '22 11:08 quarkus-bot[bot]

We need to first support it in Dekorate side. Pull request: https://github.com/dekorateio/dekorate/pull/1032

Sgitario avatar Aug 11 '22 10:08 Sgitario