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

Workspace Storage Ideas #24

Closed
bacongobbler opened this issue Oct 25, 2017 · 3 comments
Closed

Workspace Storage Ideas #24

bacongobbler opened this issue Oct 25, 2017 · 3 comments

Comments

@bacongobbler
Copy link
Contributor

Issue by jchauncey
2017-04-22 17:27:20


Im calling this workspace storage because thats a term that is used in other CI systems (we dont have to use it but it provides a common starting point).

So I was thinking of two different ways you MIGHT be able to handle this.

1 - Use a side car pod with known PVC names and then collect that data in the end onto 1 PV where we can archive all artifacts for a run.
2 - Write the data to a known location on a host and have an archival pod that collects the data on each host and stores it in a PV .

@bacongobbler
Copy link
Contributor Author

Comment by arschles
2017-04-24 17:20:17


Let's keep it simple and write intermediate storage to a temporary location in blob storage. IMO

@bacongobbler
Copy link
Contributor Author

Comment by bacongobbler
2017-07-04 23:16:14


We could call this as a related question under #7.

@bacongobbler
Copy link
Contributor Author

Comment by technosophos
2017-07-13 04:05:15


Other things we are looking into:

  • upspin distributed storage
  • 9p2000 implementation

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

No branches or pull requests

1 participant