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
- Update linuxkit/init to the latest release. We were using an init container from a year ago.
- Disable the CRI plugin for containerd. This is not needed for Linuxkit. The cri plugin is a Kubernetes thing. This removes warning and error messages that show up and have confused users as real issues.
- Add a config file (/etc/runtime-config.toml) for the init system to use when starting containerd. This will send logs to files.
Fixes: #
## How Has This Been Tested?
## How are existing users impacted? What migration steps/scripts do we need?
## 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