kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

Containers that produce no output produce an error instead of no output on `ReadLogs` #88

Closed euank closed 7 years ago

euank commented 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.

This will probably be fixed with the attach refactor in rkt.

iaguis commented 7 years ago

This is not true anymore with https://github.com/kubernetes-incubator/rktlet/pull/147. Closing.