spcl/serverless-benchmarks

Simplify handling of storage configuration and IPs

Open

#229 opened on Nov 7, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (99 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (196 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide