MetaCell / MetaCell/cloud-harness
Specify startup jobs
Open
@alxbrd is already working on this.
Since Jul 20, 2023.
- Dominant language
- Python
- Stars
- 19
- Forks
- 5
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 3
Description
Jobs are useful to do one time initializations, migrations, etc
Jobs should be defined similarly to deployments in the values.yaml
```yaml
harness:
init:
image: # defaults to the application image if null, or can be specified to use a different image
auto: true
commands: []
shareVolume: true
```
If `auto` is true, a job is created with the same context of the deployment (variables, volumes).
Since a volume can be shared it is important to add pod affinity
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.