Files
rkt/common/apps
Michal Rostecki 18f7624142 app/add: Allow to define annotations for app from CLI
Before this change, "app add" CLI allowed only to define
user annotations. User annotations were designed mostly
to store annotations from Kubernetes API. At the same time,
we want to store some data related to rktlet which aren't
k8s annotations (i.e. log directories for CRI-compatible
logs).

Defining annotations is allowed here by --annotation
CLI option (i.e. --annotation=foo=bar).

Ref #3813
2017-09-28 11:34:27 +02:00
..