You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
<!--- Please describe what this PR is going to change -->
- Use latest v1.0.0 linuxkit images.
- Add images dir with runc and containerd to be able to better control
the version.
- Use latest upstream init as it has cgroups v2 as the default.
- Add dhcp to the linuxkit services so that interfaces stay configured
after lease times expire.
- Update to latest Docker in Docker version and update linuxkit spec to
handle cgroups v2.
- Increase the kernel command line parameter size to 4096 bytes to allow
for longer things to be passed like certs, etc.
- Default to linuxkit 1.2.0 binary as the containerd issues are resolved
with the ccgroup v2 changes.
## Why is this needed
<!--- Link to issue you have raised -->
Fixes: #
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
## How are existing users impacted? What migration steps/scripts do we
need?
<!--- Fixes a bug, unblocks installation, removes a component of the
stack etc -->
<!--- Requires a DB migration script, etc. -->
## Checklist:
I have:
- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
0 commit comments