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

feat: Persistent directories for Kubernetes #1036

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

gbouv
Copy link
Contributor

@gbouv gbouv commented Aug 1, 2023

Description:

Adds the docker backend to support persistent directories for user services. For now, we use hostPath persistent volumes, which will break if the user service is restarted onto a different k8s node than what it was before. There's plenty of ways to fix that (using k8s local persistent volumes, re-scheduling the pod on the same node as where it was before, using a shared block store like EBS on AWS, etc) but we are lacking concrete use cases to choose the best option right now.
hostPath works for now and is the simplest implementation.

Is this change user facing?

NO

References (if applicable):

@gbouv gbouv force-pushed the gbouv/persistent-directory-kubernetes branch 2 times, most recently from 7bbdbdb to 78172f6 Compare August 1, 2023 12:05
@gbouv gbouv requested a review from leoporoli August 1, 2023 12:07
@gbouv gbouv force-pushed the gbouv/persistent-directory-kubernetes branch from 78172f6 to 65bdad2 Compare August 1, 2023 12:32
@gbouv gbouv enabled auto-merge (squash) August 1, 2023 17:01
@gbouv gbouv merged commit 4488986 into main Aug 1, 2023
29 checks passed
@gbouv gbouv deleted the gbouv/persistent-directory-kubernetes branch August 1, 2023 17:10
adschwartz pushed a commit that referenced this pull request Aug 2, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.80.24](0.80.23...0.80.24)
(2023-08-01)


### Features

* Persistent directories for docker
([#1034](#1034))
([2f909c3](2f909c3))
* Persistent directories for Kubernetes
([#1036](#1036))
([4488986](4488986))


### Bug Fixes

* Remove the temp cert files only after the docker client is initialized
([#1030](#1030))
([1a6bb74](1a6bb74))

---
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