kubernetes-retired / rktlet

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

CRI: Add ability to append annotations when creating containers. #24

Closed yifan-gu closed 8 years ago

yifan-gu commented 8 years ago

cc @s-urbaniak @lucab @pskrzyns

At this point, this doesn't work with the kubernetes master, because rkt doesn't support upper case letters in annotation key. See https://github.com/coreos/rkt/issues/3210 for more details.

yifan-gu commented 8 years ago

Blocking on https://github.com/coreos/rkt/pull/3205

yifan-gu commented 8 years ago

Closing in favor of #28