hyperledger-labs / hyperledger-labs/fabric-operator
Add support for custom pod properties to crd
- Dominant language
- Go
- Stars
- 78
- Forks
- 47
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
Currently there are no way to pass custom pod configs via crds, like nodeSelector/tolerations/topologySpreadConstraints/affinity/etc (unless I'm missing something?)
There is only arch/zone/region though not sure what exactly they configure, labels?
Contributor guide
Research direction
Start by tracing how the Kubernetes CRDs are defined and how the operator turns them into pod configuration. Compare the existing arch, zone, and region properties with the requested nodeSelector, tolerations, topologySpreadConstraints, and affinity settings. Done means the supported custom properties can be declared in a CRD and are applied to the resulting pod configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100