Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/configure_containerd_for_kata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ readonly runc_path=$(command -v runc)
sudo mkdir -p /etc/containerd/

cat << EOF | sudo tee /etc/containerd/config.toml
version = 2
[debug]
level = "debug"
[plugins]
Expand Down
1 change: 1 addition & 0 deletions integration/containerd/cri/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ create_containerd_config() {
runtime="${runtime//./-}"

cat << EOF | sudo tee "${CONTAINERD_CONFIG_FILE}"
version = 2
[debug]
level = "debug"
[plugins]
Expand Down
1 change: 1 addition & 0 deletions integration/nydus/nydus_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function config_containerd() {
fi

cat <<EOF | sudo tee $containerd_config
version = 2
[debug]
level = "debug"
[proxy_plugins]
Expand Down