concourse / concourse/concourse-chart
Cannot change worker persistence disk size
Open
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 160
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
I've deployed the chart with default configuration which sets the workers disk size to 20Gi.
The disks filled up and I wanted to increase disk size by setting persistence.worker.size. When I do this, I'm getting:
Error: UPGRADE FAILED: cannot patch "concourse-worker" with kind StatefulSet: StatefulSet.apps "concourse-worker" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden
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 inspecting the chart's worker StatefulSet and persistence templates, focusing on how persistence.worker.size is rendered during a Helm upgrade. Reproduce the upgrade with a larger size and verify that the worker disk can be resized without the forbidden StatefulSet spec error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100