Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
ci: Enable containerd debug
Browse files Browse the repository at this point in the history
Enable containerd debug to enable kata-shimv2 debug

fixes #3015

Signed-off-by: Julio Montes <julio.montes@intel.com>
  • Loading branch information
Julio Montes committed Oct 28, 2020
1 parent b54670b commit 7c58462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/configure_containerd_for_kata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ readonly runc_path=$(command -v runc)
sudo mkdir -p /etc/containerd/

cat << EOT | sudo tee /etc/containerd/config.toml
[debug]
level = "debug"
[plugins]
[plugins.cri]
[plugins.cri.containerd]
Expand Down

0 comments on commit 7c58462

Please # to comment.