update document of sumologic-fluentd (#4921)

This commit is contained in:
cheyang
2018-04-25 12:56:01 -07:00
committed by k8s-ci-robot
parent fa387df750
commit a75d1ed02d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: sumologic-fluentd
version: 0.3.2
version: 0.3.3
appVersion: v1.6
description: Sumologic Log Collector
keywords:
+2 -2
View File
@@ -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` |