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

Commit

Permalink
debug: print the containerd config
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Sep 21, 2023
1 parent 1536bac commit 3e1c451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/confidential/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ configure_containerd_for_nydus_snapshotter() {

sudo sed -i 's/disable_snapshot_annotations = .*/disable_snapshot_annotations = false/g' "$containerd_config"
sudo sed -i 's/snapshotter = .*/snapshotter = "nydus"/g' "$containerd_config"

sudo cat ${containerd_config}
}

kill_nydus_snapshotter_process() {
Expand Down

0 comments on commit 3e1c451

Please sign in to comment.