Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make configuration of emptyDir or pvcs as storage resources simpler #497

Open
razvan opened this issue Nov 3, 2022 · 0 comments
Open

Make configuration of emptyDir or pvcs as storage resources simpler #497

razvan opened this issue Nov 3, 2022 · 0 comments
Labels
changelog/crd-change Any issue that changes a CRD (breaking and non-breaking changes) should get this label type/feature-improvement

Comments

@razvan
Copy link
Member

razvan commented Nov 3, 2022

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: stackabletech/druid-operator#306

@razvan razvan added status/blocker type/feature-improvement changelog/crd-change Any issue that changes a CRD (breaking and non-breaking changes) should get this label labels Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/crd-change Any issue that changes a CRD (breaking and non-breaking changes) should get this label type/feature-improvement
Projects
None yet
Development

No branches or pull requests

1 participant