Altinity / Altinity/clickhouse-operator
`MaxNumberPerNode` requires operator config `label.appendScope: true`
Open
Nobody has claimed this yet.
stale
- Dominant language
- Go
- Stars
- 2.6k
- Forks
- 574
- Avg merge
- 8d 6h
- Merged PRs (30d)
- 6
Description
In order forMaxNumberPerNode to work as expected, operator config label.appendScope: true is required, see
But this is not documented explicitly.
Contributor guide
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.
Research direction
Start by reading the referenced section in pkg/model/labeler.go around lines 225-237 to confirm how MaxNumberPerNode depends on label.appendScope. Find the relevant operator configuration documentation and state that label.appendScope: true is required; done when the requirement is explicitly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100