Skip to content

Commit

Permalink
[dev-v2.8] rancher-logging rke2 patch kubelet logs volume mount to fo…
Browse files Browse the repository at this point in the history
…llow rotates (#3452)

Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre authored and lucasmlp committed Mar 27, 2024
1 parent da409c0 commit 532873e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified assets/rancher-logging/rancher-logging-103.0.1+up3.17.10.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- mountPath: {{ .Values.systemdLogPath | default "/var/log/journal" }}
name: journal
readOnly: true
- mountPath: "/var/lib/rancher/rke2/agent/logs/kubelet.log"
- mountPath: "/var/lib/rancher/rke2/agent/logs"
name: kubelet
readOnly: true
- mountPath: /etc/machine-id
Expand All @@ -53,7 +53,7 @@ spec:
path: {{ .Values.systemdLogPath | default "/var/log/journal" }}
- name: kubelet
hostPath:
path: "/var/lib/rancher/rke2/agent/logs/kubelet.log"
path: "/var/lib/rancher/rke2/agent/logs"
- name: machine-id
hostPath:
path: /etc/machine-id
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13215,10 +13215,10 @@ entries:
catalog.cattle.io/upstream-version: 3.17.10
apiVersion: v1
appVersion: 3.17.10
created: "2024-01-04T15:30:26.522540462-05:00"
created: "2024-02-09T10:49:44.862621251-05:00"
description: Collects and filter logs using highly configurable CRDs. Powered
by Banzai Cloud Logging Operator.
digest: 89301839b959d52e50e9a4fa60fdffcf4de882d88d52d4e657b96c89b6c04566
digest: 988fd39da863c4ada5a936a5339cc5322b251eb94df45e66e104fc3a78a5a4be
icon: https://charts.rancher.io/assets/logos/logging.svg
keywords:
- logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- mountPath: {{ .Values.systemdLogPath | default "/var/log/journal" }}
name: journal
readOnly: true
- mountPath: "/var/lib/rancher/rke2/agent/logs/kubelet.log"
- mountPath: "/var/lib/rancher/rke2/agent/logs"
name: kubelet
readOnly: true
- mountPath: /etc/machine-id
Expand All @@ -53,7 +53,7 @@ spec:
path: {{ .Values.systemdLogPath | default "/var/log/journal" }}
- name: kubelet
hostPath:
path: "/var/lib/rancher/rke2/agent/logs/kubelet.log"
path: "/var/lib/rancher/rke2/agent/logs"
- name: machine-id
hostPath:
path: /etc/machine-id
Expand Down

0 comments on commit 532873e

Please sign in to comment.