0

I am using k8s where I am using containerd as CRI.

How to make containerd forward logs to journald ?

Which and what configuration i must do ?

karlos
  • 807
  • 1
  • 8
  • 38

1 Answers1

1

This is alerady the case, nothing to do. You can get the logs using:

journalctl -u containerd

karlos
  • 807
  • 1
  • 8
  • 38