-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Labels
Milestone
Comments
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
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
This was referenced Sep 2, 2022
Sgitario
added a commit
to Sgitario/quarkus
that referenced
this issue
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
Fix quarkusio#27222 (cherry picked from commit ae92bdc)
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
evanchooly
pushed a commit
to nenros/quarkus
that referenced
this issue
Sep 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: