stackabletech / stackabletech/operator-rs
Make configuration of emptyDir or pvcs as storage resources simpler
Open
Nobody has claimed this yet.
release-note/action-required
type/feature-improvement
- Dominant language
- Rust
- Stars
- 167
- Forks
- 19
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 9
Description
Description
Make it possible to define storage resource manifests as:
storage:
segmentCache: # Enum called e.g. "StorageVolumeConfig" (new)
emptyDir: # struct EmptyDirConfig (new)
capacity: 10Gi
medium: "" # or "Memory"
# OR
pvc: # PvcConfig struct
capacity: 10Gi
storageClass: "ssd"
freePercentage: 5 # default: 5
Blocks: https://github.com/stackabletech/druid-operator/issues/306
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 reviewing the proposed storage resource manifest shape and the blocked work in stackabletech/druid-operator#306. Define what is needed for emptyDir and PVC configurations, including capacity, medium, storageClass, and freePercentage; done means both forms can be represented by the operator configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, rust
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100