mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 17:57:33 +00:00
Merge pull request #47360 from icereval/feature/fluentd-node-problem-detector
Automatic merge from submit-queue GCP Fluentd Logging of node-problem-detector **What this PR does / why we need it**: This PR adds `node-problem-detector` logging to the gcp fluentd configmap. Adding this logging GCE can now capture events and alert on process `OOMKilling` conditions when applying memory limits to containers. **Which issue this PR fixes**: **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
@@ -278,6 +278,14 @@ data:
|
||||
read_from_head true
|
||||
tag kubelet
|
||||
</source>
|
||||
|
||||
<source>
|
||||
type systemd
|
||||
filters [{ "_SYSTEMD_UNIT": "node-problem-detector.service" }]
|
||||
pos_file /var/log/gcp-journald-node-problem-detector.pos
|
||||
read_from_head true
|
||||
tag node-problem-detector
|
||||
</source>
|
||||
monitoring.conf: |-
|
||||
# Prometheus monitoring
|
||||
<source>
|
||||
|
Reference in New Issue
Block a user