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

Adjustable Size Volumes #57

Open
mueschm opened this issue Jun 20, 2023 · 0 comments
Open

Adjustable Size Volumes #57

mueschm opened this issue Jun 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mueschm
Copy link
Member

mueschm commented Jun 20, 2023

Is your feature request related to a problem? Please describe.
Our current seeded volume implementation currently just gives the user a 500mb volume. This is not scalable. We need a way for users to denote volume size where necessary.

Describe the solution you'd like
Add size as a concept to the ResourceInputs['deployment']. This should use the same

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

We should follow the kubernetes standard here.

Limits and requests for memory are measured in bytes. You can express memory as a plain integer or as a fixed-point integer using one of these suffixes: E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki. For example, the following represent roughly the same value:

128974848, 129e6, 129M, 123Mi
@mueschm mueschm added the enhancement New feature or request label Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant