-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add cri-dockerd (and crictl) to installation #12103
Comments
This comment has been minimized.
This comment has been minimized.
Currently we install "cri-tools" from Kubic project, but might want to get that from upstream. Sadly no deb packages are available there, but there is some kind of static binary tarball ? https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/ https://github.com/kubernetes-sigs/cri-tools PS: "cri-tools" are crictl and critest Note: cri-tools (crictl) is also needed for containerd (#11327), not only for cri-o It's just that in the default /etc/containerd/config.toml # Copyright 2018-2020 Docker Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
disabled_plugins = ["cri"]
... Which is why the kubernetes documentation says to start by wiping the config for it: containerd config default | sudo tee /etc/containerd/config.toml https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd |
Current hack:
https://github.com/Mirantis/cri-dockerd
|
Gave up on binaries (tarballs and packages), building from source. Currently identifies itself as "0.2.0-dev" (Mirantis/cri-dockerd@542e27d) |
Docker is not enough after Kubernetes 1.23, also need to install
cri-dockerd
(andcrictl
).https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/
Use the static binary for ISO
Use the deb package for KIC
This is needed for PR #12102 to work
There are no cri-dockerd releases yet
https://github.com/Mirantis/cri-dockerd/releases
The text was updated successfully, but these errors were encountered: