MetaCell / MetaCell/cloud-harness

Set affinity on database pods

Open
#586 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue scope:deployment
Dominant language
Python
Stars
19
Forks
5
Avg merge
3d 18h
Merged PRs (30d)
3

Description

Database pods are not being set the usesvolume label and affinity as we do for the app pods:

- [label 1](https://github.com/MetaCell/cloud-harness/blob/35bf7a0538d8dd7340fa02e5f8dd468066501bda/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-deployments.yaml#L10)
- [label 2](https://github.com/MetaCell/cloud-harness/blob/35bf7a0538d8dd7340fa02e5f8dd468066501bda/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-deployments.yaml#L29)
- [affinity](https://github.com/MetaCell/cloud-harness/blob/35bf7a0538d8dd7340fa02e5f8dd468066501bda/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-deployments.yaml#L43)

Template to change: https://github.com/MetaCell/cloud-harness/blob/develop/tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-database.yaml

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.

Research direction

Compare tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-database.yaml with the referenced sections of auto-deployments.yaml. Start by reading the label and affinity blocks linked in the issue. Done means database pods receive the same usesvolume labels and affinity configuration as app pods; validate the rendered Helm output if the repository provides a relevant check.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
databases, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.