mirror of
https://github.com/rkt/rkt.git
synced 2026-03-13 09:40:21 +08:00
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