Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Add ability to upload the project config via HTTP #24

Open
stuartc opened this issue Apr 20, 2021 · 3 comments
Open

Add ability to upload the project config via HTTP #24

stuartc opened this issue Apr 20, 2021 · 3 comments

Comments

@stuartc
Copy link
Member

stuartc commented Apr 20, 2021

Configuration via containers in a non-local (k8s, remote docker) environment is very difficult as there is no local volume mount (at least not without significant effort).

How about the ability for the app to boot without config, and have uploaded via http - storing it locally (or in a pvc/volume) for subsequent startups.

@taylordowns2000
Copy link
Member

Something like this? Would it take a .yaml? Or a .json project spec?
image.png

@stuartc
Copy link
Member Author

stuartc commented Jun 18, 2021

Yes first it would take a .yaml file... whatever that mime type is... after that we can add json (should be a 1:1 representation of the yaml)...

Then we can chat down the line about more detailed/specific interfaces, like chaging one job etc..

taylordowns2000 added a commit that referenced this issue Dec 15, 2021
@taylordowns2000
Copy link
Member

@chaiwa-berian , I've sketched out a possible approach on the reconfig branch. Want to take a peek?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants