2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/values.yaml
|
|
|
|
+++ charts/values.yaml
|
2024-02-14 21:21:38 +00:00
|
|
|
@@ -5,13 +5,8 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
image:
|
2024-02-14 21:21:38 +00:00
|
|
|
- # -- Name of the image repository to pull the container image from.
|
|
|
|
- repository: ghcr.io/kube-logging/logging-operator
|
|
|
|
-
|
|
|
|
- # -- Image tag override for the default value (chart appVersion).
|
|
|
|
- tag: ""
|
|
|
|
-
|
|
|
|
- # -- [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) for updating already existing images on a node.
|
|
|
|
+ repository: rancher/mirrored-kube-logging-logging-operator
|
2024-08-07 20:54:46 +00:00
|
|
|
+ tag: 4.8.0
|
2021-05-17 22:30:18 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2024-02-14 21:21:38 +00:00
|
|
|
env: []
|
2024-08-09 13:33:02 +00:00
|
|
|
@@ -244,7 +239,7 @@
|
|
|
|
imagePullSecrets: []
|
|
|
|
pvc:
|
|
|
|
# -- enable pvc for
|
|
|
|
- enabled: true
|
|
|
|
+ enabled: false
|
|
|
|
# -- storage class for event tailer pvc
|
|
|
|
accessModes:
|
|
|
|
- ReadWriteOnce
|
2024-08-07 20:54:46 +00:00
|
|
|
@@ -306,14 +301,168 @@
|
2024-02-14 21:21:38 +00:00
|
|
|
image: fluent/fluent-bit
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
port: 8080
|
|
|
|
- args: ["-i", "http", "-p", "port=8080", "-o", "stdout"]
|
|
|
|
- resources:
|
|
|
|
- limits:
|
|
|
|
- cpu: 100m
|
|
|
|
- memory: 50Mi
|
|
|
|
- requests:
|
|
|
|
- cpu: 20m
|
|
|
|
- memory: 25Mi
|
|
|
|
+ # args: ["-i", "http", "-p", "port=8080", "-o", "stdout"]
|
|
|
|
+ # resources:
|
|
|
|
+ # limits:
|
|
|
|
+ # cpu: 100m
|
|
|
|
+ # memory: 50Mi
|
|
|
|
+ # requests:
|
|
|
|
+ # cpu: 20m
|
|
|
|
+ # memory: 25Mi
|
|
|
|
+
|
|
|
|
+ # Service definition for query http service
|
|
|
|
+ service:
|
|
|
|
+ type: ClusterIP
|
|
|
|
+ clusterIP: None
|
|
|
|
+ # Annotations to query http service
|
|
|
|
+ annotations: {}
|
|
|
|
+ # Labels to query http service
|
|
|
|
+ labels: {}
|
|
|
|
+
|
2024-03-05 16:30:42 +00:00
|
|
|
+# Logging CR specific serviceAccount annotations
|
|
|
|
+loggingServiceAccountAnnotations: {}
|
|
|
|
+## Syntax ##
|
|
|
|
+# <logging-name>:
|
|
|
|
+# <key>: <value>
|
|
|
|
+#
|
|
|
|
+## Example ##
|
|
|
|
+#
|
|
|
|
+# root:
|
|
|
|
+# eks.amazonaws.com/role-arn: <RoleARN>
|
|
|
|
+#
|
|
|
|
+## Result - added to the Logging resource ##
|
|
|
|
+#
|
|
|
|
+# spec:
|
|
|
|
+# fluentd:
|
|
|
|
+# serviceAccount:
|
|
|
|
+# metadata:
|
|
|
|
+# annotations:
|
|
|
|
+# eks.amazonaws.com/role-arn: arn:aws:iam::1234567890:role/my-iam-role
|
|
|
|
+#
|
|
|
|
+
|
2021-11-10 19:24:57 +00:00
|
|
|
+###################################
|
|
|
|
+# Rancher Logging Operator Values #
|
|
|
|
+###################################
|
|
|
|
+
|
|
|
|
+# Enable debug to use fluent-bit images that allow exec
|
|
|
|
+debug: false
|
|
|
|
+
|
|
|
|
+# Disable persistent volumes for buffers
|
2021-05-17 22:30:18 +00:00
|
|
|
+disablePvc: true
|
|
|
|
+
|
2021-11-10 19:24:57 +00:00
|
|
|
+# If your additional logging sources collect logs from systemd configure the systemd log path here
|
2021-05-17 22:30:18 +00:00
|
|
|
+systemdLogPath: "/run/log/journal"
|
|
|
|
+
|
2021-11-10 19:24:57 +00:00
|
|
|
+global:
|
|
|
|
+ cattle:
|
|
|
|
+ systemDefaultRegistry: ""
|
|
|
|
+ # Uncomment the below two lines to either enable or disable Windows logging. If this chart is
|
|
|
|
+ # installed via the Rancher UI, it will set this value to "true" if the cluster is a Windows
|
|
|
|
+ # cluster. In that scenario, if you would like to disable Windows logging on Windows clusters,
|
|
|
|
+ # set the value below to "false".
|
|
|
|
+ # windows:
|
|
|
|
+ # enabled: true
|
2023-01-26 23:52:34 +00:00
|
|
|
+ psp:
|
|
|
|
+ enabled: false
|
2021-11-10 19:24:57 +00:00
|
|
|
+
|
|
|
|
+ # Change the "dockerRootDirectory" if the default Docker directory has changed.
|
|
|
|
+ dockerRootDirectory: ""
|
|
|
|
+
|
|
|
|
+ rkeWindowsPathPrefix: "c:\\"
|
|
|
|
+
|
|
|
|
+ seLinux:
|
|
|
|
+ enabled: false
|
|
|
|
+
|
|
|
|
+images:
|
|
|
|
+ config_reloader:
|
2024-10-01 21:22:15 +00:00
|
|
|
+ repository: rancher/mirrored-kube-logging-config-reloader
|
|
|
|
+ tag: v0.0.5
|
2021-11-10 19:24:57 +00:00
|
|
|
+ fluentbit:
|
|
|
|
+ repository: rancher/mirrored-fluent-fluent-bit
|
2024-10-01 21:22:15 +00:00
|
|
|
+ tag: 3.0.4
|
2021-11-10 19:24:57 +00:00
|
|
|
+ nodeagent_fluentbit:
|
|
|
|
+ os: "windows"
|
|
|
|
+ repository: rancher/fluent-bit
|
2024-05-01 16:34:51 +00:00
|
|
|
+ tag: 2.2.0
|
2021-11-10 19:24:57 +00:00
|
|
|
+ fluentbit_debug:
|
|
|
|
+ repository: rancher/mirrored-fluent-fluent-bit
|
2024-10-01 21:22:15 +00:00
|
|
|
+ tag: 3.0.4-debug
|
2021-11-10 19:24:57 +00:00
|
|
|
+ fluentd:
|
2024-08-29 17:31:07 +00:00
|
|
|
+ repository: rancher/mirrored-kube-logging-fluentd
|
|
|
|
+ tag: v1.16-4.8-full
|
2021-11-10 19:24:57 +00:00
|
|
|
+
|
2021-05-17 22:30:18 +00:00
|
|
|
+additionalLoggingSources:
|
|
|
|
+ rke:
|
|
|
|
+ enabled: false
|
|
|
|
+ fluentbit:
|
|
|
|
+ log_level: "info"
|
|
|
|
+ mem_buffer_limit: "5MB"
|
|
|
|
+ rke2:
|
|
|
|
+ enabled: false
|
2021-07-01 21:33:19 +00:00
|
|
|
+ stripUnderscores: false
|
2021-05-17 22:30:18 +00:00
|
|
|
+ k3s:
|
|
|
|
+ enabled: false
|
|
|
|
+ container_engine: "systemd"
|
2021-07-01 21:33:19 +00:00
|
|
|
+ stripUnderscores: false
|
2021-05-17 22:30:18 +00:00
|
|
|
+ aks:
|
|
|
|
+ enabled: false
|
|
|
|
+ eks:
|
|
|
|
+ enabled: false
|
|
|
|
+ gke:
|
|
|
|
+ enabled: false
|
2021-05-28 18:23:41 +00:00
|
|
|
+ kubeAudit:
|
|
|
|
+ auditFilename: ""
|
|
|
|
+ enabled: false
|
|
|
|
+ pathPrefix: ""
|
|
|
|
+ fluentbit:
|
|
|
|
+ logTag: kube-audit
|
|
|
|
+ tolerations:
|
2024-08-05 17:39:37 +00:00
|
|
|
+ - key: node-role.kubernetes.io/control-plane
|
2021-05-28 18:23:41 +00:00
|
|
|
+ value: "true"
|
|
|
|
+ effect: NoSchedule
|
|
|
|
+ - key: node-role.kubernetes.io/etcd
|
|
|
|
+ value: "true"
|
|
|
|
+ effect: NoExecute
|
2021-05-17 22:30:18 +00:00
|
|
|
+
|
2021-11-10 19:24:57 +00:00
|
|
|
+# configures node agent options for windows node agents
|
2021-11-04 22:55:21 +00:00
|
|
|
+nodeAgents:
|
|
|
|
+ tls:
|
|
|
|
+ enabled: false
|
2021-11-10 19:24:57 +00:00
|
|
|
+
|
|
|
|
+# These settings apply to every Logging CR, including vendor Logging CRs enabled in "additionalLoggingSources".
|
|
|
|
+# Changing these affects every Logging CR installed.
|
2021-05-17 22:30:18 +00:00
|
|
|
+fluentd:
|
2021-05-17 22:34:49 +00:00
|
|
|
+ bufferStorageVolume: {}
|
2021-05-17 22:30:18 +00:00
|
|
|
+ livenessProbe:
|
|
|
|
+ tcpSocket:
|
|
|
|
+ port: 24240
|
|
|
|
+ initialDelaySeconds: 30
|
|
|
|
+ periodSeconds: 15
|
2021-05-17 22:34:49 +00:00
|
|
|
+ nodeSelector: {}
|
|
|
|
+ resources: {}
|
|
|
|
+ tolerations: {}
|
2023-01-26 00:25:31 +00:00
|
|
|
+ env: []
|
2024-05-21 16:40:33 +00:00
|
|
|
+ logLevel: {}
|
2021-05-17 22:30:18 +00:00
|
|
|
+fluentbit:
|
2021-05-17 22:34:49 +00:00
|
|
|
+ inputTail:
|
|
|
|
+ Buffer_Chunk_Size: ""
|
|
|
|
+ Buffer_Max_Size: ""
|
|
|
|
+ Mem_Buf_Limit: ""
|
|
|
|
+ Multiline_Flush: ""
|
|
|
|
+ Skip_Long_Lines: ""
|
2021-05-17 22:30:18 +00:00
|
|
|
+ resources: {}
|
|
|
|
+ tolerations:
|
2024-08-05 17:39:37 +00:00
|
|
|
+ - key: node-role.kubernetes.io/control-plane
|
2021-05-17 22:30:18 +00:00
|
|
|
+ value: "true"
|
|
|
|
+ effect: NoSchedule
|
|
|
|
+ - key: node-role.kubernetes.io/etcd
|
|
|
|
+ value: "true"
|
|
|
|
+ effect: NoExecute
|
2021-09-29 22:13:03 +00:00
|
|
|
+ filterKubernetes:
|
|
|
|
+ Merge_Log: ""
|
|
|
|
+ Merge_Log_Key: ""
|
|
|
|
+ Merge_Log_Trim: ""
|
|
|
|
+ Merge_Parser: ""
|
2024-08-07 20:54:46 +00:00
|
|
|
|
|
|
|
# -- Extra manifests to deploy as an array
|
|
|
|
extraManifests: []
|
|
|
|
@@ -324,3 +473,12 @@
|
|
|
|
# name: extra-manifest
|
|
|
|
# data:
|
|
|
|
# extra-data: "value"
|
2021-05-17 22:30:18 +00:00
|
|
|
+
|
2021-11-10 19:24:57 +00:00
|
|
|
+# DO NOT SET THIS UNLESS YOU KNOW WHAT YOU ARE DOING.
|
|
|
|
+# Setting fields on this object can break rancher logging or cause unexpected behavior. It is intended to be used if you
|
|
|
|
+# need to configure functionality not exposed by rancher logging. It is highly recommended you check the `app-readme.md`
|
|
|
|
+# for the functionality you need before modifying this object.
|
|
|
|
+
|
|
|
|
+# this object will be merged with every logging CR created by this chart. Any fields that collide with fields from the
|
|
|
|
+# settings above will be overridden. Any fields that collide with fields set in the files in `templates/loggings` will
|
|
|
|
+# be ignored.
|