From 5abc2a86c95ea15b0d032b9a83705e3397b21b1d Mon Sep 17 00:00:00 2001 From: Victor Login Date: Wed, 22 May 2019 11:02:11 +0300 Subject: [PATCH] [stable/kube-state-metrics] Solve #13961 (#13995) Signed-off-by: Login Victor --- stable/kube-state-metrics/Chart.yaml | 2 +- stable/kube-state-metrics/README.md | 98 ++++++++++++++-------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/stable/kube-state-metrics/Chart.yaml b/stable/kube-state-metrics/Chart.yaml index db93278da3..711ca0fec6 100644 --- a/stable/kube-state-metrics/Chart.yaml +++ b/stable/kube-state-metrics/Chart.yaml @@ -5,7 +5,7 @@ keywords: - metric - monitoring - prometheus -version: 1.6.1 +version: 1.6.2 appVersion: 1.6.0 home: https://github.com/kubernetes/kube-state-metrics/ sources: diff --git a/stable/kube-state-metrics/README.md b/stable/kube-state-metrics/README.md index 539ea6f5e4..6816ef4a70 100644 --- a/stable/kube-state-metrics/README.md +++ b/stable/kube-state-metrics/README.md @@ -12,52 +12,52 @@ $ helm install stable/kube-state-metrics ## Configuration -| Parameter | Description | Default | -|---------------------------------------|---------------------------------------------------------|---------------------------------------------| -| `image.repository` | The image repository to pull from | quay.io/coreos/kube-state-metrics | -| `image.tag` | The image tag to pull from | `v1.6.0` | -| `image.pullPolicy` | Image pull policy | IfNotPresent | -| `replicas` | Number of replicas | 1 | -| `service.port` | The port of the container | 8080 | -| `hostNetwork` | Whether or not to use the host network | false | -| `prometheusScrape` | Whether or not enable prom scrape | true | -| `rbac.create` | If true, create & use RBAC resources | true | -| `serviceAccount.create` | If true, create & use serviceAccount | true | -| `serviceAccount.name` | If not set & create is true, use template fullname | | -| `serviceAccount.imagePullSecrets` | Specify image pull secrets field | `[]` | -| `podSecurityPolicy.enabled` | If true, create & use PodSecurityPolicy resources | false | -| `podSecurityPolicy.annotations` | Specify pod annotations in the pod security policy | {} | -| `securityContext.enabled` | Enable security context | `true` | -| `securityContext.fsGroup` | Group ID for the container | `65534` | -| `securityContext.runAsUser` | User ID for the container | `65534` | -| `priorityClassName` | Name of Priority Class to assign pods | `nil` | -| `nodeSelector` | Node labels for pod assignment | {} | -| `affinity` | Affinity settings for pod assignment | {} | -| `tolerations` | Tolerations for pod assignment | [] | -| `podAnnotations` | Annotations to be added to the pod | {} | -| `resources` | kube-state-metrics resource requests and limits | {} | -| `collectors.certificatesigningrequests` | Enable the certificatesigningrequests collector. | true | -| `collectors.configmaps` | Enable the configmaps collector. | true | -| `collectors.cronjobs` | Enable the cronjobs collector. | true | -| `collectors.daemonsets` | Enable the daemonsets collector. | true | -| `collectors.deployments` | Enable the deployments collector. | true | -| `collectors.endpoints` | Enable the endpoints collector. | true | -| `collectors.horizontalpodautoscalers` | Enable the horizontalpodautoscalers collector. | true | -| `collectors.ingresses` | Enable the ingresses collector. | true | -| `collectors.jobs` | Enable the jobs collector. | true | -| `collectors.limitranges` | Enable the limitranges collector. | true | -| `collectors.namespaces` | Enable the namespaces collector. | true | -| `collectors.nodes` | Enable the nodes collector. | true | -| `collectors.persistentvolumeclaims` | Enable the persistentvolumeclaims collector. | true | -| `collectors.persistentvolumes` | Enable the persistentvolumes collector. | true | -| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true | -| `collectors.pods` | Enable the pods collector. | true | -| `collectors.replicasets` | Enable the replicasets collector. | true | -| `collectors.replicationcontrollers` | Enable the replicationcontrollers collector. | true | -| `collectors.resourcequotas` | Enable the resourcequotas collector. | true | -| `collectors.secrets` | Enable the secrets collector. | true | -| `collectors.services` | Enable the services collector. | true | -| `collectors.statefulsets` | Enable the statefulsets collector. | true | -| `prometheus.monitor.enabled` | Set this to `true` to create ServiceMonitor for Prometheus operator | `false` | -| `prometheus.monitor.additionalLabels` | Additional labels that can be used so ServiceMonitor will be discovered by Prometheus | `{}` | -| `prometheus.monitor.namespace` | namespace where servicemonitor resource should be created | `the same namespace as kube-state-metrics` | +| Parameter | Description | Default | +|:----------------------------------------|:--------------------------------------------------------------------------------------|:-------------------------------------------| +| `image.repository` | The image repository to pull from | quay.io/coreos/kube-state-metrics | +| `image.tag` | The image tag to pull from | `v1.6.0` | +| `image.pullPolicy` | Image pull policy | IfNotPresent | +| `replicas` | Number of replicas | 1 | +| `service.port` | The port of the container | 8080 | +| `hostNetwork` | Whether or not to use the host network | false | +| `prometheusScrape` | Whether or not enable prom scrape | true | +| `rbac.create` | If true, create & use RBAC resources | true | +| `serviceAccount.create` | If true, create & use serviceAccount | true | +| `serviceAccount.name` | If not set & create is true, use template fullname | | +| `serviceAccount.imagePullSecrets` | Specify image pull secrets field | `[]` | +| `podSecurityPolicy.enabled` | If true, create & use PodSecurityPolicy resources | false | +| `podSecurityPolicy.annotations` | Specify pod annotations in the pod security policy | {} | +| `securityContext.enabled` | Enable security context | `true` | +| `securityContext.fsGroup` | Group ID for the container | `65534` | +| `securityContext.runAsUser` | User ID for the container | `65534` | +| `priorityClassName` | Name of Priority Class to assign pods | `nil` | +| `nodeSelector` | Node labels for pod assignment | {} | +| `affinity` | Affinity settings for pod assignment | {} | +| `tolerations` | Tolerations for pod assignment | [] | +| `podAnnotations` | Annotations to be added to the pod | {} | +| `resources` | kube-state-metrics resource requests and limits | {} | +| `collectors.certificatesigningrequests` | Enable the certificatesigningrequests collector. | true | +| `collectors.configmaps` | Enable the configmaps collector. | true | +| `collectors.cronjobs` | Enable the cronjobs collector. | true | +| `collectors.daemonsets` | Enable the daemonsets collector. | true | +| `collectors.deployments` | Enable the deployments collector. | true | +| `collectors.endpoints` | Enable the endpoints collector. | true | +| `collectors.horizontalpodautoscalers` | Enable the horizontalpodautoscalers collector. | true | +| `collectors.ingresses` | Enable the ingresses collector. | true | +| `collectors.jobs` | Enable the jobs collector. | true | +| `collectors.limitranges` | Enable the limitranges collector. | true | +| `collectors.namespaces` | Enable the namespaces collector. | true | +| `collectors.nodes` | Enable the nodes collector. | true | +| `collectors.persistentvolumeclaims` | Enable the persistentvolumeclaims collector. | true | +| `collectors.persistentvolumes` | Enable the persistentvolumes collector. | true | +| `collectors.poddisruptionbudgets` | Enable the poddisruptionbudgets collector. | true | +| `collectors.pods` | Enable the pods collector. | true | +| `collectors.replicasets` | Enable the replicasets collector. | true | +| `collectors.replicationcontrollers` | Enable the replicationcontrollers collector. | true | +| `collectors.resourcequotas` | Enable the resourcequotas collector. | true | +| `collectors.secrets` | Enable the secrets collector. | true | +| `collectors.services` | Enable the services collector. | true | +| `collectors.statefulsets` | Enable the statefulsets collector. | true | +| `prometheus.monitor.enabled` | Set this to `true` to create ServiceMonitor for Prometheus operator | `false` | +| `prometheus.monitor.additionalLabels` | Additional labels that can be used so ServiceMonitor will be discovered by Prometheus | `{}` | +| `prometheus.monitor.namespace` | Namespace where servicemonitor resource should be created | `the same namespace as kube-state-metrics` |