MetaCell / MetaCell/cloud-harness

Specify startup jobs

Open
#695 7 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.