-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
experiment: introduce a kube sandbox #34372
base: master
Are you sure you want to change the base?
Conversation
26c9422
to
1b9fe7f
Compare
Part of the workstream to improve maintainer experience. (We had some debates about whether this particular functionality belongs in the maintainers repo - owned by contrib-ex. Given that we're running code code similar to prow, maybe this is a better place for it.) From the description on the prior PR:
One thing we want to solve vs prow and github actions is the ability to run scripts/tools and have them send PRs, and do that safely. (Note: the robots would send PRs, not merge directly to the repo, so worst case it is PR spam, but we still want to do that safely) cc @ameukam and @BenTheElder |
The sandbox executor will be useful for running untrusted / semi-trusted code. It runs commands in a kubernetes pod, using an agent for efficiency.
cc @aojea |
1b9fe7f
to
77cde05
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The sandbox executor will be useful for running untrusted / semi-trusted code.
It runs commands in a kubernetes pod, using an agent for efficiency.