Skip to content

Simplify handling of storage configuration and IPs #229

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

Open
mcopik opened this issue Nov 7, 2024 · 5 comments
Open

Simplify handling of storage configuration and IPs #229

mcopik opened this issue Nov 7, 2024 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mcopik
Copy link
Collaborator

mcopik commented Nov 7, 2024

Currently, Kubernetes-based platforms require special treatment - storage needs to be deployed by the user. Documentation recommends using the manual jq command to input storage configuration, but we have recently added a CLI flag to simplify this process.

In future, we should handle it completely automatically and offer a CLI flag to just replace the IP address when needed.

@mcopik mcopik added the enhancement New feature or request label Nov 7, 2024
@mcopik mcopik added the good first issue Good for newcomers label Dec 22, 2024
@ojninja16
Copy link
Contributor

hi @mcopik can I pick this up?

@mcopik
Copy link
Collaborator Author

mcopik commented Feb 5, 2025

@ojninja16 Sure! it shouldn't be difficult - look through our instructions and simplify the storage handling :)

@ojninja16
Copy link
Contributor

hi @mcopik can you give me some more context regarding the requirements of this issue, so I can get started with it

@mcopik
Copy link
Collaborator Author

mcopik commented Mar 4, 2025

@ojninja16 Thanks for the interest! (I'm also checking the other PR you contributed, which should be merged soon.)

For this issue, we are referring to the documentation that describes the process of setting up for storage on OpenWhisk (same applies to Fission and Knative in pending PRs). Right now, we expect the user to manually change JSON config and replace this part in the main config or provide updated storage configuration via --storage-configuration flag (not yet described in docs).

My suggestion for a simple improvement should be to not require users to manually run jq. Instead, we should have a flag like --storage-ip and just replace the IP address.

Please feel invited to join us on Slack - discussion will be easier there :) Invitation link

@ojninja16
Copy link
Contributor

ojninja16 commented Mar 4, 2025

Understood ,Cool! thanks for the invite 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants