cri-dockerd icon indicating copy to clipboard operation
cri-dockerd copied to clipboard

Migrate to CRI container log format

Open nwneisen opened this issue 10 months ago • 0 comments

This change makes cri-dockerd output logs in CRI format instead of json-file format. This fixes the #213 and bumps integration test's pinned SHA so they now include these tests.

cri-docker previously had no interaction with the container logs. It would only create a symlink from the dockerd output path to the location expected by kube. This change now tails the logs created by dockerd, formats them to CRI, and creates a separate file in the log location expected by kube.

nwneisen avatar Aug 18 '23 18:08 nwneisen