stackabletech / stackabletech/operator-rs

Make configuration of emptyDir or pvcs as storage resources simpler

Open
#497 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.