Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[incubator/fluentd-cloudwatch] fix documentation for the removed key …
Browse files Browse the repository at this point in the history
…`fluentdConfig` (#14685)

* fluentd-cloudwatch: fix documentation for the removed key `fluentdConfig`.

Signed-off-by: Benoît Faucon <[email protected]>

* Bump chart minor version to 0.10.1.

Signed-off-by: Benoît Faucon <[email protected]>
  • Loading branch information
Neki authored and k8s-ci-robot committed Jun 11, 2019
1 parent c7e6fd6 commit 5ccaad3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion incubator/fluentd-cloudwatch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd-cloudwatch
version: 0.10.0
version: 0.10.1
appVersion: v1.3.3-debian-cloudwatch-1.0
description: A Fluentd CloudWatch Helm chart for Kubernetes.
home: https://www.fluentd.org/
Expand Down
52 changes: 26 additions & 26 deletions incubator/fluentd-cloudwatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,32 @@ The command removes all the Kubernetes components associated with the chart and

The following table lists the configurable parameters of the Fluentd Cloudwatch chart and their default values.

| Parameter | Description | Default |
| ---------------------------- | ------------------------------------------------------------------------- | --------------------------------------|
| `image.repository` | Image repository | `fluent/fluentd-kubernetes-daemonset` |
| `image.tag` | Image tag | `v1.3.3-debian-cloudwatch-1.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `resources.limits.cpu` | CPU limit | `100m` |
| `resources.limits.memory` | Memory limit | `200Mi` |
| `resources.requests.cpu` | CPU request | `100m` |
| `resources.requests.memory` | Memory request | `200Mi` |
| `hostNetwork` | Host network | `false` |
| `podAnnotations` | Annotations | `{}` |
| `podSecurityContext` | Security Context | `{}` |
| `awsRegion` | AWS Cloudwatch region | `us-east-1` |
| `awsRole` | AWS IAM Role To Use | `nil` |
| `awsAccessKeyId` | AWS Access Key Id of a AWS user with a policy to access Cloudwatch | `nil` |
| `awsSecretAccessKey` | AWS Secret Access Key of a AWS user with a policy to access Cloudwatch | `nil` |
| `fluentdConfig` | Fluentd configuration | `example configuration` |
| `logGroupName` | AWS Cloudwatch log group | `kubernetes` |
| `rbac.create` | If true, create & use RBAC resources | `false` |
| `rbac.serviceAccountName` | existing ServiceAccount to use (ignored if rbac.create=true) | `default` |
| `tolerations` | Add tolerations | `[]` |
| `extraVars` | Add pod environment variables (must be specified as a single line object) | `[]` |
| `updateStrategy` | Define daemonset update strategy | `OnDelete` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `affinity` | Node affinity for pod assignment | `{}` |
| `priorityClassName` | Set priority class for daemon set | `nil` |
| Parameter | Description | Default |
| ---------------------------- | ------------------------------------------------------------------------------- | --------------------------------------|
| `image.repository` | Image repository | `fluent/fluentd-kubernetes-daemonset` |
| `image.tag` | Image tag | `v1.3.3-debian-cloudwatch-1.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `resources.limits.cpu` | CPU limit | `100m` |
| `resources.limits.memory` | Memory limit | `200Mi` |
| `resources.requests.cpu` | CPU request | `100m` |
| `resources.requests.memory` | Memory request | `200Mi` |
| `hostNetwork` | Host network | `false` |
| `podAnnotations` | Annotations | `{}` |
| `podSecurityContext` | Security Context | `{}` |
| `awsRegion` | AWS Cloudwatch region | `us-east-1` |
| `awsRole` | AWS IAM Role To Use | `nil` |
| `awsAccessKeyId` | AWS Access Key Id of a AWS user with a policy to access Cloudwatch | `nil` |
| `awsSecretAccessKey` | AWS Secret Access Key of a AWS user with a policy to access Cloudwatch | `nil` |
| `data` | Fluentd ConfigMap values. The main configuration is defined under `fluent.conf` | `example configuration` |
| `logGroupName` | AWS Cloudwatch log group | `kubernetes` |
| `rbac.create` | If true, create & use RBAC resources | `false` |
| `rbac.serviceAccountName` | existing ServiceAccount to use (ignored if rbac.create=true) | `default` |
| `tolerations` | Add tolerations | `[]` |
| `extraVars` | Add pod environment variables (must be specified as a single line object) | `[]` |
| `updateStrategy` | Define daemonset update strategy | `OnDelete` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `affinity` | Node affinity for pod assignment | `{}` |
| `priorityClassName` | Set priority class for daemon set | `nil` |

If using fluentd-kubernetes-daemonset v0.12.43-cloudwatch, the container runs as user fluentd. To be able to write pos files to the host system, you'll need to run fluentd as root. Add the following extraVars value to run as root.

Expand Down

0 comments on commit 5ccaad3

Please sign in to comment.