mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
update document of sumologic-fluentd (#4921)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: sumologic-fluentd
|
||||
version: 0.3.2
|
||||
version: 0.3.3
|
||||
appVersion: v1.6
|
||||
description: Sumologic Log Collector
|
||||
keywords:
|
||||
|
||||
@@ -28,7 +28,7 @@ SumoLogic.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Kubernetes 1.2+ with Beta APIs enabled. However, certain configuration parameters may require a more recent version of Kubernetes. Such parameters will specifiy the minimum Kubernetes version required in the parameter description.
|
||||
- Kubernetes 1.2+ with Beta APIs enabled. However, certain configuration parameters may require a more recent version of Kubernetes. Such parameters will specify the minimum Kubernetes version required in the parameter description.
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
@@ -90,7 +90,7 @@ The following tables lists the configurable parameters of the sumologic-fluentd
|
||||
| `sumologic.auditLogPath` | Define the path to the [Kubernetes Audit Log](https://kubernetes.io/docs/tasks/debug-application-cluster/audit/) | `/mnt/log/kube-apiserver-audit.log` |
|
||||
| `image.name` | The image repository and name to pull from | `sumologic/fluentd-kubernetes-sumologic` |
|
||||
| `image.tag` | The image tag to pull | `v1.6` |
|
||||
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `persistence.enabled` | Boolean value, used to turn on or off fluentd position file persistence, on nodes (requires Kubernetes >= 1.8) | `false` |
|
||||
| `persistence.hostPath` | The path, on each node, to a directory for fluentd pos files. You must create the directory on each node first or set `persistence.createPath` (requires Kubernetes >= 1.8) | `/var/run/fluentd-pos` |
|
||||
| `persistence.createPath` | Whether to create the directory on the host for you (requires Kubernetes >= 1.8) | `false` |
|
||||
|
||||
Reference in New Issue
Block a user