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
038af53c
Commit
038af53c
authored
Apr 02, 2018
by
Pengfei Ni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRI: update documentation for container logpath
parent
47a1aac9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
api.pb.go
pkg/kubelet/apis/cri/runtime/v1alpha2/api.pb.go
+2
-2
api.proto
pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto
+2
-2
No files found.
pkg/kubelet/apis/cri/runtime/v1alpha2/api.pb.go
View file @
038af53c
...
@@ -744,7 +744,7 @@ type PodSandboxConfig struct {
...
@@ -744,7 +744,7 @@ type PodSandboxConfig struct {
// structured logs, systemd-journald journal files, gRPC trace files, etc.
// structured logs, systemd-journald journal files, gRPC trace files, etc.
// E.g.,
// E.g.,
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// ContainerConfig.LogPath = `containerName
_
Instance#.log`
// ContainerConfig.LogPath = `containerName
/
Instance#.log`
//
//
// WARNING: Log management and how kubelet should interface with the
// WARNING: Log management and how kubelet should interface with the
// container logs are under active discussion in
// container logs are under active discussion in
...
@@ -1790,7 +1790,7 @@ type ContainerConfig struct {
...
@@ -1790,7 +1790,7 @@ type ContainerConfig struct {
// the log (STDOUT and STDERR) on the host.
// the log (STDOUT and STDERR) on the host.
// E.g.,
// E.g.,
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// ContainerConfig.LogPath = `containerName
_
Instance#.log`
// ContainerConfig.LogPath = `containerName
/
Instance#.log`
//
//
// WARNING: Log management and how kubelet should interface with the
// WARNING: Log management and how kubelet should interface with the
// container logs are under active discussion in
// container logs are under active discussion in
...
...
pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto
View file @
038af53c
...
@@ -307,7 +307,7 @@ message PodSandboxConfig {
...
@@ -307,7 +307,7 @@ message PodSandboxConfig {
// structured logs, systemd-journald journal files, gRPC trace files, etc.
// structured logs, systemd-journald journal files, gRPC trace files, etc.
// E.g.,
// E.g.,
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// ContainerConfig.LogPath = `containerName
_
Instance#.log`
// ContainerConfig.LogPath = `containerName
/
Instance#.log`
//
//
// WARNING: Log management and how kubelet should interface with the
// WARNING: Log management and how kubelet should interface with the
// container logs are under active discussion in
// container logs are under active discussion in
...
@@ -686,7 +686,7 @@ message ContainerConfig {
...
@@ -686,7 +686,7 @@ message ContainerConfig {
// the log (STDOUT and STDERR) on the host.
// the log (STDOUT and STDERR) on the host.
// E.g.,
// E.g.,
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// PodSandboxConfig.LogDirectory = `/var/log/pods/<podUID>/`
// ContainerConfig.LogPath = `containerName
_
Instance#.log`
// ContainerConfig.LogPath = `containerName
/
Instance#.log`
//
//
// WARNING: Log management and how kubelet should interface with the
// WARNING: Log management and how kubelet should interface with the
// container logs are under active discussion in
// container logs are under active discussion in
...
...
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