-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Merged main into dev 1.24 #32118
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
Merged main into dev 1.24 #32118
Conversation
Co-authored-by: Tim Bannister <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
…ers or pods. Sysbox is an open-source container runtime (similar to "runc") that supports running VM-workloads such as Docker and Kubernetes inside unprivileged containers or pods. Sysbox containers always use the Linux user-namespace for isolation, plus specially crafted proc and sys filesystems, some syscall interception, filesystem ID-mapping, and more. It's possible to run Kubernetes, K3s, K0s, inside containers or pods deployed with Sysbox. This commit aims to make the Kubernetes community aware of this option. Signed-off-by: Cesar Talledo <[email protected]>
Co-authored-by: nasa9084 <[email protected]>
Co-authored-by: nasa9084 <[email protected]>
Original link says ``` Design proposals have been archived. To view the last version of this document, see the Design Proposals Archive Repo. Please remove after 2022-04-01 or the release of Kubernetes 1.24, whichever comes first. ```
Error relates to the EasyCLA — Missing CLA Authorization. /cc @JamesLaverack, FYI |
/easycla |
I've manually marked this as having CLA authorization with labelling, because the CLA bot we used at the time of that commit marked things as OK. That won't be enough though. If @JamesLaverack can re-sign the CLA, great; if not, we can deal with this exception manually. |
Provided the changes are OK, it's fine to proceed with reviews. |
/cc @marosset FYI 🙂 |
Hi @jarmee, Could you please take a look at the easy CLA message above?
|
easyCLA error |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: reylejano 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 |
this needs an lgtm to merge, let's see if mine works... /lgtm |
LGTM label has been added. Git tree hash: b85b5896570feaacde78a19a1e62605fa506533c
|
/easycla |
well apparently the CLA is still throwing issues (i don't think the 1.24 docs lead is missing a CLA), but it's now blocking merges. not sure how to unstick this. @reylejano @JamesLaverack any idea? |
@mrbobbytables @dims could you take a look? |
From a mail to [email protected] @nate-double-u should file a ticket at https://jira.linuxfoundation.org/servicedesk/customer/portal/4 and post in kubernetes/org#3068 |
I merged this manually. We may well still need to look into that CLA trouble, as it will crop up again when we want to merge dev-1.24 into main. |
Week 9 update to bring
main
intodev-1.24
branch.