Vouch request: [grenkoca] (K8s resource allocation via user flag) #730
grenkoca
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
I've modified sandbox creation to allows users to directly pass resource arguments via the
openshell sandbox createapi call. See: main...grenkoca:OpenShell:mainHilariously, this didn't end up solving my original issue, but it seems to be working anyway so I might as well merge it.
(Original issue ended up being caused by running out of space on the drive with my Docker overlayfs),
Why this change?
The
--resourcesflag closes a gap where users running memory/storage-intensive workloads had no way to raise (or explicitly limit) the Kubernetes resource limits on their sandbox containers from the CLI. Users can explicitly right-size their sandboxes at creation time without needing direct kubectl access to cluster. You can validate the changes by running the comands listed in the commit message, entering theopenshell-cluster-openshelldocker image, and listing resources for the podsChecklist
Beta Was this translation helpful? Give feedback.
All reactions