Skip to content

Commit

Permalink
Removed trailing whitespace (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Feb 21, 2022
1 parent 70fc436 commit a4e0e9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ supported_os: [Linux]
name: KubernetesCertificates
doc: |
Certificate files that are used for a Kubernetes cluster.
The files are typically only present on the control-plane node.
sources:
- type: FILE
Expand Down Expand Up @@ -106,15 +106,15 @@ supported_os: [Linux]
name: KubernetesKubeletPodContainer
doc: |
Path where the container resources created within a (Kubernetes) Pod are located.
The paths naming would explain as the following:
'/var/lib/kubelet/pods/<pod_id>/containers/<container_name>/*'
The Pod itself gets created/scheduled by the Kubelet component. The path
'containers/' does contain a directory for each container scheduled in that
Pod. In each of that path there is a file located that gets mounted into
the container at '/dev/termination-log'.
This is the logfile that stores termination information in case a container
terminates. The pod identifier of that file can be correlated to the container
runtime installed on the host to find out the mount configuration.
Expand Down Expand Up @@ -147,7 +147,7 @@ urls:
name: KubernetesKubeletPodLogs
doc: |
Location where the log data of (Kubernetes) Pods can be found.
The path's name would contain the following elements:
'/var/log/pods/<namespace>_<pod_name>_<pod_id>/<container_name>/<num>.log'
Includes also redirected stdout, stderr and (if applicable) stdin of container executions.
Expand Down

0 comments on commit a4e0e9f

Please sign in to comment.