Replies: 1 comment
|
@mrunalp I see the issue was reported by yourself; IDK if you know the answers? I cannot ping |
0 replies
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.
Regarding support for
SandboxClaim/ warm_pool:When these are complete OpenShell will have support (with the k8s driver) for a pool of Pods to act as sandboxes.
My question relates to how the pool behaves when separate Sandboxes are requested.
I can create a
provider:I can create the inference for the provider:
I can create a Sandbox template:
I can finally create a sandbox:
IIUC that ties all sandboxes from the pool to a single
providerandinferenceconfiguration.I have a need to use transient sandboxes with different
providerandinferenceconfigurations.Cold-provisioning would introduce unacceptable latency and I hoped the warm_pool would give me access to a pool of pre-provisioned hollow/empty sandboxes that I could configure with specific
providerandinferenceconfigurations when instantiating a sandbox from the pool.I just want to understand how the pool is to be used.
All reactions