kubernetes-retired / rktlet

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

Add pod level annotations, app level annotations. #28

Closed yifan-gu closed 8 years ago

yifan-gu commented 8 years ago

Depend on several PRs: https://github.com/kubernetes-incubator/rktlet/pull/24 (which depends on https://github.com/coreos/rkt/pull/3205) https://github.com/coreos/rkt/pull/3225 (which adds --format=json to rkt status, and add annotations, started_at field in the json).

yifan-gu commented 8 years ago

Updated the PR.

Ready to go once https://github.com/coreos/rkt/pull/3205 and https://github.com/coreos/rkt/pull/3224 are merged :)

yifan-gu commented 8 years ago

Merging this to unblock work about adding isolator support.