Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for emptyDir kubernetes volumes #27222

Closed
antssilva96 opened this issue Aug 10, 2022 · 2 comments · Fixed by #27711
Closed

Support for emptyDir kubernetes volumes #27222

antssilva96 opened this issue Aug 10, 2022 · 2 comments · Fixed by #27711
Labels
Milestone

Comments

@antssilva96
Copy link

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 antssilva96 added the kind/enhancement New feature or request label Aug 10, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 10, 2022

/cc @geoand, @iocanel

Sgitario added a commit to Sgitario/dekorate that referenced this issue Aug 11, 2022
We support many volume types, but we're missing the emptydir volume. This volume is a request from the user community: quarkusio/quarkus#27222
Sgitario added a commit to Sgitario/dekorate that referenced this issue Aug 11, 2022
We support many volume types, but we're missing the emptydir volume. This volume is a request from the user community: quarkusio/quarkus#27222
@Sgitario
Copy link
Contributor

We need to first support it in Dekorate side. Pull request: dekorateio/dekorate#1032

iocanel pushed a commit to dekorateio/dekorate that referenced this issue Aug 23, 2022
We support many volume types, but we're missing the emptydir volume. This volume is a request from the user community: quarkusio/quarkus#27222
Sgitario added a commit to Sgitario/quarkus that referenced this issue Sep 2, 2022
This release adds support of several features like quarkusio#27222 and fixes some other major issues like dekorateio/dekorate#1031
@quarkus-bot quarkus-bot bot added this to the 2.13 - main milestone Sep 5, 2022
@gsmet gsmet modified the milestones: 2.13 - main, 2.12.1.Final Sep 5, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this issue Sep 5, 2022
This release adds support of several features like quarkusio#27222 and fixes some other major issues like dekorateio/dekorate#1031

(cherry picked from commit 7c01fd4)
gsmet pushed a commit to gsmet/quarkus that referenced this issue Sep 5, 2022
evanchooly pushed a commit to nenros/quarkus that referenced this issue Sep 8, 2022
This release adds support of several features like quarkusio#27222 and fixes some other major issues like dekorateio/dekorate#1031
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants