Closed euank closed 7 years ago
Kubernetes expects that an empty logfile exists if a container is running (maybe created?), even if there are no logs.
journal2cri only creates a logfile when an application first outputs data.
journal2cri
This will probably be fixed with the attach refactor in rkt.
This is not true anymore with https://github.com/kubernetes-incubator/rktlet/pull/147. Closing.
Kubernetes expects that an empty logfile exists if a container is running (maybe created?), even if there are no logs.
journal2cri
only creates a logfile when an application first outputs data.This will probably be fixed with the attach refactor in rkt.