From a75d1ed02d91f9c355ffefcab157cdcfbcf626bd Mon Sep 17 00:00:00 2001 From: cheyang Date: Thu, 26 Apr 2018 03:56:01 +0800 Subject: [PATCH] update document of sumologic-fluentd (#4921) --- stable/sumologic-fluentd/Chart.yaml | 2 +- stable/sumologic-fluentd/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/sumologic-fluentd/Chart.yaml b/stable/sumologic-fluentd/Chart.yaml index 24ec5c3d94..51cc55a939 100755 --- a/stable/sumologic-fluentd/Chart.yaml +++ b/stable/sumologic-fluentd/Chart.yaml @@ -1,5 +1,5 @@ name: sumologic-fluentd -version: 0.3.2 +version: 0.3.3 appVersion: v1.6 description: Sumologic Log Collector keywords: diff --git a/stable/sumologic-fluentd/README.md b/stable/sumologic-fluentd/README.md index b6459de8e2..b3aa3c5426 100644 --- a/stable/sumologic-fluentd/README.md +++ b/stable/sumologic-fluentd/README.md @@ -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` |