Closed yifan-gu closed 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).
--format=json
rkt status
annotations
started_at
Updated the PR.
Ready to go once https://github.com/coreos/rkt/pull/3205 and https://github.com/coreos/rkt/pull/3224 are merged :)
Merging this to unblock work about adding isolator support.
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
torkt status
, and addannotations
,started_at
field in the json).