Skip to content

add on-demand sandbox creation proposal#98

Open
uucloud wants to merge 1 commit intoopenkruise:masterfrom
uucloud:tianping/dev
Open

add on-demand sandbox creation proposal#98
uucloud wants to merge 1 commit intoopenkruise:masterfrom
uucloud:tianping/dev

Conversation

@uucloud
Copy link

@uucloud uucloud commented Jan 21, 2026

Ⅰ. Describe what this PR does

This PR adds a proposal document for on-demand sandbox creation feature.

Currently, when ClaimSandbox is called and no pre-warmed sandboxes are available, the request fails immediately. This proposal introduces a fallback mechanism that creates sandboxes on-demand when the warm pool is empty.

Ⅱ. Does this pull request fix one issue?

Fixes #96

Ⅲ. Describe how to verify it

Ⅳ. Special notes for reviews

@kruise-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kruise-bot
Copy link

Welcome @uucloud! It looks like this is your first PR to openkruise/agents 🎉

@codecov
Copy link

codecov bot commented Jan 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.71%. Comparing base (3cf7005) to head (23dbad8).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   48.69%   48.71%   +0.02%     
==========================================
  Files          85       85              
  Lines        4703     4701       -2     
==========================================
  Hits         2290     2290              
+ Misses       2210     2208       -2     
  Partials      203      203              
Flag Coverage Δ
unittests 48.71% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: uucloud <uucloud@qq.com>
@uucloud uucloud changed the title add on-demand sandbox creation proposal (#96) add on-demand sandbox creation proposal Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature request] Support on-demand sandbox creation when warm pool is empty

2 participants