mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
rkt: Annotation key should not container capital letters.
This commit is contained in:
parent
f93d9304a4
commit
8e5c14f1bf
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user