rkt: Annotation key should not container capital letters.

This commit is contained in:
Yifan Gu 2016-02-09 00:13:08 +08:00
parent f93d9304a4
commit 8e5c14f1bf

View File

@ -79,7 +79,7 @@ const (
k8sRktCreationTimeAnno = "rkt.kubernetes.io/created"
k8sRktContainerHashAnno = "rkt.kubernetes.io/containerhash"
k8sRktRestartCountAnno = "rkt.kubernetes.io/restartcount"
k8sRktTerminationMessagePathAnno = "rkt.kubernetes.io/terminationMessagePath"
k8sRktTerminationMessagePathAnno = "rkt.kubernetes.io/termination-message-path"
dockerPrefix = "docker://"
authDir = "auth.d"