Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a2086d41
Commit
a2086d41
authored
Feb 10, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20816 from yifan-gu/termination_log_anno
Auto commit by PR queue bot
parents
b0560cba
b14ac948
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rkt.go
pkg/kubelet/rkt/rkt.go
+3
-3
No files found.
pkg/kubelet/rkt/rkt.go
View file @
a2086d41
...
@@ -77,9 +77,9 @@ const (
...
@@ -77,9 +77,9 @@ const (
k8sRktNamespaceAnno
=
"rkt.kubernetes.io/namespace"
k8sRktNamespaceAnno
=
"rkt.kubernetes.io/namespace"
//TODO: remove the creation time annotation once this is closed: https://github.com/coreos/rkt/issues/1789
//TODO: remove the creation time annotation once this is closed: https://github.com/coreos/rkt/issues/1789
k8sRktCreationTimeAnno
=
"rkt.kubernetes.io/created"
k8sRktCreationTimeAnno
=
"rkt.kubernetes.io/created"
k8sRktContainerHashAnno
=
"rkt.kubernetes.io/containerhash"
k8sRktContainerHashAnno
=
"rkt.kubernetes.io/container
-
hash"
k8sRktRestartCountAnno
=
"rkt.kubernetes.io/restartcount"
k8sRktRestartCountAnno
=
"rkt.kubernetes.io/restart
-
count"
k8sRktTerminationMessagePathAnno
=
"rkt.kubernetes.io/termination
MessageP
ath"
k8sRktTerminationMessagePathAnno
=
"rkt.kubernetes.io/termination
-message-p
ath"
dockerPrefix
=
"docker://"
dockerPrefix
=
"docker://"
authDir
=
"auth.d"
authDir
=
"auth.d"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment