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

fix: allow persistent directory to be reused across services #2123

Merged
merged 3 commits into from Feb 6, 2024

Conversation

h4ck3rk3y
Copy link
Contributor

There are workflows where people want to use prepopulated persistent volumes in different services. #2121 is an example of this workflow

This PR

  • removes the Service UUID label from the PVCs / Persistent Volumes
  • Allows PV to be re-used

Note in Kubernetes this will break for multi node clusters and this reuse of PVs will have to be in conjunction with node affinity selectors

@tedim52
Copy link
Contributor

tedim52 commented Feb 6, 2024

This change is pretty interesting from a product perspective - makes the enclave behave more and more like a filesystem.

@tedim52 tedim52 changed the title fix: allow PV to be reused across services fix: allow persistent directory to be reused across services Feb 6, 2024
@h4ck3rk3y h4ck3rk3y added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit eb5bcb9 Feb 6, 2024
37 checks passed
@h4ck3rk3y h4ck3rk3y deleted the gyani/pv-multi-mount branch February 6, 2024 17:48
github-merge-queue bot pushed a commit that referenced this pull request Feb 6, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.86.14](0.86.13...0.86.14)
(2024-02-06)


### Bug Fixes

* allow persistent directory to be reused across services
([#2123](#2123))
([eb5bcb9](eb5bcb9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants