updated metricbeat to 6.6.1 (#11668)

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer
2019-02-24 21:27:45 -08:00
committed by Kubernetes Prow Robot
parent ccecf3559e
commit 71aba34853
3 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ apiVersion: v1
description: A Helm chart to collect Kubernetes logs with metricbeat
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
name: metricbeat
version: 1.1.0
appVersion: 6.6.0
version: 1.1.1
appVersion: 6.6.1
home: https://www.elastic.co/products/beats/metricbeat
sources:
- https://www.elastic.co/guide/en/beats/metricbeat/current/index.html
+31 -31
View File
@@ -4,7 +4,7 @@
## Prerequisites
- Kubernetes 1.9+
- Kubernetes 1.9+
## Installing the Chart
@@ -30,36 +30,36 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the metricbeat chart and their default values.
| Parameter | Description | Default |
|-------------------------------------|------------------------------------|-------------------------------------------|
| `image.repository` | The image repository to pull from | `docker.elastic.co/beats/metricbeat` |
| `image.tag` | The image tag to pull | `6.6.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `rbac.create` | If true, create & use RBAC resources | `true` |
| `serviceAccount.create` | If true, create & use ServiceAccount | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | |
| `config` | The content of the configuration file consumed by metricbeat. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | |
| `plugins` | List of beat plugins | |
| `extraEnv` | Additional environment | |
| `extraVolumes`, `extraVolumeMounts` | Additional volumes and mounts, for example to provide other configuration files | |
| `resources.requests.cpu` | CPU resource requests | |
| `resources.limits.cpu` | CPU resource limits | |
| `resources.requests.memory` | Memory resource requests | |
| `resources.limits.memory` | Memory resource limits | |
| `daemonset.modules.<name>.config` | The content of the modules configuration file consumed by metricbeat deployed as daemonset, which is assumed to collect metrics in each nodes. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details |
| `daemonset.modules.<name>.enabled` | If true, enable configuration | |
| `daemonset.podAnnotations` | Pod annotations for daemonset | |
| `daemonset.nodeSelector` | Pod node selector for daemonset | `{}` |
| `daemonset.tolerations` | Pod taint tolerations for daemonset | `[{"key": "node-role.kubernetes.io/master", "operator": "Exists", "effect": "NoSchedule"}]` |
| `daemonset.resources.requests.cpu` | CPU resource requests for daemonset | |
| `daemonset.resources.limits.cpu` | CPU resource limits for daemonset | |
| `deployment.modules.<name>.config` | The content of the modules configuration file consumed by metricbeat deployed as deployment, which is assumed to collect cluster-level metrics. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details ||
| `deployment.modules.<name>.enabled` | If true, enable configuration ||
| `deployment.podAnnotations` | Pod annotations for deployment | |
| `deployment.nodeSelector` | Pod node selector for deployment | `{}` |
| `deployment.tolerations` | Pod taint tolerations for deployment | `[]` |
| `deployment.resources.requests.cpu` | CPU resource requests for daemonset | |
| `deployment.resources.limits.cpu` | CPU resource limits for daemonset | |
| Parameter | Description | Default |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| `image.repository` | The image repository to pull from | `docker.elastic.co/beats/metricbeat` |
| `image.tag` | The image tag to pull | `6.6.1` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `rbac.create` | If true, create & use RBAC resources | `true` |
| `serviceAccount.create` | If true, create & use ServiceAccount | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | |
| `config` | The content of the configuration file consumed by metricbeat. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | |
| `plugins` | List of beat plugins | |
| `extraEnv` | Additional environment | |
| `extraVolumes`, `extraVolumeMounts` | Additional volumes and mounts, for example to provide other configuration files | |
| `resources.requests.cpu` | CPU resource requests | |
| `resources.limits.cpu` | CPU resource limits | |
| `resources.requests.memory` | Memory resource requests | |
| `resources.limits.memory` | Memory resource limits | |
| `daemonset.modules.<name>.config` | The content of the modules configuration file consumed by metricbeat deployed as daemonset, which is assumed to collect metrics in each nodes. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | |
| `daemonset.modules.<name>.enabled` | If true, enable configuration | |
| `daemonset.podAnnotations` | Pod annotations for daemonset | |
| `daemonset.nodeSelector` | Pod node selector for daemonset | `{}` |
| `daemonset.tolerations` | Pod taint tolerations for daemonset | `[{"key": "node-role.kubernetes.io/master", "operator": "Exists", "effect": "NoSchedule"}]` |
| `daemonset.resources.requests.cpu` | CPU resource requests for daemonset | |
| `daemonset.resources.limits.cpu` | CPU resource limits for daemonset | |
| `deployment.modules.<name>.config` | The content of the modules configuration file consumed by metricbeat deployed as deployment, which is assumed to collect cluster-level metrics. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | |
| `deployment.modules.<name>.enabled` | If true, enable configuration | |
| `deployment.podAnnotations` | Pod annotations for deployment | |
| `deployment.nodeSelector` | Pod node selector for deployment | `{}` |
| `deployment.tolerations` | Pod taint tolerations for deployment | `[]` |
| `deployment.resources.requests.cpu` | CPU resource requests for daemonset | |
| `deployment.resources.limits.cpu` | CPU resource limits for daemonset | |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: docker.elastic.co/beats/metricbeat
tag: 6.6.0
tag: 6.6.1
pullPolicy: IfNotPresent
# The instances created by daemonset retrieve most metrics from the host