Skip to content

Commit

Permalink
[containerd] record deprecation warnings
Browse files Browse the repository at this point in the history
Starting with containerd 1.6.27 and 1.7.12, warnings are issued for the
use of deprecated features.  The new `ctr deprecations list` command can
be used to retrieve warnings.

Closes: #3786
Signed-off-by: Samuel Karp <[email protected]>
  • Loading branch information
samuelkarp committed Sep 25, 2024
1 parent bb381c0 commit 1eddeb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/containerd.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def setup(self):
])

self.add_cmd_output('containerd config dump')
self.add_cmd_output('ctr deprecations list')

# collect the containerd logs.
self.add_journal(units='containerd')
Expand Down

0 comments on commit 1eddeb3

Please sign in to comment.